body {
   font-family: Helvetica, verdana, sans-serif;
   background-color: white;
   color: black;
   font-size: 14px;
   margin: 0px;
   padding: 0px;
   text-align: center;
}


#body {
   margin: auto;
   text-align: center;
   width: 798px;
   background-color: #eeeeee;
   color: black;
}

#logo {
   float: right;
   margin-right: 10px;
   margin-top: 10px;
   margin-bottom: 10px;
   width: 382px;
   height: 63px;
}

#menu {
   width: 800px;
   height: 30px;
   float: left;
}

#submenu {
   float: left;
   margin: auto;
   text-align: left;
   width: 158px;
   margin-top: 10px;
   margin-bottom: 10px;
   padding-top: 15px;
   padding-bottom: 5px;
   padding-left: 10px;
   border-top: 1px dotted #777777;
   border-right: 1px dotted #777777;
   border-bottom: 1px dotted #777777;
   background-color: #eeeeee;
}



#submenu a {
   color: #333333;
   background-color: #eeeeee;
   text-decoration: none;
   display: block;
}

#submenu a:HOVER {
   color: black;
}

#menu div {
   float: left;
   width: 159px;
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: center;
   background-color: #a5b7cd;
   color: black;
}

#menu div a {
   display: block;
   text-decoration: none;
   color: #333333;
}

#menu div a:HOVER {
   color: black;
}

#menu div#active_menu {
   float: left;
   width: 159px;
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: center;
   background-color: #91a4bc;
   color: black;
}

#menu div#active_menu a {
   color: #333333;
   text-decoration: none;
   display: block;
   background-color: #91a4bc;
}

#menu div#active_menu a:HOVER {
   color: black;
}

#content {
   float: left;
   margin: auto;
   margin-left: 10px;
   margin-bottom: 10px;
   margin-top: 10px;
   text-align: left;
   width: 615px;
   display: block;
}

#content a {
   color: #333333;
}

#content a:HOVER {
   color: black;
   text-decoration: none;
}


h1 {
   margin: 0px;
   padding: 0px;
   font-weight: bold;
   font-size: 18px;
}

h2 {
   margin: 0px;
   margin-top: 15px;
   padding: 0px;
   font-weight: bold;
   font-size: 16px;
}

h3 {
   margin: 0px;
   margin-top: 15px;
   padding: 0px;
   font-weight: bold;
   font-size: 14px;
}

.valid {
   border:0;
   padding: 1px;
   width:80px;
   height:15px;
}

#end {
   clear: both;
}

td {
   vertical-align: top;
   font-size: 14px;
}


ul {
   padding: 1px;
   margin-left: 14px;
}

#search_field {
   width: 150px;
}

.search_field {
   border: 1px solid #a5b7cd;
   color: black;
   background-color: #eaeaea;
}

.search_field:HOVER {
   border: 1px solid #91a4bc;
   color: black;
   background-color: #eaeaea;
}
