body{
background-color:#CCCCCC;
}
a:link{
color:#3C4B34;
font-weight:bold;
text-decoration:none;
}
a:visited{
color:#996633;
font-weight:bold;
text-decoration:none;
} 
a:hover{
color:#0099FF;
cursor:pointer; 
background-color:#CCCCCC;
} 
#top_banner{
position:relative;
width:679px;
height:113px;
margin: 0px auto 0px auto;
border:none;
background:url(top_banner3.png) top center no-repeat;
}
#top_nav{
position:relative;
width:679px;
height:22px;
margin: 0px auto 0px auto;
background:#C0C0C0;
text-align:center;
font-family:sans-serif;
font-size:1.0em;
font-weight:900;
color:#463D39;
}
#container{
position:relative;
width:679px;
height:1800px;
margin:0px auto 0px auto;
background:#C0C0C0;
}
#main{
position:absolute;
top:0px;
left:0px;
width:469px;
margin:0px auto 0px 190px;
padding:10px;
z-index:2;
border-left: 0px solid #CCCCCC;
background:#C0C0C0;
font-family:sans-serif;
font-size:0.9em;
font-weight:100;
color:#463D39;
}
#side_nav{
position:absolute;
z-index:1;
top:0px;
left:0px;
width:170px;
padding:10px;
background:#C0C0C0;
font-family:sans-serif;
font-size:0.9em;
font-weight:100;
color:#463D39;
}
h2{
font-family:sans-serif;
font-size:1.1em;
font-weight:900;
color:#463D39;
}
h3{
font-family:sans-serif;
font-size:0.9em;
font-weight:900;
color:#463D39;
}
#copyright{
position:absolute;
bottom:0px;
text-align:center;
font-family:sans-serif;
font-size:0.6em;
font-weight:100;
color:#463D39;
}