.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     line-height:0px;
}
body {
font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color:#44586D;

}
#holder {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
	background-color:#FFFFFF;
}
#header
{
	background-color:#44586D;
	width: 100%;

	background: #44586D;
}
#nav {
	background-color: #FFFFFF;
	width: 140px;
	float: left;
	padding: 15px;	
	height: 100%;
}
#content
{
	background-color: #FFFFFF;
	padding: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #44586D;
	width: 600px;
float: left;
}
#footer {
	float: left;
	clear: both;
	background-color: #FFFFFF;
	
	border-top: thin solid #44586D;
	width: 100%;
}
#screenfooter {
	background-color:#44586D;
	width: 100%;
	background: #44586D;
}
#printheader {
	display: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 150%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0A246A;
	color: #0A246A;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0A246A;
	color: #0A246A;
}
.title {
	font-weight: bold;
	color: #0A246A;
}
