html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {background: #807a61;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;  
		}
		
h1 {
	font: bold 175% Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #333333;
	color: #660000;
	padding: 5px 10px;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

h2 {
	font: bold 135% Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #999999;
	color: #660000;
	padding: 5px 10px 5px 20px;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

h3 {
	font: bold 115% Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #999999;
	color: #660000;
	padding: 5px 10px 5px 5px;
	text-align: left;
	margin-right: 45px;
	margin-left: 45px;
	margin-bottom: 10px;
}

h4 {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

a {color: #660000;
}

a:hover {
	color: #666666;
}

a img {
text-decoration:none;
border: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

table {
	margin-bottom: 20px;
}

td {
	border-bottom: 1px solid #333333;
}

td h2 {
	margin-left: 0px;
	padding-left: 10px;
}

#content td p {
	margin: 0px 0px 4px;
	padding: 0px;
}
	
#banner {
height: 152px;
background: url(../images/home/header.jpg) no-repeat;
}
		
		/* content container */
#wrapper {
	width: 770px;
	text-align: left;
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	margin: 0 auto 20px;
	border-bottom: 2px solid #CCCCCC;
	background: url(../images/home/body_tile.gif) repeat;
	behavior: url(css_files/csshover2.htc);
}

#content {
	min-height: 700px;
	margin: 0px 155px 10px;
	padding: 0px;
	text-align: center;
}

#content p {
	text-align: left;
	margin: 0px 10px 15px 20px;
}

#content li {
	text-align: left;
	margin-left: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
}

#content ul, ol {
	margin: 0px 20px 10px 40px;
}

/* left column */
#leftcol {
	float: left;
	position: relative;
	width: 155px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #660000;
	
}

/*left column menus */
div#leftcol ul {
	list-style: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


div#leftcol li {
	position: relative;
}


div#leftcol li a {
	font: bold 120%/normal Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	padding: 10px 5px 10px 20px;
	border-bottom: 1px dotted #CCCCCC;
	color: #FFFFFF;
}

div#leftcol li a:hover {
	display: block;
	height: auto;
	background: #990000 url(../images/home/menu_arrow.gif) no-repeat left center;
	color: #FFFFFF;
	border-bottom: 1px solid #999999;
}

/* hover activator for submenu */
div#leftcol ul li:hover ul {
	display: block;
	background: #990000;
}

 /* unhidden submenus */
 
 div#leftcol ol {
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
 }
 
 div#leftcol ul ol li {
	display: block;
}

div#leftcol ul ol li a {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border-top: 1px dotted #FFFFFF;
	background: #993333;
	padding-left: 40px;
	margin-left: 0px;
	border-right-style: none;
	border-bottom-style: none;
}

div#leftcol ul ol li a:hover {
	color: #FFFFFF;
	background: #660000 url(../images/home/menu_arrow2.gif) no-repeat 20px center;
	border-top: 1px dotted #999999;
	border-bottom-style: none;
}

 /* hidden submenus */
div#leftcol ul ul {
	display: none;
	width: 100%;
	left: 100%;
	top: 0;
	position: absolute;
	border: 1px solid #999999;
}

div#leftcol ul ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 0px;
	padding-left: 20px;
	background: #990000;
	border: 1px dotted #CCCCCC;
}

div#leftcol ul ul li a:hover {
	background: #660000 url(../images/home/menu_arrow2.gif) no-repeat left center;
}

#rightcol {
	float: right;
	position: relative;
	width: 155px;
	height: auto;
	
}

#rightcol p {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 85%;
}

#rightcol h1 {
	font: bold 125% Georgia, "Times New Roman", Times, serif;
	color: #666666;
	border-bottom: 1px solid #333333;
	margin: 5px 10px 10px;
	padding: 0px;
}

#rightcol h2 {
	font: italic bold 95% Georgia, "Times New Roman", Times, serif;
	color: #666666;
	border-bottom: 1px dotted #666666;
	margin: 5px 10px 10px 15px;
	padding: 0px;
}

/* page footer */
#footer{
	background: #CCCC99 url(../images/home/footer.jpg) no-repeat;
	width: auto;
	height: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
}

#footer p {
	font-size: 85%;
	padding-top: 10px;
	padding-left: 10px;
}
		
		
.centerimage {
	margin: 5px auto 10px;
	display: block;
	border: 1px solid #000000;
}

.centerimage_noline {
	margin: 5px auto 10px;
	display: block;
}
	
.leftimage {
	margin: 5px 15px 10px 0px;
	float: left;
	border: 1px solid #000000;
}

.leftimage_noline {
	margin: 5px 15px 10px 0px;
	float: left;
}

.rightimage {
	margin: 5px 0px 10px 15px;
	float: right;
	border: 1px solid #000000;
}

.rightimage_noline {
	margin: 5px 5px 10px 15px;
	float: right;
}

#content .map_form p {
	text-align: right;
	margin: 0px 10px 3px 0px;
	padding: 0px;
}

.news_item {
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 50px;
	border: 1px solid #666666;
}

#content .news_item p {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content .news_item h4 {
	background: #CCCCCC;
	padding: 5px;
	margin: 0px;
}

/*IE Fixes*/
#IEall #leftcol ul li a, #IEall #leftcol ul li a:hover {
	height: 1%;
}

#IEall #leftcol ul li, #IEall #leftcol ol li {float: left; width: 100%}

#IE5 #wrapper {behavior: none;} 