img{border:0px;}
a:link {color:black}
a:visited {color:black}
a:active {color:black}
a:hover {color:black}
img{border:0px;}
html, body { height: 100%; width: 100%; background-color: #854B3F }
body {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
}
.mainarea { 
width: 700px;
margin: 0 auto;
background-color: white;
}
.head {
background-image:url(logo.gif);
background-repeat:no-repeat;
width:700px;
height: 100px;
}
.nav {
border-top: 0;
width: 150px;
background-color: #F76309;
float: left;
}	
.nav h3 {
font-size: 13px;
font-weight: bold;
color: #996600;
padding: 3px 3px 3px 5px;
background:  #F76309;
}
.nav h4 {
font-size: 12px;
font-weight: bold;
color: #996600;
padding: 3px 3px 3px 5px;
background:  #F76309;
}
.nav a {
background:  #F76309;
font-size: 12px;
color: #996600;
text-decoration: none;
font-weight: bold;
padding-left: 20px;
display: block;
}
.center {
background-color: white;
float: right;
border: 1px solid #99CC66;
border-left: 0;
border-bottom: 0;
width: 547px;
margin-bottom: 60px;
}
.contenthead {
text-align:center;
height: 70px;
padding: 15px;
}
.contenthead h1 {
color: #996600;
font-size: 25px;
}
.contenthead i {
color: #996600;
font-size: 16px;
margin-left: 50px;
}
.maincontent {
text-align:left;
height:100%;
padding: 10px;
padding-left: 10px;
}
.maincontent h2 {
color: #996600;
font-size: 16px;
font-weight: bold;
border-bottom: 2px dotted #CCC;
}
.maincontent p {
margin-left:10px;
color: black;
font-size: 12px;
margin-left: 10px;
margin-bottom: 25px;
}
.footer {
clear: both;
margin: 0 auto;
background: #808080;
width: 700px;
height: 50px;
margin-top: -51px;
border-top: 1px solid #FFF;
position: relative;
text-align: center;