html, body {
  height: 100%;
}
body {
  width: 992px;
  margin: 0px auto;
  border: none;
  font-family: Arial, Verdana, Helvetica;
  font-size: 10pt;
}
div {
  margin: 0px auto;
  padding: 0px;
  border: none;
  display: block;
  float: left;
}
table {
  float: left;
  display: block;
}
/* Base styles */
img {
  border: 0;
}
.b {
  font-weight: bold;
}
table.center {
  margin-left: auto; 
  margin-right:auto;
}
a {
  color: #000000;
}
.red {
  color: #DD0302;
}
.red_bold {
  color: #DD0302;
  font-weight: bold;
}
/* Template */
div#site {
  float: left;
  border: 1px solid #E5E5E5;
  background-position: center;
  width: 992px;
}
div#sitecontent {
  float: left;
  border: 0px;
  width: 990px;
  background: url('../images/template/leftborder.gif') repeat-y;
}
div#banner {
  background-image: url('../images/template/banner.jpg');
  float: left;
  border: 0px;
  width: 992px;
  height: 113px;
}
div#menu_horiz {
  color: #FFFFFF;
  background-color: #265E99;
  float: left;
  border: 6px;
  width: 986px;
  height: 20px;
  padding-top: 6px;
  padding-left: 6px;
}
div#left_content {
  color: #027D8D;
  float: left;
  border: 0px;
  width: 186px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div#left_content a {
  color: #027D8D;
}
div#left_content a:hover {
  color: #FE7E00;
}
div#content {
  color: #000000;
  background: #fff;
  float: right;
  border: 0px;
  width: 782px;
  padding: 10px;
}
div#footer_container {
  float: left;
  border: 0px;
  width: 992px;
}
ul {
  margin: 0px;
  list-style: none;
  padding-left: 5px;
}
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding: 2px 5px 2px 5px;
}
.menu_section {
  color: #027D8D;
  font-weight: bold;
}
li a {
  font-family: Arial, Tahoma, Verdana, Helvetica;
  font-size: 8pt;
  color: #000000;
}
h1 {
  font-family: Arial, Tahoma, Verdana, Helvetica; 
  font-size: 14pt;
  color: #000000;
  text-decoration: underline;
}
.req_field {
  color: red;
  font-weight: bold;
}
input {
  font-family: Arial, Tahoma, Verdana, Helvetica; 
  font-size: 8pt;
  border: 1px solid;
}
textarea {
  font-family: Arial, Tahoma, Verdana, Helvetica; 
  font-size: 8pt;
  border: 1px solid;
}
select {
  font-family: Arial, Tahoma, Verdana, Helvetica; 
  font-size: 8pt;
  border: 1px solid;
}
input .input_no_border {
  font-family: Arial, Tahoma, Verdana, Helvetica; 
  font-size: 8pt;
  border: none;
}
div#footer_container {
  float: left;
  border: 0px;
  width: 992px;
  background-color: #265E99;
}
.footer_main {
  float: left;
  border: 0px;
  width: 989px;
  height: 20px;
  text-align: right;
  padding-right: 3px;
  padding-top: 3px;
}
#footer_container a {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
}
.admin_th {
  font-weight: bold;
  background-color: #027D8D;
  color: #fff;
}
div #paging {
  width: 600px;
  text-align: center;
  padding-bottom: 10px;
}
fieldset {
  color: #000000;
}
legend {
  color: #000000;
}