/* 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;
	
	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.2em;
	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%;
}
#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;
}	
#directorytable {
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#caption {
	font-size: 1.6em;
	font-weight: bolder;
	margin: 1em 0;
	color: #000000;
}
.bureau {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #000000;
	text-align: center;
}
.odd {
	background-color: #CCCCCC;
}
td {
}
tr:hover {
	color: #fff;
	background-color: #3d80df;
}
tr:hover a {
	color: #fff;
	background-color: #3d80df;
}
.end {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000FF;
	text-align: center;
}
.textsmallblack {
	font-size: small;
	color: #000000;
}
.textsmallblue {
	font-size: small;
	color: #0000FF;
	text-decoration: underline;
}

