html {
	overflow-y: scroll;
	overflow-x: hidden;
}


* {
	padding : 0px;
	margin : 0px;
}

a:focus, a:hover, a:active { outline:none }  

a  {
	color : #00409C;
	text-decoration : none;
	font-weight: bold;
}
a:hover  {
	color : #0070d0;
}
img {
	border: none;
}

body {
	background: #263878;
	font-family : Verdana, arial, sans-serif;
	font-size: 0.8em;
	width : 100%;
	text-align : center;
}

div.wrapper {
	position : relative; 
	width :990px;
	margin : 0px auto; 
	text-align : left;
	top: -65px;
}

.error
{
	color: red;
}

/* Header */
div.header {
	position : relative;
	height : 166px;
}

div.header h1 {
	position : absolute;
	left : 10px;
	top : 80px;
	width : 300px;
	height : 75px;
	
	background-image : url('/images/home/heading.png');
	background-repeat : no-repeat;
	
	text-indent : -99999px;
}

div.search {
	position : absolute;
	top : 130px;
	right: 0px;
}

div.search fieldset {
	display : block;
	padding : 3px 3px;
	border : 0px;
}

div.language {
	position : absolute;
	top : 95px;
	right : 0px;
	text-align : right;
}
div.language img {
	margin-bottom : 10px;
}

div.search label {
	display : none;
}
div.search input.text {
	display : block;
	float : left;
	width : 147px;
	height : 19px;
	padding : 2px 0px;
	margin : 0px 4px;
	color: #777777; 
	border-width : 0px;
}
div.search input.image {
	
}
div.language a img {
	border : 0px;
	margin-left: 10px;
}





/* Navigation */
div.navigation {
	position : absolute;
	top : 168px;
	left : 0px;
	width :990px;
	height : 48px;
	border-bottom : none;
	background-color : #1C2751;;
	letter-spacing : 1px;
}
div.navigation span.corner {
	position : absolute;
	top : -2px;
	width : 16px;
	height : 16px;
	background-image : url('/images/backgrounds/nav-corners-noborder.jpg');
}
div.navigation span.tl {
	left : -2px;
}
div.navigation span.tr {
	right : -2px;
	background-position : 16px 0px;
}








#nav a, #subMenusContainer a {
	text-decoration: none;
	display: block;
}
#nav a {
	margin: 0;
	float: left;	
	text-align: left;
	/* text-decoration: normal; */
	color: #fff;
	letter-spacing: 0px;
	padding: 18px 15px 18px 15px;
	border: none;
	background: url(/images/linkbg.gif) right center no-repeat;
}

/* All menu links on hover or focus */
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	color: #de761c;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus{
	color: #de761c;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{
	color: #de761c;
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{
	color: #de761c;
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{
	color: #de761c;
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{
	color: #de761c;
}

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display: none; 
	position: absolute; 
	overflow: hidden; 
	padding: 0 2px;
	margin: 1px 0 0 -2px;

}

/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	/* background: url('/images/NAVBACK.PNG') repeat-x #18365f; */
	background-color: #1C2751;
	left: 0;
	border: 1px solid white;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { 
	display: block;
	list-style: none;
	position: relative;
	float: left;
}

#subMenusContainer li {
	list-style: none;
	margin-top: -1px;
	text-align: left;
	border: 1px solid white;
}
#subMenusContainer li a {
	padding: 10px 15px 10px 15px;
	color: #ffffff;
}

/* main menu ul or ol element */
#nav {
	display: block;
	position: absolute;
	list-style: none;
	margin : 0 10px 0 10px;
	z-index: 5;
	height: 47px;
	right: 0;
	display: block;
}

#subMenusContainer{	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: visible;
	z-index:1000000000;
	margin-top: -2px;
}


#nav li {
	padding: 0;
	float: left;
	height: 47px;
}
#nav li.last a {
	border-right : none;
	background: none;
}








/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }

#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav li ul ul { margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav li:hover ul{	margin-left: 0; }
#nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }









#rotator {
	width: 660px;
	height: 350px;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}



/* Content */
div.content {
	margin-top: 49px;
	background-color: white;
}

div.navigation span.corner {
	background-image:url(/images/home/corn.jpg);
	height:16px;
	position:absolute;
	top:-1px;
	width:16px;
	margin-left: 1px;
	right: -1px;
}
div.footer span.corner {
	background-image:url(/images/home/corn.jpg);
	bottom:-1px;
	height:16px;
	position:absolute;
	width:16px;
	z-index:2;
	margin-left: 1px;
	right: -1px;
}
div.content h2 {
	color : rgb(222, 118, 28);
	font-size : 170%;
}
div.content a.newsbody {
	color: black;
	font-weight: normal;
}
div.content div.rss {
	position : absolute;
	bottom : 5px;
	right : 5px;
	z-index : 2;
}
div.content div.rss a img {
	border : none;
}


/* Footer */
div.footer {
	position : relative;
	border-top : none;
	
	background-color : #dbddda;
	
	clear: both;
}

div.footer span.bl {
	left : -2px;
	background-position : 0px 16px;
}
div.footer span.br {
	background-position : 16px 16px;
}
div.footer p {
	display : block;
	padding : 11px 9px 12px 9px;
	height : 20px;
	margin-top: 0;
}
div.footer a {
	color : black;
	text-decoration : none;
	font-weight: normal;
}
div.footer ul {
	position : absolute;
	top : 0px;
	right : 0px;
}
div.footer li {
	float : right;
	list-style-type : none;
	margin-left : 80px;
}
div.footer a img {
	border : 0px;
}

div.footer-text {
	position : relative;
	font-size : 0.8em;
	padding : 1em;
}
div.footer-text, div.footer-text a {
	color : white;
	font-weight: normal;
}
div.footer-text a:hover {
	text-decoration: underline;
}
div.footer-text div.legal {
	float : left;
	width : 55%;
}
div.footer-text div.credits {
	float : right;
	text-align : right;
	width : 43%;
}


*.h {
	display : none;
}

/* new table css */
.main-container table {
	display: block;
	width: 645px;
	border-right: 0px solid black;
	border-left: 1px solid #cccccc;
	border-top: 2px solid black;
	border-bottom: 1px solid black;
	border-spacing: 0;
}

.main-container table th, .main-container table td {
	padding: 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.main-container table tbody tr td > h3 {
	border-bottom: 1px solid black;
	height: 16px;
	width: 100%;
	margin: -6px;
	padding: 6px;
	display: block;
	font-size: 0.9em
}
hr {
	margin-bottom: 20px;
}
table.searchBox {
	border: none;
	margin-bottom: 20px;
}
.main-container table.searchBox th, .main-container table.searchBox td {
	padding: 5px;
	border: none;
}
.main-container table.searchBox th {
	border: none;
}


















