/* Arial Black and Dauphin fonts.... */
/* */

/* body#mainbody {background-position:150px 100px; background-color:#AAAAAA;background-image: url("../images/background.gif"); background-attachment:fixed; background-repeat: no-repeat;} */
body#mainbody {background-position:0px 0px; background-color:#AAAAAA;background-image: url("../images/background.gif"); background-attachment:fixed; background-repeat: no-repeat;}
th.thbox {text-align:center; vertical-align:top; font-size:8pt; font-weight:bold;}
td.tdbox {text-align:center; vertical-align:top; font-size:8pt;}
td.tdrb {text-align:right; vertical-align:top; font-weight:bold;}
td.tdlb {text-align:left; vertical-align:top; font-weight:bold;}
/* a.eng {font-size:11pt; font-weight:bold; text-decoration:none;} */
/* a.eng.hover {font-size:13pt; color:yellow;} */
#divit {padding:5px; margin:10px; width:600px;}
#divit div {margin:5px; width:120px; height:166px; border:outset 3px white; padding:4px; color:black; text-align:center; float:left;}

/* ------------------------- */
/* Style spec's for tooltip  */
/* ------------------------- */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  width:260px; padding:6px;
  color:#000; font-size:11px; line-height:1.3;
}

/* ------------------------------------------ */
/*       Divisional Information               */
/* ------------------------------------------ */
div.menublock dt.menutitle {padding:0px; margin:0px; font-weight:bold; font-size:14pt; cursor:pointer; color:white; background-color:black;}
div.menublock ul.menuitems {font-size:10pt; color:#ffffcc; list-style-image:none; list-style-type:circle;}
div.menublock ul.menuitems li {margin-left:1px; margin-top:.2em;}
div.menublock dd {list-style-position:outside; margin-left:0px;}

div#mainblock {
	width:100%;
	min-height:100%;
	}
div#lefttop {
	position: absolute;
	left:25px;
	top:5px;
	width:250px;
	}
div#centertop {
	position: absolute;
	left:250px;
	top:5px;
	right:25px;
	}
div#leftcontent {
	position: absolute;
	left:25px;
	top:75px;  /* was 175 */
	width:230px;
	}
div#centercontent {
	position: absolute;
	top:200px;
	left:260px;
	right:25px;
	border:0px solid #cecece;
	font-weight:bold; 
	}
DIV.imageleftfloat {
	BORDER-TOP: white thin solid; 
	BORDER-LEFT: white thin solid; 
	BORDER-RIGHT: white thin solid; 
	BORDER-BOTTOM: white thin solid; 
	PADDING-TOP: 4px; 
	PADDING-LEFT: 4px; 
	PADDING-RIGHT: 4px; 
	PADDING-BOTTOM: 4px; 
	DISPLAY: block; 
	FLOAT: left; 
	MARGIN: 4px; 
	}
DIV.rebox {
	BORDER-TOP: black thick solid; 
	BORDER-LEFT: black thick solid; 
	BORDER-RIGHT: black thick solid; 
	BORDER-BOTTOM: black thick solid; 
	PADDING-TOP: 4px; 
	PADDING-LEFT: 4px; 
	PADDING-RIGHT: 4px; 
	PADDING-BOTTOM: 4px; 
	DISPLAY: block; 
	FLOAT: center;
	WIDTH: 635px;
	MARGIN: 0px 0px 0px 55px; 
	BACKGROUND-COLOR: #ccddee
	}
