/*----------------Typography---defined-------------------*/
body {
	font-family: verdana;
	text-align: center; /* for IE */
	color: #000000;
	padding:10px;
	margin: 0px; 
}
	
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: #000000; 
font-family: Verdana; 
font-weight: normal; 
text-decoration: none; 
}
A.nav-link:visited { 
color:#000000; 
}
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; 
}

/*------------------------------- Divs defined----------------------------------*/
#container {
	width:990px !important; /*moz width*/
	width:990px; /*IE width*/
	/*width:980px;*/
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	background:#fff;
	padding:0px;
		}

#nav-bar {
	width:160px !important; /*moz width*/
	width:170px; /*IE width*/
	float:right;
	background:#fff;
	padding:0px;
	}
	
#maincenter {
	width:565px !important; /*moz width*/
	width:615px; /*IE width*/
	
	float:left;
	background:#fff;
	padding:25px;
	
		}
	
#sidebar {
	width:160px !important; /*moz width*/
	width:170px; /*IE width*/
	
	float:left;
	background:#fff;
	padding:10px;
			}
	
#t-banner {
	width:990px !important; /*moz width*/
	width:990px; /*IE width*/
	/*width:980px;*/
	float:left;
	background:#1045B5;
	padding-bottom:5px;
			}
	
#b-banner {
	width:990px !important; /*moz width*/
	width:990px; /*IE width*/
	/*width:980px;*/
	float:left;
	background:#1045B5;
	padding-bottom:5px;
			}

#header {
	width:990px !important; /*moz width*/
	width:990px; /*IE width*/
	/*width:100%;*/
	float:left;
	background:#fff;
	padding-bottom:5px;
		}  
		
#footer {
	width:100%;
	float:left;
	
	padding: 15px;
		}  
		
.brclear {
clear:both; 
height:0; 
margin:0; 
font-size: 1px; 
line-height: 0; 
} 
