body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.7em;
color: black;
text-align: center;
background-color: #C7B18B;
margin:5px 0 0 0;
padding: 0px;
}

h1 {
color: #3A6E8F;
}

#container {
background-color: white;
margin: 0px auto;
width: 1000px;
text-align: left;
border-bottom: 18px solid #3A6E8F;
border-left: 1px solid #3A6E8F;
border-right: 1px solid #3A6E8F;
border-top: 1px solid #3A6E8F;
overflow: auto;
padding: 0px;
}

#content a {
font-size: 1.2em;
}

#footer {
  color: white;
  padding-top: 2px;
  }

#footer a{
  color: white;
  }

#fp-footer {
width: 1000px;
clear: both;
border-top: 4px solid #3A6E8F;
border-bottom: 4px solid #3A6E8F;
text-align: center;
padding: 8px 0px 8px 0px;
margin: 0px;
}

#fp-footer ul {
text-align: center;
list-style: none;
padding: 0px;
margin: 0px 0px 0px 50px;
height: 1.3em;
}

#fp-footer li {
float: left;
margin-left: 30px;
}

#fp-footer a {
font-size: 1.3em;
color: black;
text-decoration: none;
}

#fp-footer a:hover {
color: #14698D;
text-decoration: underline;
}

#menu {
float: left;
width: 230px;
margin-top: 17px;
text-align: center;
}

#menu ul {
list-style: none;
margin: 0px auto;
padding: 0px;
width: 150px;
}

#menu li {
border-top: 2px solid gray;
border-bottom: 2px solid gray;
margin-bottom: 10px;
padding: 5px;
text-align: center;
background: url('/button-bg.gif');
}

#menu li a {
color: #737476;
text-align: center;
text-decoration: none;
font-weight: bold;
}

#menu li a:hover {
color: #2AA9E0;
}

#content {
float: right;
padding-top: 10px;
width: 765px;
overflow: auto;
}

#fp-content {
margin: 0px;
padding: 0px;
}

#fp-foot-pic {
clear: both;
margin: 0px;
padding: 0px;
}

dt {
padding-top: 10px;
}

dd {padding-top: 3px;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

form dl
{
overflow: hidden;
height: 1%;
padding-left: 0em;
}

form dt
{
float: left;
clear:  both;
width: 30%;
clear: left;
padding-top:  0.3em;
text-align: left;
}

form dd
{
margin-bottom: 0.5em;
}



.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */