<style type="text/css"> 
/*
colors
#67724e green
#767e64 greenish gray
#cee0a3 light green - bkgd
#036 dark blue for links
*/

body { 
	margin: 0 auto; 
	padding: 0;
	text-align: center; 
	vertical-align: top; 
	background-image: url(../Images/page-bg.jpg) repeat; 
}

#wrapper { 
	margin: 0 auto; 
	width: 990px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:13px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	text-decoration: none;
	color: #000;
	background-image: url(../Images/page-bg.jpg) repeat;
}

/***** HEADER *****/
#header { 
float: left; 
width: 990px; 
height: 280px; 
padding: 0; 
}

#content { 
	float: left; 
	margin: -20px 0 0 0; 
	padding: 0; 
	text-align:left;
	font-size:13px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

/******* this is the main text on each page ********/
#center { 
	background: none; 
	float: left; 
	width: 680px; 
	margin: 0 10px 0 5px; 
	padding: 30px 0 10px 10px;
	line-height:1.6em;
	text-align:left;
}
#centerHome { 
	background: none; 
	float: left; 
	width: 680px; 
	margin: 0 10px 0 5px; 
	padding: 25px 0 10px 10px;
	line-height:1.6em;
	text-align:justify;
}
#center h2, #centerHome h2, #CMS h2 { /* page headings */
	font-size: 18px;
	font-variant:small-caps;
	font-stretch:expanded;
	padding: 0;
	margin: 0;
	color:#767e64;
} 
#center h6, #CMS h6 { /* listings of officials page */
font-size: 12px;
padding: 0;
margin: 10px 0 0 30px;
line-height:1.6em;
font-variant:normal;
font-style:normal;
}
#center li a {
	padding:2px 2px 2px 15px;
}
#center .contact-form {
margin: 20px 0 50px 20px; 
padding: 0;
width: 630px;
}
#CMS { 
	background: none; 
	float: left; 
	width: 680px; 
	margin: 0 10px 0 5px; 
	padding: 30px 0 10px 10px;
	line-height:1.6em;
	text-align:left;
}
#CMS p { 
	padding: 5px 0;
	margin: 0;
	line-height:1.6em;
	text-align:left;
	color:#600;
}
.form {
	padding:15px;
	margin: 10px 25px 5px 10px;
}
.confirmation {
	font-stretch: expanded;
	font-weight:bold;
	font-variant:small-caps;
	font-size:110%;
	text-indent: 40px;
}
.special {
	color:#C00;
}
.boldCenter {
	text-align:center;
	font-weight:bold;
}
/***** SIDEBAR *****/
#left{ 
	background: url(../Images/sidebarSquares.gif) repeat-y; 
	width: 245px; 
	float: left; 
	margin: 0 10px 0 0;
	padding: 0 10px 10px 10px;
	color: #036;
	font-size:13px;
	line-height:1.8em;
	display:block;
	border-right: #533207 3px dotted;
 } 
#nav {
	margin: 20px 10px;
	padding: 0;
	text-align:left;
}
#helpfulLinks {
	margin: 20px 5px;
	padding: 0;
	text-align:left;
}
#helpfulLinks h6 {
	margin: 0 5px 0 30px;
	padding: 0;
	text-align:left;
	line-height:1.8em;
	font-size:12px;
	font-variant:small-caps;
	font-weight:bold;
	font-stretch:extra-expanded;
}
#address {
	background-image:url(../Images/sidebar-bg.jpg);
	background-repeat:repeat;
	margin: 30px 5px 30px 10px;
	padding: 10px;
	border-top:#360 medium outset;
	border-bottom:#360 medium outset;
	text-align:center;
}

#address h5 {
	margin: 0;
	padding: 5px 0 0 0;
	text-align:center;
	line-height:1.6em;
	font-size:12px;
    color:#000;
	font-stretch:extra-expanded;
    font-style:italic;
	font-weight:bold;
}

#address h6 {
	margin: 0;
	padding: 0 0 5px 0;
	text-align:center;
	line-height:1.4em;
	font-size:11px;
}

li {
	list-style:none;
	padding: 2px 5px;
}
#left ul li a:visited { 
	list-style:none;
	color: #036;
	text-align:left;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	display:block;
	border-bottom: 1px solid #67724e;
	line-height: 1.5em;
	padding: .3em 0 .3em .5em;
	margin:0;
}

#left ul li a:hover { 
	color: #533207;
	background-color: #f8f8f1; /*off-white*/
	display:block;
	border-bottom: 1px solid #533207; /*green*/
	line-height: 1.5em;
	padding: .3em 0 .3em .5em;
	margin:0;
	text-decoration:none;
}	

#left ul li a {  /* changes here affect every link in the sidebar - navigation and helpful links */
	list-style:none;
	color: #036;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	display:block;
	border-bottom: 1px solid #533207; /*green*/
	line-height: 1.5em;
	padding: .3em 0 .3em .5em;
	margin:0;
}

#left ul li { /* changes here affect every link in the sidebar - navigation and helpful links */
display: block; 
line-height: 1.5em; 
padding: 0; 
margin: 0; 
color: #533207; 
list-style: none; 
font-weight:bold; 
font-style:italic;
font-size:11px;
}

#left ul ul { 
margin: 0; 
}

#left ul ul ul { 
margin: 0 0 0 20px; 
}

#left ul { 
margin: 0 0 0 15px; 
padding: 0; 
}
.indent {
	text-indent:20px;
}

p {
	text-indent:20px;
	padding:0;
	margin: 5px 0;
}

.hr {
	float:right;
	width: 50%;
	height:4px;
	background-color:#Ff0;
	margin-left:30px;
	border-style:inset;
}
.imgRt {
	float:right;
	padding:10px;
}
.imgLt {
	float:left;
	padding:10px;
}

/***** TYPOGRAPHY AND LINKS *****/
h1 { font-size: 2em; }


h3 { font-size: 14px; color:#767e64; }
h4 { /* sub-headings */
font-size: 13px; 
color:#533207;
margin-bottom: 3px;
} 

h5 { font-size: 12px;
margin: 0 0 0 30px;
color:#767e64;
line-height:1.6em;
padding: 0;
}



a:hover, a:active { 
text-decoration: none;
color: #533207;
background-color:#f6ecdf; /*tan*/
font-weight:bold; 
font-style:italic;
text-align:left;
padding: 3px 6px; 
margin: 0; 
line-height: 12px; 
}

a:link, a:visited { 
text-decoration: none; 
color: #036;
font-weight:bold; 
font-style:italic;
text-align:left;
padding: 3px 6px; 
margin: 0; 
line-height: 12px; 
}

p { 
padding: 10px; 
text-indent:25px;
}

.alignright { float: right; padding: 15px 10px 15px 30px; }
.alignleft { float: left; padding: 15px 30px 15px 10px; }
.aligncenter { text-align:center; padding: 15px 30px 15px 30px; }

/***** FOOTER *****/
#footer { 
clear: both; 
float:left; 
width: 990px; 
margin: 15px 0; 
padding: 0;  
border-top:#533207 4px double; 
border-bottom:#533207 4px double; 
}

#footer a, a:visited { 
color: #036; 
}

#footer a:hover { 
color: #533207; 
}

.footerRight { 
font-size: 70%; 
font-variant:small-caps;	
font-style:italic; 
font-weight:bold; 
line-height: 14px; 
margin: 5px; 
padding: 8px; 
text-align:right; 
color: #533207; 
}

.footerLeft { 
font-size: 70%; 
font-variant:small-caps;	
font-style:italic; 
font-weight:bold; 
line-height: 14px; 
margin: 5px; 
padding: 8px; 
text-align:left; 
color: #533207; 
}

.footerCenter {
font-size: 70%; 
font-variant:normal;	
font-style:italic; 
font-weight:bold; 
line-height: 14px; 
margin: 5px; 
padding: 8px; 
text-align:center; 
color: #533207; 
border: 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

</style>[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRtHdr #sidebar1 { padding-top: 30px; }
.twoColElsRtHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]