body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0A102A;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#address {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FF0;
	background-color: #00f;
	font-weight: bold;
	background-image: url(../police/images/waldopoliceaddressheader.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
}

#container  {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #F0BE21;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000066;
} 
#header  {
	background-color: #0A102A;
	background-image: url(../images/police/waldopolice_header.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: center;
} 
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #F7DA00;
}
#links {
	text-align: center;
}
#special {
	color: #F00;
}

#Navbar {
	background-color: #03c;
	padding-top: 3px;
	padding-bottom: 3px;
}

#Content  {
	font-size: 12px;
	background-color: #03C;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	color: #FFF;
	text-align: left;
} 
a:link {
	color: #FFF;
}
a:hover {
	color: #0F0;
}
a:visited {
	color: #F00;
	font-size: 18px;
}

#footer  {
	padding: 0 10px 0 20px;
	background-color: #000066;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
} 
.nav-buttons {
	padding-right: 5px;
	padding-left: 3px;
}
#officerbar {
	text-align: center;
	font-size: 14px;
	border: thin solid #FFDF55;
	color: #A0A0A4;
}
#officerbartop {
	text-align: center;
	border-top-color: #FFDF55;
	border-right-color: #FFDF55;
	border-bottom-color: #FFDF55;
	border-left-color: #FFDF55;
	font-size: 14px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #FFDF55;
}
#div {
	padding: 5px;
}
#officerbar3 {
	text-align: center;
	font-size: 14px;
	border: thin solid #FFDF55;
	color: #A0A0A4;
}
#officerbar4 {
	text-align: center;
	font-size: 14px;
	border: thin solid #FFDF55;
	color: #A0A0A4;
}
