html, body, ul, ol, li, p, h1, h2, h3, h4, h5, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	color: #666666;
	font-size: 100.01%;
	text-align: center;
	background-image:url(images/background.jpg);
	background-repeat: repeat;
}
h1 {
	font-size: 130%;
	font:Georgia, "Times New Roman", Times, serif;
	color: #003366;
}
#wrapper {
	width: 770px;
	background-color: #f4f4f4;
	margin: 10px auto;
	border: 1px solid #cc9933;
	text-align: left;
}
#content {
	background-color: #000099;
	text-align: left;
/*	color: #cc9933;*/
	color: #FFFF99;
	
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 5px;
}

#content a {
	color: #FFFF99;
}

#content p {
	margin: 20px;
}
#content h5 {
	font-weight: 100;
	font-size: 120%;
	text-align: center;
}
#pubdocscontent {
	background-color: #cc9933;
	color: #003366;
}
#pubdocscontent a {
	color: #0000ff;
}
#pubdocscontent li {
	margin-left: 20px;
}
#weather {
	border 0px;
}
.leftimage {
	margin-right: 15px;
	margin-left: 5px;
	float: left;
}
.rightimage {
	margin: 0 0 20px 15px;
	border: 2px solid #cc9933;
	float: right;
}
#banner {
	height: 120px;
	background-image: url(images/Banner.jpg);
	background-repeat: no-repeat;
	border-color: #000099;
}
#nav {
	text-align: center;
}
ul#tabnav {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-bottom: 24px;
	border-bottom: 1px solid #cc9933;
	background-color: #000099;
	margin: 0;
}
ul#tabnav li {
	float: left;
	height: 21px;
	background-color: #cc9933;
	margin: 2px 2px 0 2px;
	border: 1px solid #cc9933;
}
body#tabhome li.tabhome, body#tabinfo li.tabinfo, body#tabcal li.tabcal, body#tablinks li.tablinks,
body#tabmap li.tabmap, body#tabbiz li.tabbiz, body#tabweather li.tabweather,
body#tabdirectory li.tabdirectory, body#tabdocs li.tabdocs {
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
}
body#tabhome li.tabhome a, body#tabinfo li.tabinfo a, body#tabcal li.tabcal a,
body#tablinks li.tablinks a, body#tabmap li.tabmap a, body#tabbiz li.tabbiz a,
body#tabweather li.tabweather a, body#tabdocs li.tabdocs a,
body#tabdirectory li.tabdirectory a {
	color: #000000;
}
#tabnav a {
	float: left;
	display: block;
	color: #000099;
	text-decoration: none;
	padding: 4px;
}
#tabnav a:hover {
	background: #FFFFaa;
}
/* Info sub-tabs */
#navinfo {
	text-align: center;
	float: right;
}
ul#tabnavinfo {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-bottom: 30px;
	padding-left: 20px;
/*	border-top: 1px solid #cc9933;*/
	background-color: #000099;
	margin: 0;
}
ul#tabnavinfo li {
	float: left;
	height: 21px;
	background-color: #cc9933;
	margin: 1px 2px 0 2px;
	border: 1px solid #cc9933;
}
body#tabinfomain li.tabinfomain, body#tabinfocoah li.tabinfocoah,
body#tabinfotaxes li.tabinfotaxes, body#tabinfocouncil li.tabinfocouncil,
body#tabinfopreserve li.tabinfopreserve {
	border-top: 1px solid #ffffff;
	background-color: #ffffff;
}
body#tabinfomain li.tabinfomain a, body#tabinfocoah li.tabinfocoah a,
body#tabinfotaxes li.tabinfotaxes a, body#tabinfocouncil li.tabinfocouncil a,
body#tabinfopreserve li.tabinfopreserve a {
	color: #000000;
}
#tabnavinfo a {
	float: left;
	display: block;
	color: #000099;
	text-decoration: none;
	padding: 4px;
}
#tabnavinfo a:hover {
	background: #FFFFaa;
}
/* Public documents sub-tabs */
#navdocs {
	text-align: center;
	float: right;
}
ul#tabnavdocs {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	padding-bottom: 30px;
	padding-left: 20px;
/*	border-top: 1px solid #cc9933;*/
	background-color: #000099;
	margin: 0;
}
ul#tabnavdocs li {
	float: left;
	height: 21px;
	background-color: #cc9933;
	margin: 1px 2px 0 2px;
	border: 1px solid #cc9933;
}
body#tabdocsbudget li.tabdocsbudget, body#tabdocscouncilminutes li.tabdocscouncilminutes {
	border-top: 1px solid #ffffff;
	background-color: #ffffff;
}
body#tabdocsmain li.tabdocsmain a, body#tabdocsbudget li.tabdocsbudget a,
body#tabdocscouncilminutes li.tabdocscouncilminutes a {
	color: #000000;
}
#tabnavdocs a {
	float: left;
	display: block;
	color: #000099;
	text-decoration: none;
	padding: 4px;
}
#tabnavdocs a:hover {
	background: #FFFFaa;
}
/* Start definitions of in inline text popups. */
.itpop {
	display: none;
}
a.itpr:hover {
	border-width: 0; /* for IE */
	z-index: 1000; /* for IE */
}
.itpr {
	position: relative;
	background-color: #000099;
	text-decoration: none;
	color: #000000;
	font-style:italic;
	text-decoration:underline;
}
.itpr:hover .itpop {
	display: block;
	position: absolute;
	width: 22em;
	background-color: #FFFFCC;
	color: #000099;
	padding: 1px 3px 2px 3px;
	border-width: 2px;
	border-style: solid;
	border-color: #cc9933;
	font-size: 0.8em;
	font-weight: 100;
	font-style: normal;
	left: -5em;
	top: 1.5em;
	z-index: 1000;
}
/* IE5/Mac hack
blah blah \*//*/
.itpr {
	display: inline-block;
	top: 0.15em;
	line-height: 1.05;
}
/**/
