a:link {
	color: #243E71;
	text-decoration: underline;
	}
a:hover {
	color: #8A2C18;
	text-decoration: underline;
	}
a:visited {
	color: #676259;}
a:active {
	color: #676259;
	}
body {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #F2EEE4 url("images/bg.jpg") top;
	}
.content {
	font-size: 68%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2C2C2C;
	padding: 10px 30px 20px 30px;
	background-color: #FFFFFF;
	width: 100%;
	line-height: 18px;
	}
.content table{
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2C2C2C;
	line-height: 18px;
	}
.contentsmall {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2C2C2C;
	padding: 10px 30px 20px 30px;
	background-color: #FFFFFF;
	width: 100%;
	line-height: 18px;
	}
h1 {
	font-size: 90%;
	font-family: Georgia, Times New Roman;
	color: #476D63;
	font-weight: bold;
	text-decoration: none;
	background: url("images/header_bg.jpg") repeat-x bottom;
	margin-right:30px;
	margin-left:30px;
	margin-bottom:0px;
	margin-top:0;
	padding: 8px 0px 4px 0px;
	}
.footer {
font-size : 65%; 
color : #A4AD9D; 
text-align : left; 
line-height : 18px; 
padding-left : 12px; 
padding-top : 15px;
padding-bottom : 13px;
} 
.footer a {
color : #00528e; 
} 
.footer a:hover {
color : #00528e; 
text-decoration : none; 
}
.footerbg {
background: #000000 url("images/footer_bg.jpg") repeat-x top;
}
.call {
font-size : 92%; 
color : #A4AD9D; 
text-align : right; 
line-height : 18px; 
padding-right : 12px; 
padding-top : 15px;
padding-bottom : 13px;
}
.navbot {
font-size : 65%; 
color : #383B35;
font-weight: bold; 
line-height : 22px; 
text-align : center;  
padding : 4px 40px 11px 33px; 
} 
.navbot a{ 
color : #383B35;
}
.footerbot {
font-size : 65%; 
color : #383B35; 
text-align : center;  
padding : 8px 40px 15px 40px; 
}
.contact {
	font-size: 78%;
	font-family: Georgia, Times New Roman;
	color: #1C1C1C;
	font-weight: bold;
	padding: 8px 17px 8px 15px;
	width: 100%;
	line-height: 16px;
	}
.address {
	font-size: 68%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1C1C1C;
	font-weight: normal;
	padding: 0px 17px 8px 15px;
	width: 100%;
	}
.address a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1C1C1C;
	}
.form {
	height: 19px;
	width: 178px;
}
.textarea {
	height: 84px;
	width: 250px;
}	
	

	/* Navigation
----------------------------------------------- */
 ul.navleft
 {
  list-style: none;
 margin: 0px;
 padding: 0px;
 }

  ul.navleft li
 {
 padding: 0px;
 margin: 0px;
 border-top: 0px;
}

ul.navleft li a
 {
  border-top: 0px;
  margin: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 display: block;
 text-decoration: none;
 font-size:65%;
 vertical-align: top;
 padding: 3px 0px 4px 10px;
 font-weight:bold;
 color:#E5E2CF;
 background: url("images/navbg.jpg") no-repeat 94% bottom;
 text-align: left;
 }
  * html ul.navleft li a {
height: 0%;
}

html>body  ul.navleft li a { width: auto;}

  ul.navleft li a:visited
 {
 color:#E5E2CF;
 }
  ul.navleft li a:hover
 {
  text-decoration: none;
 	color:#1C1C1C;
 padding: 3px 0px 4px 10px;
 background: url("images/navbg_o.jpg") no-repeat 94% bottom;
 }
