@charset "utf-8";
/* CSS Document */
td{font-size: 10pt;}
body { font-size: 0.7em; font-family: Verdana, Arial, Helvetica, sans-serif; background-color:#F0F0F0; scrollbar-face-color: #0000fe; scrollbar-shadow-color: #0000fe; scrollbar-highlight-color: #0000fe; scrollbar-3dlight-color: 0000fe; scrollbar-darkshadow-color: #0000fe; scrollbar-track-color: #F0F0F0; scrollbar-arrow-color: #F0F0F0 }

h1  { color: #0000fe; font-size: 25px; font-style: normal; font-weight: bold; letter-spacing: 3px  }
h2 {color: #000000; font-size: 17px; font-style: normal; font-weight: bold; letter-spacing: 2px}
h3  { color: #0000fe; font-size: 12pt; font-style: normal; font-weight: bold; letter-spacing: 2px  }
.boxmain  { font-size: 9pt; text-align:justify; width: 950px; overflow: auto; margin-left: 2%; padding: 10px; border-right: 1px inset #FFFFFF;border-bottom: 1px inset #FFFFFF; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; }
.boxes  { font-size: 10pt; text-align:justify; width: 700px; margin-left: 5%; margin-bottom: 30px; padding: 10px; border-right: 1px inset #FFFFFF;border-bottom: 1px inset #FFFFFF; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; }
.box1 { padding: 10px; width: 305px; float: left; border-right: 1px solid #808080; }
.box2 { padding: 10px; width: 305px; float: left; border-right: 2px solid #808080; border-left: 2px solid #000000; }
.box3 { padding: 10px; width: 305px; float: left; border-left: 1px solid #000000;}
.copyright {color:#FFFFFF; text-align:center; font-size:8pt}
.formbuttons A:Link, .formbuttons A:Visited	  { color: white; font-size: 9pt;  font-weight: bold; background-color: #0000fe; text-align: center; padding:2px; border: inset 1px #0000fe;text-decoration: none; }
.formbuttons A:Hover{color:#0000fe;background-color:#999999;cursor:hand;font-size: 9pt;  font-weight: bold;}
.theysaidit A:Link, .theysaidit A:Visited	  { color: white; font-size: 10pt;  font-weight: bold; background-color: #0000fe; text-align: center; padding:5px; border: inset 1px #0000fe;text-decoration: none; }
.theysaidit A:Hover{color:#0000fe;background-color:#999999;cursor:hand;font-size: 10pt;  font-weight: bold;}
.infobox { border: 1px solid #FFFFFF; padding:2px;margin-left: 20px; font-size: 9pt;}
#homesearchbox {position: absolute; top: 275px; right: 5px;}

#menu    { position: absolute; top: 14px; left: 100px; }
#nav, #nav ul { /* all lists */
	float: left;
	padding: 0;
	margin: 0;
	font-size:11pt;
	list-style: none;
	line-height: 24px;
	font-weight: bold;
	z-index: 2;
	
}

#nav a {
	display: block;
	
	color: white;
	text-decoration: none;
	padding: 0px 1em;
	z-index: 2;
}

#nav li { /* all list items */
	
	float: right;
	width: 9em; /* width needed or else Opera goes nuts */
	border-bottom: 1px solid #000;
	z-index: 2;
}

#nav li ul { /* second-level lists */
	background-image:none;
	position: absolute;
	background: #0000FE;
	width: 260px;
	font-weight: normal;
	font-size:9pt;
	text-align: left;
	border: 1px solid #000;
	font-weight: bold;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0 -3px;
	z-index: 2;
}

#nav li li {

	background-image:none;
	width: 260px;;
	z-index: 2;
}
#nav li ul a {
	
	color: white;
	z-index: 2;
}

#nav li a:hover {
	color : #0000FE;
	background-color : #F0F0F0;
	font-weight: bold;
	z-index: 2;
	}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 2;
}
#nav li:hover, #nav li.sfhover {
	background: #0000FE;
	z-index: 2;
}

#leftnav, #leftnav ul { /* all lists */
	float: left;
	padding: 0;
	margin: 0;
	background-color : #0000FE;
	font-size:10pt;
	list-style: none;
	line-height: 24px;
	font-weight: bold;
	z-index: 2;
	
}

#leftnav a {
	display: block;
	
	color: white;
	text-decoration: none;
	padding: 0px 1em;
	z-index: 2;
}

#leftnav li { /* all list items */
	
	float: right;
	width: 200px; /* width needed or else Opera goes nuts */
	border-bottom: 1px solid #F0F0F0;
	z-index: 2;
}

#leftnav li ul { /* second-level lists */
	background-image:none;
	position: absolute;
	background: #0000FE;
	width: 200px;
	font-weight: normal;
	font-size: smaller;
	text-align: left;
	border: 1px solid #F0F0F0;
	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0 -3px;
	z-index: 2;
}

#leftnav li li {

	background-image:none;
	width: 18em;
	z-index: 2;
}
#leftnav li ul a {
	
	color: white;
	z-index: 2;
}

#leftnav li a:hover {
	color : #0000FE;
	background-color : #FFF;
	font-weight: bold;
	z-index: 2;
	}

#leftnav li:hover ul, #leftnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 2;
}
#leftnav li:hover, #leftnav li.sfhover {
	background: #0000FE;
	z-index: 2;
}