/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FCFBF6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 200px;
}
.header_text {
	color: #354F46;
	font-size: 14px;
	font-weight: bold;
	background-position:bottom;
	padding-top: 160px;
	padding-left: 110px;	
}
.header_text a:link, .header_text a:visited {
	color: #354F46;
	text-decoration: none;
}
.header_text a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 41px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #E8D4B3;
	text-decoration: underline;
}	
.height-10 {
	height: 3px;
}
.width {
	width: 4px;
}
.nav {
	background-image: url(images/footer.gif);		
	height: 41px;
	width: 190px;
}
.nav p{
	background-image: url(images/h1-bullet.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
	background-position: left center;
	padding-left: 20px;
	font-size: 15px;
	color: #E8D4B3;
	font-weight: bold;	
}
.nav li {
	list-style-image:url(images/top_nav_bullet.gif);
	margin-top: 20px;
	margin-right: 5px;	
}
.nav_li {
	font-size: 13px;
	background-color: #FFFFFF;
	border: thin #F0EFE8;
	border-style: solid;
}
.nav_li a:link, .nav_li a:visited {
	color: #000000;
	text-decoration: none;
}
.nav_li a:hover {
	color: #006633;
	text-decoration: none;
}
.nav_li ul{
	list-style-image: url(images/bullet.gif);
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
}
.nav_li li{
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #E6E4D9;
}
.heading {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	width: 575px;
	height: 41px;
	vertical-align: middle;
}
.top_nav {
	background-image: url(images/top_nav.gif);
	width: 190px;
	height: 326px;
	font-size: 16px;
	color:#000000;
	border-bottom: thin;
}
.content {
	background-color: #FFFFFF;
	border: thin #F0EFE8;
	border-style: solid;
	height: 359px;
	padding: 5px;
	color: #693E24;
	font-size: 13px;
	text-align: justify;
}
.content li {
	padding-bottom: 3px;
	padding-top: 3px;
}
.content a:link, .content a:visited {
	color: #693E24;
	text-decoration: underline;
}
.content a:hover {
	color: #0000FF;
	text-decoration: none;
}  
.content img {
	border: thin solid  #999999;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
}	 
h1 {
	font-size: 15px;
	color: #E8D4B3;
	background-image: url(images/h1-bullet.gif);
	padding-left: 20px;
	margin-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}	
}
.content h2 {
	font-size: 14px;
	color: #784548;
}
.content h2 a:link, .content h2 a:visited {
	color: #784548;
	text-decoration: none;
}
.content h2 a:hover {
	color: #0000FF;
	text-decoration: underline;
}
	
.contact_background {
	background-color: #FCFBF6;
}
.dotted {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}

	
	
	
	