html, body {
  height: 100%;
  background: #0C3B6C;
}
body {
  width: 992px;
  margin: 0px auto;
  padding-top: 14px;
  border: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
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: 0px;
  width: 992px;
}
div#sitecontent {
  float: left;
  border: 0px;
  width: 992px;
  background: #fff;
}
div#banner {
  float: left;
  border: 0px;
  width: 967px;
  padding:0 10px 0 15px;
  height: 135px;
  background: #FFFFFF url('../images/template/admin_banner.gif') no-repeat;
}
div.logo {
  float:left;
  display:inline;
  background:url(../images/template/logo.gif) top left no-repeat;
  width:204px;
  height:120px;
}
div.clearThis { clear:both; }   
div.header_cont {
  float:left;
  display:inline;
  width:751px;
}
div.header_cont p{float:right; font-weight:500; margin:0px; font-size: 16px; padding-top:10px; color:#084e94; font-family: Arial,Helvetica,sans-serif; }
.phone { margin-right: 5px; }
div.header_cont .slogan h1 {
  font-weight:500; 
  font-family: Georgia, Times New Roman, Serif; 
  font-size:27px; 
  color:#0C3B6C; 
  text-align: right;
  width:700px; 
  float:right;
  display:inline;
  padding-top:10px;
  line-height: normal;
  margin:0;
}
div#left_content_padding {
  width: 15px;
  height: 400px;
}
div#left_content {
  color: #FFFFFF;
  background: #125697 url('../images/template/admin_menu.jpg') repeat-x; 
  float: left;
  border: 0px;
  width: 202px;
  min-height: 135px;
  padding-top: 15px;
  padding-bottom: 15px;
}
div#left_content a {
  color: #FFFFFF;
}
div#content {
  color: #000000;
  float: right;
  border: 0px;
  width: 753px;
  padding: 10px;
  background: #fff;
}
ul {
  margin: 0px;
  list-style: none;
  padding-left: 5px;
}
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  padding: 0px 5px 2px 5px;
}
.menu_section {
  color: #FFFFFF;
  font-family: Verdana;
  font-weight: 700;
}
li a {
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 8pt;
  color: #000000;
}
h1 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  vertical-align: middle;
  margin: 0px;
}
.req_field {
  color: red;
  font-weight: bold;
}
input {
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 8pt;
  border: 1px solid;
}
textarea {
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 8pt;
  border: 1px solid;
}
select {
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 8pt;
  border: 1px solid;
}
input .input_no_border {
  font-family: Tahoma, Verdana, Arial, Helvetica;
  font-size: 8pt;
  border: none;
}
div#footer_container {
  float: left;
  border: 0px;
  width: 992px;
  background: #5367a9;
}
.footer_main {
  float: left;
  border: 0px;
  width: 992px;
  height: 23px;
}
#footer_container a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: normal;
}
.admin_th {
  background-color: #125697;
  color: #fff;
  border: 1px solid #000;
  padding: 1px;
}
div .paging {
  width: 710px;
  text-align: center;
  padding: 0px 0px 5px 15px;
  padding-bottom: 10px;
}
fieldset {
  color: #000000;
}
legend {
  color: #000000;
}
.small {
  font-size: 8pt;
}
.f_r_cont {
  width: 640px;
  padding-bottom: 10px;
}
.f_label {
  width: 200px;
}
.f_element {
  width: 440px;
}
.f_r_cont_search_user{
 width: 640px;
 padding-top: 10px; 
}
#pagecontent {
  clear:both;
}