* {margin:0px;padding:0px;top:0px;left:0px;}
body{
	text-align: center;
	background-color: #44607e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
}

a{
	text-decoration: none;
	color: #0E3B77;
}

h1,h2,h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #033387;
}

h1{
	font-size: 20px;
	margin-bottom: 1em;
}
h2{font-size: 18px;}
h3{
	font-size: 16px;
	padding-bottom: 4px;
	padding-top: 4px;
}


#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 777px;
	text-align: left;
	background-color: #FFFFFF;
}
#header{
	background-image: url(images/header.jpg);
	height: 226px;
	width: 777px;
	left: 0px;
	top: 0px;
}
#header a{
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 112px;
	font-family: "Courier New", Courier, mono;
	margin-top: 35px;
}
#navlist{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 27px;
	width: 777px;
	top: 225px;
}
#navlist li{
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 3px 10px;
	background-image: url(images/button.gif);
	height: 20px;
	width: 77px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#navlist a:hover{background-image: url(images/buttonover.gif);}
#n1{left: 0px;}
#n2{left: 97px;}
#n3{left: 194px;}
#n4{left: 291px;}
#n5{left: 388px;}
#n6{left: 485px;}
#n7{left: 582px;}
#n8{left: 679px;}
#leftside{
	float: left;
	padding-left: 2em;
	padding-right: 0;
	margin-right: 0;
	margin-top: 2em;
}
#leftside h3{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00306f;
	border-right-color: #00306f;
	border-bottom-color: #00306f;
	border-left-color: #00306f;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	margin-left: 5px;	
	margin-top: 35px;	
}
#content{
	margin-top: 252px; /* 314px for banner */
	position: absolute;
	width: 777px;
	background-color: #FFFFFF;
}

#banner{
	width: 777px;
	margin-top: 252px;
	position: absolute;
	background-color: #99aabb;
	height: 60px;
	border-bottom: 1px solid #778899;
}

.leftpic{
	margin-bottom: 1em;
}

.sidebarleftpic{
	margin-bottom: 1em;
	margin-left: 5px;
	min-height: 100px;
	width: 200px;
	border: 3px solid #00306f;
}


#leftnav{
	margin-left: 5px;
	
	padding: 10px;
	padding-left: 20px;
	width: 170px;
	border: 3px solid #00306f;
}

#footer{
	clear: both;
	background-color: #FFFFFF;
	position: relative;
	height: 46px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#rightside{
	float: right;
	width: 480px;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-top: 20px;
	overflow: hidden;
	font-size: 0.95em;
}
#rightside p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 460px;
}

#rightside h1{
	margin: 10px 0px 10px 0px;
	width: 300px;
}

#fullwidth{
	width: 744px;
	background-color: white;
	padding: 1em;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 19px;
	margin-right: 10px;
}
#footer a{color: #fff;}
#footer a:hover{color: #fff;}
#imagepreloader{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

#search input{
	width: 200px;
	padding: 0;
}
#search label{
	width: 120px;
	text-align: right;
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
	padding: 0;
}
#search br{
	clear: both;
}

#search p.submit{
	margin-left: 140px;
	margin-top: 1em;
	padding: 0;
}

select{
	min-width: 5em;
}

.sqlerror{
	background-color: white;
}

.debug{
	background-color: #aaaaaa;
	color: black;
	border: 1px dashed #444444;
	padding: 0.7em;
}

.scripttime{
	font-size: 9px;
	color: #6884AA;
}

.decorations{
	font-size: 10px;
}

td, th{
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

table.searchresults {
	width: 100%;
	border: 1px #92ABBF solid;
	margin-top: 1em;
	margin-bottom: 1em;
}
table.searchresults td{
	font-size: 12px;
}

.searcherror{
	color: red;
	font-size: 80%;
}

#officerrecord h3{
	margin-top: 0.5em;
}

#servedin{
	border: 1px #666666 solid;
	background-color: #eeeeee;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
}

tr.servedinrow0{
	background-color: #f3f3f3;
	margin-top: 0.3em;
}
tr.servedinrow1{
	background-color: #eeeeee;
	margin-top: 0.3em;
}
td.servingyear{
	font-weight: bold;
	padding-right: 1em;
}

a.infopopup{
	cursor: help;
}
.notserved{
	color: #444444;
	font-size: 90%;
}

a.thickbox{
	padding: 3px;
	border: 1px #6C88AC solid;
	background-color: #F3F2CB;
	display: block;
}

a.thickbox:hover{
	background-color: #EDD386;
	border: 1px #00306F solid;
}


table.table-bg-footer{
	clear: both;
}

a.termslink{
	text-decoration: underline;
	font-weight: bold;
}

ul{
	margin-left: 3em;
}

img.noborder {border: 0}

#testimonials{
	padding: 2em;
	background-color: #ffffee;
	border: 1px solid #9CAFC7;
	font-size: 0.9em;
	width: 370px;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	color: #44607e;
	margin-bottom: 2em;
	margin-top: 1em;
}

#testimonials p{
	width: 90%;
	
}
