/*----------------Typography---defined-------------------*/
body {
	font-family: verdana;
	color: #000000;
	padding:10px;
	margin: 0px; 
	/*background:#9b9f84;*/
	}
	
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;*/
	float:left;
	background:#eaf4e9;
	/*background:#fff;*/
	padding:0px;
		}

#mainright {
	width:210px !important; /*moz width*/
	width:210px; /*IE width*/
	float:right;
	background:#eaf4e9;
	padding:0px;
	}
	
#maincenter {
	width:525px !important; /*moz width*/
	width:575px; /*IE width*/
	
	float:left;
	background:#fff;
	padding:25px;
	
		}
	
#mainleft {
	width:160px !important; /*moz width*/
	width:170px; /*IE width*/
	
	float:left;
	background:#eaf4e9;
	padding:10px;
			}
	
#t-banner {
	background:#eaf4e9;
	padding-bottom:15px;
			}
	
#b-banner {
	
	padding-bottom:15px;
			}

#header {
	width:990px !important; /*moz width*/
	width:990px; /*IE width*/
	/*width:100%;*/
	float:left;
	background:#64825d;
	padding-bottom:5px;
		}  
		
#footer {
	width:100%;
	float:left;
	
	padding: 15px;
		}  
		
.brclear {
clear:both; 
height:0; 
margin:0; 
font-size: 1px; 
line-height: 0; 
} 