body
{
margin: 0;
padding: 0;
font-family: georgia, times, "times new roman", serif;
background-color: #43532d;
text-align:center;
}

#container
{
margin: 10px;
margin-left: auto; 
margin-right: auto;
background-color: #D8C18D;
width: 727px;
border: 9px solid #000000;
text-align: left;

}

#title
{
background-color: #000000;
}

#nav
{

background-color: #666634;
border-top: 9px solid #000000;
border-bottom: 9px solid #000000;
vertical-align:  middle;
text-align: center;
height: 20px;
padding: 0px 0px 0px 0px;
}

p 
{
margin:0;
padding:0;
}

#nav p
{
line-height: 20px;
}

.nav {
font-family: "Times New Roman", Arial, Helvetica, sans-serif;
color: #D8C18D;
padding-left: 7px;
padding-right: 6px;
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
padding-top: 1px;
padding-bottom: 1px;
white-space: nowrap;
}

a.nav {
text-decoration: none;
}
a:visited.nav {
color: #C3A777F;
}
 a:hover.nav {
color: #FFFFCC;
 }
a:active.nav {  
color: #C3A777; 
}

#content
{
padding-top: 0px;
margin: 0 1em 0 10px;
}

.logo
{ 
float: right;
padding: 3px 3px 3px 3px;
}


.divTitle
{
font-family: Times, Arial, Helvetica, sans-serif;
color: #000000;
padding-bottom: 4px;
font-size: 14px;
font-weight: bold;
letter-spacing: .5px;

}
.divText 
{
font-family: Times, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 10px;
font-weight: bold;
padding-bottom: 20px;

}


a.content {
text-decoration: underline;
color: #000000;
}
a:visited.content {
color: #000000;
text-decoration: underline;
}
a:active.content {  
color: #000000; 
text-decoration: underline;
}

#footer {
clear: both;
}
		
#copyright {
width: 727px;
color: #D8C18D;
margin: -10px;
text-align: center;
position: relative;
margin-left: auto; 
margin-right: auto;
font-size: 11px;
font-family: sans-serif;
}	

