body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	background-image: url(../home_images/bldng_bkgrnd.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AE0300;
	line-height: 110%;
	margin-top: 5px;
	font-weight: bold;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AE0300;
	line-height: 110%;
	margin-top: 5px;
	font-weight: bold;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 110%;
	margin-top: 5px;
	font-weight: bold;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 110%;
	margin-top: 5px;
	font-style: italic;
	font-weight: bold;
}

H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 110%;
	margin-top: 5px;
	font-weight: bold;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 110%;
	margin-top: 5px;
	font-style: italic;
	font-weight: bold;
}

h1 + h2 {
	margin-top: -.5em;
	padding: 0px;
	}	
	
h1 + h3 {
	margin-top: -.5em;
	padding: 0px;
	}	

h1 + h4 {
	margin-top: -.5em;
	padding: 0px;
	}	
	
h2 + h3 {
	margin-top: -.5em;
	padding: 0px;
	}	

h3 + p {
	margin-top: 0.5em;
	padding: 0px;
	}	

table + H3 {
	margin-top: 1.5em;
	padding: 0px;
	}	

h3 + table {
	margin-top: 0.5em;
	padding: 0px;
	}	

#secondcolor {
	color: #AE0300;
}

#subhead {
	font-size: smaller;
}

#subheadright {
	text-align: right;
	margin-top: -25px;
	margin-right: 20px;
}

ul {
	list-style-position: inside;
/*	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
*/	}

ul li {
	position: relative;
	line-height: 125%;
	list-style-type: none;
/*	color: #FFFFFF;
	border: none;
	background: #AE0300;
*/	}
	
ul li ul {
	}

ul li a {
/*	display: block; */
	text-decoration: none;
	color: #AE0300;
	border: none;
	padding: 5px;
	margin: 0px;
	}
	
ul li a:hover {
/*	display: block; */
	text-decoration: none;
	color: #000000;
	border: none;
	}
	
li.none {
	list-style-type: none;
}

li.header {
/*	background-color: #AE0300;
	border: thin solid #FFFFFF;
*/	font-weight: bold;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

div.nav {
	position: absolute;
	left: 10px;
	top: 80px;
	float: left;
	text-align: left;
	padding-right: 20px;
	margin-right: 20px;
	z-index: 3;
	width: 130px; /* Width of Menu Items */
	}
	
div.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	}

div.nav ul li {
	position: relative;
	color: #FFFFFF;
	background: #AE0300;
	 border: 1px solid #FFFFFF;}
	
div.nav ul li ul {
	position: absolute;
	width: 210px;
	left: 129px;
	top: 0;
	display: none;
	background: #AE0300;
	}

div.nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	margin: 1px;
	}

div.nav ul li a:hover { color: #000000; background: #FFFFFF; border: 1px solid #AE0300;} /* Hover Styles */
		
div.nav li ul li a { padding: 2px 5px;  background: #AE0300;} /* Sub Menu Styles */
		
div.nav li:hover ul, div.nav li.over ul { display: block; background: #FFFFFF;  } /* The magic */

/*

TRYING TO FIX THE JAVASCRIPT MENU

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	}

ul li {
	position: relative;
	color: #FFFFFF;
	background: #AE0300;
	}
	
ul li ul {
	position: absolute;
	width: 210px;
	left: 129px;
	top: 0;
	display: none;
	background: #AE0300;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #FFFFFF;
	}

*/


#cus-serv {
	position:absolute;
	left:0px;
	top:0px;
	width:126px;
	height:32px;
}

#topMenu {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 0;
}

#topLeftMenuLinks {
	position:absolute;
	left:0px;
	top:45px;
	width:265px;
	height:18px;
	z-index: 3;
	text-align: left;
}

#topCenterMenuLinks {
	position:absolute;
	left:266px;
	top:45px;
	width:265px;
	height:18px;
	z-index: 3;
	text-align: center;
}

#topRightMenuLinks {
	position:absolute;
	left:535px;
	top:45px;
	width:265px;
	height:18px;
	z-index: 3;
	text-align: right;
}

#topLeftMenuLinks a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
}

#topLeftMenuLinks a:hover {
	color: #FFFF00;
}

#topCenterMenuLinks a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
}

#topCenterMenuLinks a:hover {
	color: #FFFF00;
}

#topRightMenuLinks a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
}

#topRightMenuLinks a:hover {
	color: #FFFF00;
}

#bodyText {
	position:absolute;
	left:180px;
	top: 80px;
	width:380px;
	clear: both;
	overflow: visible;
	visibility: visible;
}

ol {
	padding: 2px 2px 2px 15px;
	line-height: normal;
	margin-left: 12px;
	display: block;
}

ol li {
	line-height: normal;
	padding-bottom: 10px;
}

/*
#bodyText ul {
	margin: 0;
	padding: 5px;
	width: 380px;
	display: block;
	}
*/
#bodyText ul.standard {
	width: 380px;
	display: block;
	float: none;
	line-height: 120%;
	margin: 2px;
	padding: 2px;
	position: relative;
	left: 0px;
	top: 0px;
	}

#bodyText ul.standard li {
	padding: 2px;
	width: 380px;
	float: none;
	list-style-type: circle;
	display: block;
	list-style-position: inside;
	overflow: visible;
	position: relative;
	visibility: visible;
	left: 1px;
	top: 1px;
	margin: 2px;
	line-height: 120%;
	vertical-align: top;
	}
/*
#bodyText ul li {
	position: relative;
	color: #000000;
	background: #FFFFFF;
	border: none;
	float: none;
	}

#bodyText ol li ul {
	position: relative;
	color: #000000;
	border: none;
	display: block;
	margin-left: 10px;
	}
	
#bodyText ol li ul li {
	color: #000000;
	border: none;
	display: block;
	}
	
#bodyText ul li a {
	color: #AE0300;
	text-decoration: none;
	}
*/
/*
ol.outline {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-indent: 10px;
	list-style-position: inside;
}
ol.outline li {
	font-size: 10pt;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding-bottom: 5px;
}
ol.outline li a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #002245;
	text-decoration: none;
}
ol.outline li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #001E3F;
	text-decoration: none;
	border-bottom: thin solid #FFFF00;
}
ol.outline li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #002245;
	text-decoration: none;
}
*/
/*

#bodyText ul li a:hover { color: #000000; background: #FFFFFF;}
		
#bodyText li ul li a { padding: 2px 5px;}
		
#bodyText li:hover ul, li.over ul { background: #FFCC00;  }

#bodyText ul li ul {
	position: absolute;
	left: 129px;
	top: 0;
	background: #AE0300;
	width: 210px;
	}

*/
ul.bodytext {
	color: #000000;
	margin-left: 0px;
	}

ul.bodytext li {
	padding: 6px;
	border: none;
	margin-right: 20px;
/*	display: block;
	position: relative;
	visibility: visible;
	overflow: visible;
*/	clear: both;
	width: 380px;
	}

ul.bodytext li a:hover {
	text-decoration: underline;
	font-weight: bold;
	}

#bodyText ol li {
	position: relative;
	color: #000000;
	border: none;
	}
	
/*
#bodyText ol li ul {
	position: relative;
	}

#bodyText ol li ul li {
	position: relative;
	}
*/
#newsText {
	position:absolute;
	left:590px;
	top: 80px;
	width:140px;
	height:386px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#newsText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 140px;
	background-color: #AE0300;
	border-top: 2px solid #AE0300;
	border-bottom: 2px solid #AE0300;
}

#newsText ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px; /* Width of Menu Items */
	}

#newsText ul li {
	position: relative;
	color: #AE0300;
/*	background: #FFFFFF; */ /* IE6 Bug */
	}
	
#newsText ul li ul {
	position: absolute;
	width: 120px; /* Width of Menu Items */
	left: -119px; /* Set 1px less than menu width */
	top: 0;
	display: none;
/*	background: #AE0300; */ /* IE6 Bug */
	}

/* Styles for Menu Items */
#newsText ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	/*background: #002245;*/ /* IE6 Bug */
/*	padding: 5px;
	border: 1px solid #FFFFFF; */
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#newsText ul li a:hover { color: #AE0300; background: #FFFFFF; border: 1px solid #AE0300;} /* Hover Styles */
		
#newsText li ul li a { color: #FFFFFF;  padding: 2px 5px;  background: #AE0300;} /* Sub Menu Styles */
		
#newsText li:hover ul, li.over ul { display: block; background: #FFCC00;  } /* The magic */

div.bottomMenu {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
	color: #FFFFFF;
	float: none;
	clear: both;
	position: relative;
	clear: both;
	top: 20px;
	left: -180px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 800px; /* Width of Menu Items */
	border-top: 2px solid #AE0300;
	border-bottom: 2px solid #AE0300;
	/* background-color: #14147A; */
	z-index: 2;
	}
	
div.bottomMenu a {
	font-size: 9px;
	float: none;
	text-decoration: none;
	font-weight: normal;
	color: #AE0300;
	margin: 2px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
div.bottomMenu a:hover {
	font-size: 9px;
	float: none;
	text-decoration: none;
	color: #000000;
	}
	
div.bottomCopyRight {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align: center;
	color: #000000;
	float: none;
	position: relative;
	top: 15px;
	left: -180px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 800px;
	z-index: 2;
	clear: both;
	overflow: visible;
	visibility: visible;
	height: 30px;
	}
	
div.bottomCopyRight a {
	font-size: 9px;
	float: none;
	text-decoration: none;
	font-weight: normal;
	color: #999999;
	margin: 2px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
div.bottomCopyRight a:hover {
	font-size: 9px;
	float: none;
	text-decoration: none;
	color: #99CCFF;
	}

div.bodyText p a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AE0300;
	text-decoration: none;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AE0300;
	text-decoration: none;
}

p a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AE0300;
	text-decoration: none;
}

p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3900;
	text-decoration: none;
	border-bottom: thin solid #AE0300;
}

p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

H1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AE0300;
	text-decoration: none;
}

H2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AE0300;
	text-decoration: none;
}

H3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AE0300;
}

H1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AE0300;
	text-decoration: none;
}

H2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AE0300;
	text-decoration: none;
}

H3 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AE0300;
	text-decoration: none;
}

H1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	border-bottom: thin solid #AE0300;
}

H1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	border-bottom: none;
}


#Month {
	color: #FFFFFF;
	background-color: #AE0300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

#Days {
	color: #AE0300;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

#Dates {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

#Dates P {
	color: #AE0300;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

#Dates P.number {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#Dates P a:link {
	color: #AE0300;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#Dates P a:visited {
	color: #666666;
}

#Dates P a:hover {
	color: #330099;
}

#Dates P.numberdisabled {
	color: #AAAAAA;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.name {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: thin;
	padding: 3px;
	text-indent: 5px;
	margin-bottom: 2px;
}
.elected {
	margin: 0px;
	padding: 0px;
	text-indent: 15px;
	line-height: normal;
}
.add {
	text-indent: 15px;
	margin-top: 0px;
	padding: 0px;
	line-height: normal;
}

.indentNoBefore {
	margin-left: 10px;
	margin-top: -5px;
	padding-top: 0px;
}

.indent {
	margin-left: 20px;
}

.indentL2 {
	margin-left: 40px;
}

.hangingIndent {
	text-indent: -20px;
	margin-left: 20px;
}

.hangingIndentL2 {
	text-indent: -20px;
	margin-left: 40px;
}

/*
ul.normal {
	padding: 2px;
	list-style-type: disc;
	font-size: 10pt;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
ul.normal li {
	list-style-type: disc;
	font-size: 10pt;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding-bottom: 5px;
}
ul.normal li a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #002245;
	text-decoration: none;
}
ul.normal li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #001E3F;
	text-decoration: none;
	border-bottom: thin solid #FFFF00;
}
ul.normal li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #002245;
	text-decoration: none;
}
*/
/*
ul.nobull {
	padding: 2px;
	list-style-type: none;
	font-size: 10pt;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
ul.nobull li {
	list-style-type: none;
	font-size: 10pt;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	padding-bottom: 5px;
}
ul.nobull li a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #002245;
	text-decoration: none;
}
ul.nobull li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #001E3F;
	text-decoration: none;
	border-bottom: thin solid #FFFF00;
}
ul.nobull li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #002245;
	text-decoration: none;
}
*/
.minutes {
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
}
.newminutes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
