/* CSS Document */
html, body, p {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
} 
body {
	margin: 10px 0px 0px;
	padding: 0px;
	background: none;}
p{
	margin: 20px;
}

  
#container {
	margin: 0px auto;
	width: auto;
	background: none;
	height:auto;
	
}
h1,h2,h3{margin:0px;padding:0px;}

#banner{height:auto;background:none}


#pagetop{display:none;}

/*#banner h1 a{
	float:none;
	display:inline;
	width:auto;	
	height:auto;
	overflow:auto;	
	text-indent:0px;
	margin:0px;
	text-decoration: none;
	border-style: none;
	background: none;
}*/

#banner h1 a{
	float:none;
	display:block;
	width:140px;
	height:181px;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration: none;
	background: #ffffff url(/includes/images/logo_white.gif) no-repeat left top;
	border:none;
}

#contentarea{
	width:auto;
	margin:0px;
	float:none;
	display:block;
}

#content1{	
	width:auto;
	float:none;
	color:#000;
	padding:0px;
}
.homedivider{{display:none;}
.divider{display:none;}
#pagebottom {display:none;}
#logobottom{display:none;}
#logonavcontainer{display:none;}

.sidebox{display:none;}

.biobox{
	width:92%;
	border: 1px solid #fff;
	padding:10px;
	margin-left:4px;
	height:auto;
	margin-top:20px;
	font-size: 11px;
	background:#fff;
	display:block;
	
}