#top {
  height:80px;
  margin-left: 0px;
  padding-top: 20px;
}

hr {
  border-style: solid none none;
  border-color: lightgrey;
  border-width: 1px medium medium;
  height: 1px;
  margin-bottom: 25px;
}
#menu {
  width:900px;
  background-color: lightgrey;
  margin-top:30px;
  border-top: 4px solid #b30000;
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  background: transparent url(bgOFF.gif) repeat-x scroll left top;
  display: block;
  height: 37px;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial,Verdana,Helvitica,sans-serif;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
}
#menu ul li {
  margin: 0;
  display: block;
  float: left;
}
#menu ul li a {
  padding: 11px 20px 0;
  background: transparent url(bg.gif) no-repeat scroll right top;
  display: block;
  float: left;
  color: #666666;
  text-decoration: none;
  height: 23px;
}
#menu ul li a:hover, #stylefour ul li a.current {
  background: #ffffff url(bgON.gif) no-repeat scroll right top;
  color: #b30000;
}

h1{
text-align:center;
margin-top: 0px;
color: #b30000;
}
h2 {
  font-size: 24px;
  color: #b30000;
}
 h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  font-family: Georgia,Verdana,Geneva,Arial,Helvetica,sans-serif;
  text-decoration: none;
}
body {
  margin: 0px;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 14px;
  color: #6e6e6e;
}
#content {
  width: 88%;
}

#menu_center{
  width:780px;
  margin-left:auto;
  margin-right:auto;
 
}
#txtfield{
text-align:left;
margin-top:50px;
width: 900px;
background-image: url(bgOFF.gif);
background-repeat:repeat-x;
border: 1px solid lightgrey;
}



fieldset {
border: 1px solid lightgrey;
width: 50%;
padding: 3px;
}
fieldset legend {
padding: 6px;
font-weight: bold;
}

ul
{list-style-type:disc; margin: 2px; padding: 0 5px 0px 10px; margin-bottom:18px;}

li{ margin-left: 18px; padding: 0px; margin-top: 7px;}

ul > li > ul {
list-style-type:circle;
}

ul > li > ul  > li{ margin-left:  10px; padding: 0px; margin-top: 2px;}
