/*----------------Typography---defined-------------------*/
body {
	text-align: center; /* for IE */
	font-family: verdana;
	color: #000000;
	padding:0px;
	margin:10px; 
	/* background:#000066;*/
		}
	
div {
	font-size: 10pt;
		 }
TD {
align:center;
PADDING: 2px;
FONT-SIZE: 10pt; 
COLOR: #000000; 
FONT-FAMILY: Verdana;
}


/*-------------------------hyperlink behavior-----------------------------------*/

A.nav-link { 
font-size: 10pt; 
color:#993333; 
font-family: Verdana; 
font-weight: normal; 
text-decoration: none; 
}
A.nav-link:visited { 
color:#660000; 
}
A.nav-link:hover { 
color:#FF0000; 
}

A.body-link { 
font-size: 10pt; 
color: #64825d; 
font-family: verdana; 
font-weight: bold; 
text-decoration: none; 
}
A.body-link:hover { 
color:#FF0000; 
}
A.out-link { 
font-size: 10pt; 
font-family: Verdana; 
font-weight: bold; 
text-decoration: none; 
}
A.nb-link { 
font-size: 8pt; 
color:#FF0000; 
font-family: Verdana; 
font-weight: normal; 
text-decoration: none; 
}

/*------------------------------- Divs defined----------------------------------*/
#container {
	width:990px !important; /*moz width*/
	width:990px; /*IE width*/
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	/* border: 2px solid #5087bf; */
	border: 2px solid #004E82;;
	/*width:980px;*/
	/*float:left;  */
	background:#D3E2EE;  
	/*background:#fff;*/
	padding:0px;
		}

#navpanel {
	width:205px !important; /*moz width*/
	width:210px; /*IE width*/
	float:left;
	background:#D3E2EE; 
	padding:5px;
	}
	
#maincenter {
	width:525px !important; /*moz width*/
	width:565px; /*IE width*/
	float:left;
	background:#fff;
	padding:25px;
	
		}
		
#newblock {
	width:500px !important; /*moz width*/
	width:540px; /*IE width*/
	float:left;
	font-family: verdana;
	color: #000000;
	font-size: 8pt;
	/* background:#F7F5EE; */
	padding:10px;
	
		}
	
#sidepanel {
	width:160px !important; /*moz width*/
	width:180px; /*IE width*/
	float:right;
	background:#D3E2EE;
	padding:10px;
			}
	
#t-banner {
	background:#D3E2EE;
	padding-bottom:0px;
			}
	
#b-banner {
	
	padding-bottom:15px;
			}

#header {
	width:990px !important; /*moz width*/
	width:990px; /*IE width*/
	/*width:100%;*/
	float:left;
	/* background:#004E82;*/
	padding-bottom:0px;
	background:url(images/top.gif) no-repeat top left;
	height:119px;
		}  
		
#searchbox {
	width:400px !important; /*moz width*/
	width:400px; /*IE width*/
	/*width:100%;*/
	float:right;
	/* background:#004E82;*/
	padding-bottom:0px;
		}  
		
#footer {
	clear: both;
	float:none;
	width:100%;
	/*float:left;*/
	font-family: verdana;
	color: #000000;
	font-size: 8pt;
	padding: 15px;
		}  
		
.brclear {
clear:both; 
height:0; 
margin:0; 
font-size: 1px; 
line-height: 0; 
} 