body{
  background-color: #666633;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 80%;
  line-height: 1.2em;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

img{
  display: block;
  border: 0px;
}


#maintable{
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.left-shaddow{
  background-image: url(../../images/lfade_1.gif);
  background-repeat: repeat-y;
}

.right-shaddow{
  background-image: url(../../images/rfade_1.gif);
  background-repeat: repeat-y;
}


.bottom-shaddow{
  background-image: url(../../images/bfade_1.gif);
  background-repeat: repeat-x;
}

.bottom-corner{
  background-color: #666633;
}


#left{
  padding-left: 50px;
  padding-top: 20px;
  padding-right: 20px;
  vertical-align: top;
}

#right{
  vertical-align: top;
}

#nav{
  padding:0 0 0 30px;
}

h1{
  font-family: Times;
  color: #663300;
  font-size: 150%;
  font-weight: normal;
}

h2{
  color: #663300;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2px;
}

h3{
  color: #333333;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
}

h4{
  color: #666666;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 3px;
}



.light{
  color: #666666;
  display: block;
  padding: 2px;
}

.helpers{
  color: #666666;
  display: block;
  padding: 2px;
  font-size: 10px;
}



#content-cell{
  padding-bottom: 30px;
}


a:link{
  color: #666600;
  text-decoration: none;
}
a:visited{
  color: #666600;
  text-decoration: none;
}
a:hover{
  color: #000000;
  text-decoration: none;
}

a:link.footer{
  font-size: 10px;
  text-decoration: none;
}
a:visited.footer{
  font-size: 10px;
  text-decoration: none;
}
a:hover.footer{
  font-size: 10px;
  text-decoration: none;
}

a:link.nav{
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
a:visited.nav{
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
a:hover.nav{
  text-decoration: none;
  font-weight: bold;
  color: #666600;
}
.footer{
  padding: 5px;
  font-size: 10px;
  color: #666666;
  text-align: right;
}

.formcontainer{
  background-color: #f2f2f2;
  border-color: #e2e2e2;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
}


form{
  margin: 0px;
}


input{
  font-familty: arial;
  font-size: 11px;
  padding: 2px;
}
