
BODY {
 color: #666666;
 font-family: trebuchet, verdana, arial, helvetica, sans-serif;
 line-height: 130%;
 margin: 40px 0px 0px 0px;
 /*background: url(images/background.gif); */
}

a { color: #CC6633; }
a:link { color: #CC6633; }
a:hover { color: #CC6633; }

div.container {
   background-color: green;
   padding: 50px;
}

div.header {
   width: 753px;
   margin: 0px;
   background-color: #FFF
}

div.footer {
   margin-top: 30em;
   background-color: #FFF
   border-top: 1px dotted;
   border-bottom: 1px dotted;
   color: #ff6600;
   font-variant: small-caps;
}

div.sidebar {
   font-family: Arial, Helvetica, sans;
   text-decoration:none;
   border: none;
   width: 175px;
   background-color: #FFF
}

div.content {
   position: absolute; 
   width: 565px;
   margin-left:185px;
   border:1px solid #e0e0e0;
   padding: 10px;
   background-color: #FFF;
   font-family: Arial, Helvetica, sans-serif;
}

.menuline {
   border: 1px solid #e0e0e0;
   margin: 1px;
   padding-left: 1em;
   line-height: 150%;
}

.menubullet {
   vertical-align: middle; 
}

.menuitem { 
   text-decoration:none;
   color:#336633; 
}

.selectedmenuitem { font-weight: bold; font-variant: small-caps; text-decoration: none; color: #ff6600; line-height: 16px;
}

.selectedsubmenuitem { color: #cc6633; font-size: 10px; font-family: trebuchet, verdana, arial; line-height: 13px;  }

.submenuitem { color: #666666; font-size: 10px; font-family: trebuchet, verdana, arial; line-height: 13px; }

.pagetitle {
   font-family: Tahoma, Arial, sans-serif;
   font-weight: bold;
   font-size: large;
   color: #cc6633;
   border-bottom: 1px dotted black;
}

.subsection {
   border-top: 1px dotted;
   margin-top: 10px;
}

.subtitle {
color: #ff6600; font-size: 11pt; font-family: trebuchet, verdana, arial; font-weight: bold; line-height: 16px;
}

.nextlink {
   font-weight: bold;
}
.prevlink {
   font-weight: bold;
}

.image {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    background: white;
}

.imagecaption {
   font-size: x-small;
   line-height: 100%;
   background: #ccccff;
}

.newsitem {
   border-top: 1px dotted;
}

.newstitle {
   font-weight: bold;
   color: #336633;
}

.newsdate {
   font-style: italic;
   float: right;
}

.newsblurb {
   margin-right: 40px;
   margin-left: 40px;
}

.faqitem {
   border-top: 1px dotted;
}

.faqquestion {
   font-weight: bold;
   color: #336633;
}



.faqanswer {
   margin-top: 10px;
   margin-bottom: 10px;
   margin-right: 40px;
   margin-left: 40px;
}



.cookie {
   font-size: small;
}

