/* CSS Document */

html { height: 101%; margin-bottom: 1px; }

body{
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#c2cbb8;
color:#6e5e47;
line-height: 130%;
}

#wrap{
background-color:#ffffff;
color:#6e5e47;
margin:0 auto;
width:770px;
background-image:url(images/wrapback.jpg);
background-repeat:repeat-y;
background-position:top center;
}
#banner{
width:770px;
margin:0 auto;
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
height:86px;
background-position:top center;
}

#banner a { 
width: 770px;
height: 86px; 
position: absolute;
text-decoration:none;
}

#banner a i { 
visibility: hidden; 
}

#leftnav{
float: left;
width: 180px;
background-color:#eaede7;
color:#6e5e47;
margin-left: 15px;
margin-top:10px;
padding:5px;
}

#leftnav ul {
list-style-type:none;
margin: 0;
padding: 0;
}

#leftnav li{
margin: 0 5px 10px 5px; 
width: 165px;
} 

#leftnav a, #leftnav a:link, #leftnav a:visited, #leftnav a:active {
display: block; 
background-color:#eaede7;
color:#6e5e47;
width: 160px;
font-weight:bold;
text-decoration: none;
border-bottom:1px solid #6e5e47;
font-size:1.1em;
text-align:center;
}

#leftnav a:hover {
background-color:#eaede7;
color:#b6b194;
border-bottom:1px solid #b6b194;
}

#content{
margin-left: 225px;
margin-right:30px;
}

h3{
background-color:#FFFFFF;
color:#993300;
font-size:1.2em;
}

#content img{
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #eaede7;
}

.left{
margin:10px 10px 5px 0;
float:left;
}

.right{
margin:10px 0 5px 10px;
float:right;
}

/***** Footer *****/
#footer {
width: 770px;
height: 46px;
margin: 0 auto;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
background-position: bottom center;
clear:both;
}
#footer p {
text-align: center;
font-size: 0.9em;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active  {
color: #6e5e47;
background-color:#FFFFFF;
text-decoration: underline;
}

#footer a:hover {
color:#b6b194;
background-color:#FFFFFF;
text-decoration: none;
}

#printtop {
display:none;
}

#pagetitle {
display:none;
}

#moreinfo { 
display:none;
}

#printfooter {
display:none;
}



