﻿#container {	
	font-family: Arial, Helvetica, sans-serif;
	right: auto;
	left: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	background-image: url('images/BenAlder.jpg');
	background-repeat: no-repeat;
	height: 186px;
	position: relative;
	width: 800px;
}
#topleftcorner {
	position: absolute;
	top: 0px;
	width: 20px;
	height: 20px;
	background-image: url('images/topleftorner.gif');
	background-repeat: no-repeat;
	left: 0px;
}
#toprightcorner {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background-image: url('images/toprightcorner.gif');
	background-repeat: no-repeat;
}
#header {
	position: absolute;
	color: #FFFFFF;
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	top: 138px;
	left: 24px;
}
#main {
	border-left: 5px solid #6699ff;
	border-right: 5px solid #6699ff;
	background-color: #FFFFFF;
	width: 790px;
	float: left;
}
#leftmenu {
	position: relative;
	width: 140px;
	top: 0px;
	float: left;
}
#leftmenu li {
	padding-top: 4px;
	padding-bottom: 4px;
}
#leftmenu ul {
	list-style-type: none;
	float: left;
	margin: 5px;
	font-size: small;
	font-weight: bold;
}
#footer {
	position: relative;
	width: 800px;
	height: 25px;
	background-color: #6699FF;
	float: left;
}
#footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: absolute;
	text-align: center;
	font-weight: bold;
	top: 5px;
	width: 200px;
	left: 300px;
	font-style: italic;
	clear: both;
	clip: rect(auto, auto, auto, auto);
}
#bottomleftcorner {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 0px;
	left: 0px;
	background-image: url('images/bottomleftcorner.gif');
	background-repeat: no-repeat;
}
#bottomrighttcorner {
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: 0px;
	background-image: url('images/bottomrightcorner.gif');
	background-repeat: no-repeat;
	right: 0px;
}
#topmenu {
	padding: 0px;
	font-size: small;
	font-weight: bold;
	background-color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	height: 25px;
	width: 100%;
}
#topmenu ul {
	list-style-type: none;
	display: inline;
}
#topmenu li {
	border: 1px solid #6699FF;
	padding: 2px 4px 2px 4px;
	float: left;
	display: inline;
	margin-right: 3px;
	margin-bottom: 3px;
}
#topmenu a {
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	color: #000000;
}
#topmenu a:hover {
	text-decoration: none;
	color: #CCDDFF;
}
#leftcol {
	padding: 5px;
	position: relative;
	width: 340px;
	float: left;
	top: 0px;
}
#rightcol {
	padding: 5px;
	position: relative;
	width: 430px;
	float: left;
	top: 0px;
}
.subheader {
	padding: 2px 5px 2px 5px;
	background-color: #6699FF;
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
}
.subtext a:hover img {
	background-color: #6699FF;
}
.subtext {
	border-left: 2px solid #6699FF;
	border-right: 2px solid #6699FF;
	border-bottom: 2px solid #6699FF;
	padding: 5px;
	margin-top: 0px;
		margin-bottom: 10px;
	height: 148px;
	border-top-color: #6699FF;
}
#ReportFrame {
	width: 640px;
	position: relative;
	top: 0px;
	left: 0px;
}
#report {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 630px;
}
#report p {
	font-size: small;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
}
#report h3 {
	margin-bottom: 5px;
	margin-top: 5px;
}
.reportpicture {
	margin: 10px auto 10px auto;
	font-size: x-small;
	display: block;
	text-align: center;
}


