/*----------------Typography---defined-------------------*/
body {
	font-family: verdana;
	text-align: center; /* for IE */
	color: #000000;
	padding:10px;
	margin: 0px; 
	/*background:#DEDACF;*/
	}
	
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:#0033CC; 
font-family: Verdana; 
font-weight: normal; 
text-decoration: none; 
}
A.nav-link:visited { 
color:#CC0000; 
}
A.nav-link:hover { 
color:#FF0000; 
}

A.body-link { 
font-size: 10pt; 
color: #2C8AD8; 
font-family: verdana; 
font-weight: normal; 
/*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*/
	/* float:left; */
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	background:#fff;
	padding:0px;
	/*border: #5087BF 2px solid; */
		}

#navpanel {
	width:205px !important; /*moz width*/
	width:210px; /*IE width*/
	float:left;
	background:#fff;
	padding:5px;
	}
	
#maincenter {
	width:525px !important; /*moz width*/
	width:575px; /*IE width*/
	
	float:left;
	background:#fff;
	padding:25px;
	
		}
		
#newblock {
	width:500px !important; /*moz width*/
	width:550px; /*IE width*/
	float:left;
	font-family: verdana;
	color: #000000;
	font-size: 8pt;
	/* background:#F7F5EE; */
	padding:25px;
	
		}
	
#sidepanel {
	width:160px !important; /*moz width*/
	width:170px; /*IE width*/
	
	float:right;
	background:#fff;
	padding:10px;
			}
	
#t-banner {
	background:#D1E1EC;
	padding-bottom:5px;
			}
	
#b-banner {
	
	padding-bottom:15px;
			}

#header {
	width:990px !important; /*moz width*/
	width:990px; /*IE width*/
	/*width:100%;*/
	float:left;
	background:#fff;
	padding-bottom:0px;
		}  
		
#footer {
	width:100%;
	float:left;
	font-family: verdana;
	color: #000000;
	font-size: 8pt;
	padding-top: 15px;
		}  
		
.brclear {
clear:both; 
height:0; 
margin:0; 
font-size: 1px; 
line-height: 0; 
} 