img
{
border: none;
padding: 0;
margin: 0;
}

/* -- body is browser -- */
body
{
background-color:#FFFFFF;

}

/* -- wrapper is actual website boundary -- */
#wrapper {
width: 800px;
background-color: #FFFFFF;
border: #4D917B solid 1px;
margin: 30px auto;
}

#banner {
border: none;
height: 145px;
margin: 0px;
}

#nav {
width: 178px;
float:left;
}

#content {
margin-left: 0px;
width: 619px;
float: right;
clear: none;
border-left: 1px solid #4D917B;
padding-bottom: 20px;
font-family: Georgia, Times New Roman, serif;
background-color:#FFFFFF;
height: 100%;
}

h1.home_intro {
font-family: Georgia, Times New Roman, serif;
font-size: 12pt;
font-style:italic;
line-height: 20pt;
color: #4D917B;
margin:20px;
margin-top:40px;
font-weight: normal;
padding-bottom: 20px;
}

h1 {
font-family: Georgia, Times New Roman, serif;
font-size: 12pt;
font-style:italic;
line-height: 11pt;
color: #4D917B;
margin: 40px 20px 10px 20px;
padding-bottom: 0;
font-weight: normal;
}

p {
font-family: Georgia, Times New Roman, serif;
font-size: 11pt;
line-height: 18pt;
color: #000000;
margin: 0 30px 15px 20px;
font-weight: normal;
}

#nav ul li {
list-style-type: none;
font-family: Georgia, Times New Roman, serif;
font-size: 12pt;
line-height: 24pt;
padding-left: 30px;

}

#footer {
clear: both;
border-top: 1px solid #4D917B;
}

#footer p { 
font-family: Verdana, Helvetica, sans-serif;
font-size: 8px;
color: #000000;
margin-top: 0;
padding-left: 10pt;
padding-top: 10pt;
padding-bottom: 0pt;
}

#nav ul {
margin-left: 0;
padding-left: 0;
margin-top: 0px;
}

#content ul {
padding:0px;
margin: 0 10px 15px 20px;
font-size: 11pt;
line-height: 18pt;
color: #F26522;
} 

#content ul li {
padding-bottom: 0px;
}

#content ul li a {
color: #000000;
}

#content ul li a:link {
color: #000000;
}

#content ul li a:visited {
color: #000000;
}

#content ul li a:hover {
color: #F26522;
}

a:link {
color: #597B7B;
text-decoration: none;
}

a:hover, a:visited:hover {
color: #F26522;
}

a:visited {
color: #597B7B;
text-decoration: none;
}

a:active {
color: #F26522;
}

.current {
color: #F26522;
}

li.list_no_color {
color: #000000;
list-style: square;
margin: 0 20px 5px 18px;
}

.list_no_bullet {
list-style: none;
}

.email a:link{
color: #000000;
}

.email a:hover{
color: #F26522;
}

a.email {
color: #000;
}
	
	
	* html #content {
     margin-top: -5px;
}
	 
.clearall {
clear: both; 
height: 0;
}

