
#body {
font-family: trebuchet ms, verdana, sans-serif;
font-size: 13px;
line-height: 1.5em; 
color: #333; 
background: #cccc99;
}

#wrapper {
width: 800px;
position: relative;
left:50%;
margin-left: -400px;
border: 1px solid #000;
background: #FFFBDF;
}

#branding {
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 3px solid #11593C;
background: #8E886D;
}

#bf1 {
padding-bottom: 20px;
text-align:center;
font-family: trebuchet ms, verdana, sans-serif; 
font-weight:bold; 
font-size: 30px; 
color:#ffffff;
}

#bf2 {
text-align:center;
font-family: trebuchet ms, verdana, sans-serif;
font-weight:bold; 
font-size: 14px; 
color:#ffffff;}

#nav {
width: 200px;
float: left;
border-right: 1px solid #CDC4AC;
border-bottom: 1px solid #CDC4AC;
padding-top: 40px;
padding-bottom: 40px;
background: #E5E0D4;
font-family: trebuchet ms;
font-size: 13px;
color: #635F57;
}

#nav ul {
margin: 0px;
padding: 0px;
}

#nav li {
display: block; 
margin-bottom: 2px;
padding-left: 14px;
list-style-type: none;
}
	
#nav a:link { 
color: #c96;
text-decoration:none;
}
	
#nav a:visited {
color: #c96;
text-decoration:none;
	}
	
#nav a:hover {
color: #963;
text-decoration: underline;
}

#navSelect {
padding: 12px 0 12px 0;
text-align: center;
margin-left: 14px;
margin-right: 14px;
border-bottom: 1px dashed #CDC4AC;
	}

navAd {
padding-top: 20px;
}

#content {
width: 559px;
float: right;
padding-right: 20px;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

a:link {
text-decoration: none;
color: #369;
}

a:visited {
text-decoration: none;
color: #369;
}

a:hover, a:active {
text-decoration: none;
text-decoration: underline;
color: #369;
}


/* Footer Styles */
#footer {
clear:both;
padding: 10px;
margin-left: 20px;
margin-right: 20px;
border-top: 1px dotted #CDC4AC;
text-align: center;
font-size: 8pt;
}

#footer a:link { 
text-decoration: none;
color: #369;
}
	
#footer a:visited { 
text-decoration: none;
color: #369;
}
	
#footer a:hover, a:active {
color: #036; 
text-decoration: underline; 
}


/* Heading Styles */

h1 {
font: bold 180% trebuchet ms;
letter-spacing: -1px; 
margin-bottom: 0; 
color: #c96;
}

h2 { 
font: bold 140% trebuchet ms;
letter-spacing: -1px; 
margin-bottom: 0; 
color: #c96;
}


