/* CSS Document */body {background-color: #333333;padding: 0px;font-family: Arial, Helvetica, sans-serif;line-height: 1.1;font-size: 13px;font-style: normal;margin: 4px;}table#container {   border: 2px solid gray;   width: 756px;   margin-left: auto;   margin-right: auto;}table.inner{   border: 0px;   width: 100%;}td#header {   background-color: #FCA847;   color: #FFFFFF;   text-align: center;   vertical-align: top;}tr#navbar {   background-color: #FCA847;   color: #364D70;   text-align: center;   font-size: 13px;   font-weight: bold;   }td.menuleft {   background-color: #FDD3A3;   text-align: left;   width: 140px;   border-left: 2px solid white;   border-top: 2px solid white;   border-right: 3px solid white;   border-bottom: 2px solid white;   vertical-align: top;}td.plainpage {   background-color: #FDD3A3;   text-align: left;   border-left: 2px solid white;   border-top: 2px solid white;   border-right: 3px solid white;   border-bottom: 2px solid white;   vertical-align: top;}.menubackground {   background-image: url(../images/headers/side_menu_bar.jpg);   height: 33px;   font-weight: bold;   color: #FFFFFF;   font-size: 11px;}td.contentright {   background-color:#FDD3A3;   width: 616px;   text-align: left;   color: #000000;   border-left: 3px solid white;   border-top: 2px solid white;   border-right: 2px solid white;   border-bottom: 2px solid white;   vertical-align: top;}td#homeleft {   background-color: #FDD3A3;   text-align: left;   width: 504px;   border-left: 2px solid white;   border-top: 2px solid white;   border-right: 3px solid white;   border-bottom: 2px solid white;   vertical-align: top;}td#homeright {   background-color:#364D70;   width: 252px;   text-align: left;   color: #FFFFFF;   border-left: 3px solid white;   border-top: 2px solid white;   border-right: 2px solid white;   border-bottom: 2px solid white;   vertical-align: top;}td#footer {   background-color: #FCA847;   color: #364D70;   font-weight: bold;   text-align: left;   vertical-align: middle;}div.text {   margin: 5px;}img.top {   padding: 0px;}img.standard {   padding: 6px;   float: left;}img.logos {float:left;margin-right:3px;margin-left:3px;}div.search {text-align:right;color:#FFFFFF;font-weight:bold;}.captions {   font-size:10px;}.xtrasmall {   font-size:9px;}/* Regular Links */a.orangelinks:visited {	font-weight: bold;	color: #FCA847;	text-decoration: none;}a.orangelinks:link {	font-weight: bold;	color: #FCA847;	text-decoration: none;}a.orangelinks:hover {	font-weight: bold;	color: #FFCC00;	text-decoration: none;}a.bluelinks:visited {	font-weight: bold;	color: #364D8F;	text-decoration: none;}a.bluelinks:link {	font-weight: bold;	color: #364D8F;	text-decoration: none;}a.bluelinks:hover {	font-weight: bold;	color: #FFFFFF;	text-decoration: none;}a.whitelinks:visited {   font-weight: bold;   color: #FFFFFF;   text-decoration:none;}a.whitelinks:link {   font-weight: bold;   color: #FFFFFF;   text-decoration: none;}a.whitelinks:hover {   font-weight: bold;   color: #FDD3A3;   text-decoration: none;}/* CSS Drop Down Menu */ul.drop { /* all lists */	padding: 0;	margin: 0;	list-style: none;	width: 757px;	background-color: #FCA847;	height: 15px;	z-index: 9;   }ul.drop li { /* all list items */	float: left;	position: relative;	width: 84px;	height: 27px;	background-color: #FCA847;	z-index: 9;   }li ul.drop { /* second-level lists */	display: none;	position: absolute;	left: 0px;	width: 135px;	z-index: 9;     }ul.drop li a { /* second-level list properties */	display: block;		text-decoration: none;		border: 1px solid #364D8F;			height: 15px;	color: #364D8F;	padding: 5px;	z-index: 9;      }/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left *//*li>ul {	top: auto;	left: auto;      }*//* ------- OTHER STUFF --------- *//* Fix IE. Hide from IE Mac \*/* html ul.drop li { float: left; }* html ul li {float: none;}* html ul li a { height: 1%; }/* End */li:hover ul, li.over ul { /* lists nested under hovered list items */	display: block;}/* Specific alignments for each dropdown cell */.dropwidth ul li {width: 155px;}#nav {    font-family: arial;	font-size: 12px;	font-weight: bold;}#nav a:link { color:#364D8F;}#nav a:visited { color:#364D8F;}#nav a:hover { color:#FFFFFF;}
