/* CSS Document */
body {
	text-align: center;
	background-image: url(images/bg.gif);
	min-width: 770px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

	
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #D2D2D2;
	border: 1px solid #000000;
}
#header {
	margin: 0px;
	overflow: hidden;
	height: 150px;
	background-image: url(images/FVPD%20logo.jpg);
}
#topnav {
	height: 44px;
	clear: both;
	text-align: left;
	margin: 0px;
	overflow: hidden;
	background-image: url(awmdata/main-button-tile.gif);
}
#main {
	width: 750px;
	min-height: 400px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
#footer {
	height: 77px;
	clear: both;
	background-image: url(images/footertile.gif);
	text-align: center;
	font-size: 1.4em;
	padding-top: 5px;
	font-weight: bold;
}
.maincontent {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0033FF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	overflow: hidden;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100%;
	text-align: center;
	text-transform: capitalize;
}
#subfooter {
	height: 40px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	color: #666666;
	padding-top: 7px;
}
#bottomnav {
	font-size: 1.1em;
	font-weight: lighter;
	color: #000000;
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#bottomnav ul {
	margin: 0;
	padding: 0;
	clear: both;
}
#bottomnav ul li {
	display:inline;
}
#bottomnav ul a {
	padding: 0 1em;
	line-height: 2em;
}
.pageheader {
	font-size: 1.8em;
}
.sectionheader {
	font-size: 1.3em;
	color: #000066;
}
.table {
	font-size: 1.2em;
	border: 1px solid #000000;
}
.table td {
	border: 1px solid #333333;
}
