body {
margin : 1px;
color : #000;
background-color: #ededed
}
a:link { color: #660; }
a:visited { color: #003; }


#navigation{
font-size: 90%;
height: 68px;
background-color: #FFFFFF;
background-image: url(images/LogoAndTitle.png);
background-position: top left;
background-repeat: no-repeat;
border-bottom: 1px solid #cccccc;
}

#navigation ul{
list-style: none;
margin: 0;
padding: 0;
padding-top: 1.5em;
}

#navigation li{
display: inline;
}
    
#navigation a:link, #navigation a:visited{
padding: 0.4em 1em 0.4 em 1em;
color: #000000;
background-color: transparent;
text-decoration: none;
border: 1px solid #FFFFFF;

}

#navigation a:hover{
color: #666600;
background-color: transparent;
}


#content {
  position : absolute;
  left : 200px;
  width : 620px;
  margin-left : 0;
  margin-top : 0;
  color : #000000;
  padding : 0px;
  font-family : Verdana, Geneva, Charcoal, "Trebuchet MS", Arial, sans-serif;
  font-size: 9pt;
}


#sidebox {
position: absolute;
width: 200px;
top: 30px;  
left: 800px;
font-family : Verdana, Geneva, Charcoal, "Trebuchet MS", Arial, sans-serif;
font-size: 9pt;
padding: 70 px 10px 10px 10px;
border-left: 1px dotted #cccccc;
}
 
.adbox {
padding: 2px 4px 2px 6px;
margin: 0 0 10px 0;
border: 1px dotted #cccccc;
background-color: #FFFFFF;
}

#bottom_nav {
  font-family : Verdana, Geneva, Charcoal, "Trebuchet MS", Arial, sans-serif;
  font-size: 9pt;
}
 
#bottom_nav ul{
list-style: none;
margin: 0;
padding: 0;
padding-top: 1em;
}
 
#bottom_nav li{
display: inline;
}
 
#bottom_nav a:link, #bottom_nav a:visited{
padding: 0.4em 1em 0.4 em 1em;
color: #000000;
background-color: transparent;
text-decoration: none;
}
 
#bottom_nav a:hover{
color: #666600;
background-color: transparent;
}



