body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	/*center everything
	text-align: center;*/

}
body p {
	/*should realign stuff in between */
	text-align: left;
}

.container{
	vertical-align: top;
	width:100%;
}

.topsection{
	height:375px;
	width:995px;
	left:0px;
	margin: 0px;
	padding: 0px;

}

.topsection img{
	padding:0px;
	margin:0px;
}

.leftnav{
	width:232px;
	left:0px;
	position: absolute;
	top: 375px;
	height: 100%;

}

p.left-text {
	margin-left:40px;
	/*border-right-width: 1px;
	border-right-style: solid;*/
	padding: 0px;
	
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	vertical-align: top;
	font-size: 8pt;
	/*border-right-width: 1px;
	border-right-style: solid;*/
}

p.left-text object {
	border:0;
	padding:0;
	display:inline;
}

div.contentarea{
	border: none;
	border-left: 1px solid black;
	text-align: left;
	margin-right: 0px;
	font-size:12px;
	position: absolute;
	left:  232px;
	width:472;
	top:375px;
	padding:5px 0px 5px 5px;
	background-position: top;
	vertical-align: top;



}
/*screen width 993*/
div.rightblock{
	text-align: left;
	width: 285px;
	float: right;
	position: absolute;
	border: none;
	top:375px;
	left:708;
}
.footer {
	font-size: smaller;
	width: 750px;
	top: auto;
	vertical-align: bottom;
	text-align: center;
	position: relative;
	left: 0px;
}
.footer p {
	text-align: center;
}
a:link, a:hover, a:visited, a:active {
	color: #003366;
	text-decoration: underline;

}
