html, body, ul, ol, li
{
  margin: 0;
  padding: 0;
  border: 0;
}
body
{
  color: #5e2f00;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  min-width: 770px;
  background-color: #f6d19f;
}
#wrapper
{
  width: 772px;  
  margin: 5px auto;
  /*position: relative;*/
  background-image: url(../images/wrapper_bg.jpg);
  background-repeat: repeat-y;
  background-color: #fff;
  border: 1px solid #000;
  text-align: left;
  color: #5e2f00;
}
#banner
{
  background-image: url(../images/banner_bg.jpg);
  background-repeat: no-repeat;
  margin-top: 0;
  height: 130px;
  float: left;
  display: inline;
  float: left;
  width: 199px;  
  position: relative;
}
#banner p
{
  font-size: 90%;
  text-align: right;
}
#bannerRight
{
  background-image: url(../images/CompRightLogin.jpg);
  background-repeat: no-repeat;
  margin-top: 0;
  height: 130px;
  width: 570px;  
  float: right;
  border-left: solid 0px #000000;
}
#bannerRight p
{
  margin-top: 106px;
  font-size: 90%;
  text-align: center;
  vertical-align: text-bottom;
}
#bannerRight a:link, #bannerRight a:visited
{
  font-weight: bold;
  color: #350000;
  background-color: #fc7216;
  text-decoration: none;
}
#bannerRight a:hover, #bannerRight a:active
{
  font-weight: bold;
  color: #fc7216;
  background-color: #350000;
  text-decoration: none;
  display: block;
}
#content
{
  float: left;
  margin: 0 0 0 15px;
  margin-right: -3px;
  width: 550px;
  font-size: 75%;
  background: #fff url(../images/watermark.jpg) no-repeat fixed 60% 40%;
  color: #5e2f00;
}
#content h1
{
  font-size: 150%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  padding: 0 0 0 3px;
  margin: 0;
}
#content h2
{
  font-size: 125%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  padding: 0 3px;
  margin: 20px 0 0;
}
#content h3
{
  font-size: 110%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  padding: 0 3px;
  margin: 20px 0 0;
}
#content h4
{
  font-size: 110%;
  color: #f4f4f4;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  padding: 0 3px 0 3px;
  margin: 20px 0 0 0;
  background-color: #4f4f4f;
}
#content h5, #contentSpecial h5
{
  margin: 20px 0 0;
  font-size: 100%;
}
#content p
{
  margin: 12px 0 0;
}
#content ul
{
  list-style-type: square;
  padding: 5px 0 5px 5px;
}
#content ul li
{
  padding: 0;
  margin: 5px 15px 0;
  line-height: 120%;
}
#content ul li ul
{
  list-style-type: circle;
  padding: 5px 0 5px 5px;
}
#content ol
{
  padding: 5px 0 5px 5px;
}
#content ol li
{
  padding: 0;
  margin: 5px 15px 0 35px;
  line-height: 120%;
}
#contentSpecial ol
{
  padding: 5px 0 5px 5px;
  list-style-type: upper-roman;
}
#contentSpecial ol li
{
  padding: 0;
  margin: 5px 15px 0 35px;
  line-height: 120%;
}
#contentSpecial ol li ul
{
  padding: 0 0 5px;
  list-style-type: square;
}
#contentSpecial ol li ul li
{
  padding: 0;
  margin: 5px 15px 0 20px;
  line-height: 120%;
  font-size: 100%;
}
#content a:link, #content a:visited
{
  color: #993300;
  padding: 0 2px;
  font-weight: bold;
  background-color: transparent;
}
#content a:active, #content a:hover
{
  color: #333333;
  padding: 0 2px;
  background-color: transparent;
}
#content .left
{
  float: left;
  border: 1px solid #000;
  margin: 5px 12px 1px 0;
}
#content .right
{
  float: right;
  border: 1px solid #000;
  margin: 5px 0 1px 10px;
}
#leftcol
{
  display: inline;
  float: left;
  width: 187px;
  width: 184px;
  margin-left: 7px;
  margin-bottom: 20px;
  clear: both;
}
#navbox
{
  margin-bottom: 20px;
  border: 1px solid #000;
}
#navbox p
{
  font-size: 75%;
  padding: 12px 0 5px 5px;
}
#navbox ul
{
  list-style-type: none;
  text-align: center;
  padding: 12px 0 5px 5px;
  margin: 0;
  font-weight: bold;
}
#navbox ul li
{
  line-height: 120%;
  font-size: 75%;
  border: 1px solid #5e2f00;
  margin-bottom: 3px;
  margin-top: 3px;
  margin-right: 3px;
  margin-left: 0;
}
#navbox ul li a:link, #navbox ul li a:visited
{
  color: #5e2f00;
  text-decoration: none;
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
  background-image: url(../images/wrapper_bg.jpg);
  background-color: #ffffff;
}
#navbox ul li a:hover, #navbox ul li a:focus
{
  color: #e1dece;
  background-color: #402000;
  background-image: url(../images/navBackgroundOver.gif);
  padding-top: 3px;
  padding-bottom: 3px;
  background-repeat: repeat;
}
#leftcol img
{
  margin: 0 auto;
}
#footer
{
  width: 770px;
  border-top: 1px solid #000;
  font-size: 60%;
  text-align: right;
  margin-top: 20px;
  clear: left;
}
#footer p
{
  background-color: #fc7216;
  padding: 4px 4px 4px 10px;
  margin: 0;
  color: #350000;
}
#footer ul
{
  background-color: #a18e80;
  margin: 0;
  padding: 4px;
  color: #ffffff;
}
#footer li
{
  display: inline;
}
#footer a
{
  color: #fff;
  text-decoration: underline;
  background-color: #a18e80;
}
#footer a:hover, #footer a:focus
{
  text-decoration: none;
}
#subcontent
{
  margin: 25px 0 0;
}
#subcontent #left
{
  float: left;
  width: 270px;
  margin-bottom: 20px;
}
#subcontent #right
{
  float: right;
  width: 270px;
  margin-bottom: 20px;
}
#subcontent h2
{
  font-size: 115%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  margin: 0;
  text-align: center;
}
#subcontent p
{
  margin: 10px;
}
#login fieldset
{
  border: none;
}
form
{
  margin: 0;
}
input, select, textarea
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  border: 1px inset #a1978f;
  background-color: #FDF9F0;
}

.validator
{
  font-weight: bold;
  /*color: #cc0000;*/
  color: #00ff00;
}
