/* defaults */



body{
	font-family: Times, serif;
	font-size: 12pt;
}

#topcontainer{
	width: 100%; 
	border-bottom: 1px solid #059;	
	margin: 10px auto; 
}

#navwrapper{
	float: right;
}

#navcolumn{
	display: none;
}


#secondarynav{
	display: none;
}


#logocolumn{
	display: block;
	margin: 20px auto;
	float: none;
}


#leftcolumn{
	display: none;
}


#rightcolumn{
	margin-left: 14px;
}


#sidenav {

}

#sidenav img {
	display: none;
}

#footer{
	display: none;
}

#printfooter{
	visibility: visible;
	width: 100%;
	margin-top: 30px;
	padding: 12px;
	text-align: center;
	border-top: 1px solid #059;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: Gray;
}

/* Content Styles */



#sectionheaderimg {
	display: none;
}

#homehead {
	display: block;
	text-indent: 0px;
	background: none;
}


p {
	font-size: 10pt;
	line-height: 18pt;
	color: #000;
}

.rightcontent p {
	margin-top: 18px;
}

h1,h2 {
	color: #059;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 32px 0px 10px 0px;	
}

