body {
  background: #88838D url(images/mainBg.gif) repeat-x left top;
  margin: 0px;
  padding: 0px 0px 20px;
  font: 14px "Times New Roman", Times, serif;
  color: #4F4F2B;
}
a{
  text-decoration: underline;

}
a:hover{
  text-decoration: none;

}
.mainShadow {
  background: url(images/mainShadow.png) no-repeat center top;
}
.mainArea {
  font-size: 14px;
  background: #DFDFC3 url(images/mainAreaBg.gif) no-repeat left top;
  padding: 15px 15px 15px 60px;
  color: #4F4F2B;
}
.mainArea a:link, .mainArea a:visited{
  color: #330000;
}

.mainArea a:hover{
  color: #333333;
}

.mainArea a:active{
  color: #330000;
}


.bottomText {
  color: #FFFFFF;
}

.bottomArea {
  background: #344834 url(images/bottomArea.gif) no-repeat;
  color: #FFFFFF;
}
.bottomArea a{
  color: #FFFFFF;
}


.menuArea {
  background: #F0F0E3 url(images/menuBg.gif);
}
.titleArea {
  background: #0E2E05;
}
h1 {
  font-size: 22px;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}
.errorTitle{
  color: #FF0000;
}
.error{
  background: #FFEEEE;
  border: 1px solid #FF0000;
  padding: 1em;
  color: #000000;
}
.success{
  background: #EEFFEE;
  border: 1px solid #00AA00;
  padding: 1em;
}
.subMenuArea {
  background: #DFDFC3;
    font: 12px Arial, Helvetica, sans-serif;
    text-align: left; 
    color: #000000;
  font-weight: bold;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}
.subMenuAreaItem {
  background: #DFDFC3 ;
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
    padding-left: 3px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
}
.subMenuAreaItemHover {
    background: #C9C99A;
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
    padding-left: 3px;
    text-decoration: underline;
    font-weight: bold;
    border-bottom: 1px solid #ffffff; 
}
.input300x80{
    background-color: #FFFFFF;
    color: #000000;
    height: 80px;
    width: 300px;
}
.input300x120{
    background-color: #FFFFFF;
    color: #000000;
    height: 120px;
    width: 300px;
}
.mainAreaText {
  font-size: 14px;
  padding: 5px 5px 5px 6px;
  color: #4F4F2B;
}
.bottomMenuArea{
    font-size: 12;
    color: #FFFFFF;
}
.bottomMenuArea a{
  color: #FFFFFF;
    font-size: 12;
}