body, td, th, input, select, textarea {
  font-family: "Microsoft Sans Serif", verdana, tahoma, sans-serif;
  font-size: 11px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  margin:0px; 
  padding:0px;
  padding-left:20px;
  background-color:white;
}

select, textarea, input.standard{
  border:1px solid #848484;
  width:264px;
}


div.header_top,
div.header_bottom,
div.main,
div.footer{
  width:792px;
}


div.header_top{
  height:90px;
}
div.header_top img.before_logo{
  width:32px;
  height:90px;
}
div.header_top img.logo{
  width:138px;
  height:90px;
}
div.header_top img.logo,
div.header_bottom{
  background-color:#BBB329;
}
div.header_bottom{
  height:18px;
}

div.main {
  background-image:url(images/main_bg.gif);
  background-repeat:no-repeat;
  background-position:top;
  padding-top:17px;
  clear: right;
  min-height: 600px;
}

div.main div.menu {
  text-align:center;
  width:192px;
  float:left;
}

div.main div.menu .section{
  font-size:11px;
  color:#BBB329;
}

div.main div.menu a.selected{
  color:black;
}

div.main div.menu a {
  color:#848484;
}

div.main div.content {
  width:600px;
  float:right;
  padding-top: 20px;
}

div.main div.content a{
  color:black;
}

div.main .selected {
  color:#BBB329;
}

table.formtable td{
  color:#BBB329;
}

div.footer div.copyright {
  position: absolute;
  left: 700px;
  width: 92px;
  top: -30px;
  text-align: left;
  color:#E0DD98;
  font-size:8px;
  line-height:10px;
}

div.footer div.copyright a {  
  color:#E0DD98;  
}

div.footer {
  position: relative;
  height: 18px;
  padding-top: 1px;
  text-align: center;
  border-top:1px solid #DDD994;
  background-color:#BBB329;
  font-size: 10px;
  clear: right;
}
div.footer,
div.footer a {
  color:#F2F1D7;
}
div.footer a {
  padding: 0px 8px; 
}


div.content table#page3 b{
  font-size:11px;
}
