@charset "UTF-8";
/* CSS Document */

* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #888;
  line-height: 16px;
  
}

body {
  text-align: center;
  background-color: #949494;
  background-image: url(../images/main_bgrnd.jpg);
  background-repeat: repeat-x;
  padding-top: 0;
  margin-top: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

a, a:link, a:visited {
  color: #0097db;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 15px 0;
  padding: 0;
}

h1 {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 0;
}

h2 {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: #c50826;
  margin: 0;
  padding: 0 0 10px 0;
}

ul, li {
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
}

input, textarea {
  border: 0;
  border: 1px solid #dedede;
  padding: 5px 4px 0 4px;
  height: 18px;
  min-height: 18px;
  vertical-align: middle;
  width: 332px;
  margin-bottom: 10px;
  margin-top: 2px;
}

.normal {
 border: 1px solid #dedede;
 width: 15px;
 min-height: 4px;
 height: 15px;
 margin: 0px;
}

.button {
  border: 0;
  border: 1px solid #dedede;
  padding: 5px 4px 0 4px;
  height: 30px;
  min-height: 18px;
  vertical-align: middle;
  width: 150px;
  margin-bottom: 10px;
  margin-top: 2px;
}


textarea {
  height: auto;
  min-height: inherit;
}

.checkBoxStyle {
  width: 12px;
  height: 12px;
  min-height: 12px;
  margin: 0;
}

/* Input style */
.buttonStl {
  padding: 2px;
  background-image: url(../images/button_bgrnd.gif);
  background-repeat: repeat-x;
  border: 1px solid #dedede;
  width: 85px;
  height: 20px;
  min-height: 20px;
  margin-left: 5px;
  text-align: center;
  font-weight: bold;
}


#wrapper {
  width: 767px;
  text-align: left;
  margin: 0 auto 0 auto;
  background-image: url(../images/content_bgrnd.jpg);
  background-repeat: repeat-y;
}

.header {
  width: 767px;
  height: 170px;
  min-height: 170px;
  background-image: url(../images/header_bgrnd_right.jpg);
  background-repeat: no-repeat;
  background-position: 383px 0;
}

.headerLogo {
  float: left;
  width: 383px;
}

.headerLinkspace {
  float: left;
  width: 384px;
}

.headerText {
  padding: 120px 27px 0 0;
  text-align: right;
  font-weight: bold;
}

.headerText a , .headerText a:link, .headerText a:visited{
  color: white;
}

.headerText img {
  margin-right: 5px;
}

.menuBlock {
  width: 767px;
  height: 42px;
  min-height: 42px;
  background-image: url(../images/menu_items_bgrnd.jpg);
  background-repeat: no-repeat;
}

.menuBlockPad {
  padding: 0 10px 0 16px;
  text-align: center;
}

.menuItem {
  display: block;
  float: left;
  background-image: url(../images/menu_item_bgrnd.gif);
  background-repeat: no-repeat;
  width: 121px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  margin-right: 2px;
}

.menuItem a, .menuItem a:link, .menuItem a:visited {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  color: #757574;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
}

.menuItem a:hover, .menuItem a:active {
  color: #0097db;
}

#lastMenuItem {
  margin-right: 0px;
}

#content {
  padding: 0 0 12px 0;
  float: left;
}

.contentHeader {
  background-image: url(../images/undermenu_img.jpg);
  background-repeat: no-repeat;
  width: 767px;
  height: 21px;
  min-height: 21px;
  
}

.contentBody {
  padding: 10px 35px 10px 40px;
}

.contentPadding {
  padding: 14px;
}

/* 2 column Layout */

#left {
  width: 288px;
  float: left;
  margin-right: 15px;
}

.latestHeader {
  width: 288px;
  height: 37px;
  min-height: 37px;
  background-image: url(../images/latest_header_bgrnd.jpg);
  background-repeat: no-repeat;
}

.latestHeader h1 {
  display: block;
  color: white;
  padding: 11px 13px 0 13px;
  font-size: 13px;
}

.latestBody {
  width: 288px;
  background-image: url(../images/latest_bgrnd.jpg);
  background-repeat: repeat-y;
}

.latestHeader2 {
  width: 288px;
  height: 37px;
  min-height: 37px;
  background-image: url(../images/latest_header_bgrnd2.jpg);
  background-repeat: no-repeat;
}

.latestHeader2 h1 {
  display: block;
  color: white;
  padding: 11px 13px 0 13px;
  font-size: 13px;
}

.latestBody2 {
  width: 288px;
 background-color: #f6f6f6;
}


.tablePad {
  padding: 10px 0 16px 0;
  border-bottom: 1px solid #797979;
}

td.strongType {
  font-weight: bold;
  color: white;
}

td.normalType {
  color: white;
}

td.normalType a, td.normalType a:link, td.normalType a:visited {
  color: white;
}

td.strongTypebl {
  font-weight: bold;
  color: black;
}

td.normalTypebl {
  color: black;
}

td.normalTypebl a, td.normalTypebl a:link, td.normalTypebl a:visited {
  color: #01A7E1;
}

.latestFooter {
  width: 288px;
  height: 16px;
  min-height: 16px;
  background-image: url(../images/latest_footer_bgrnd.jpg);
  background-repeat: no-repeat;
}

.latestFooter2 {
  width: 288px;
  height: 16px;
  min-height: 16px;
  background-image: url(../images/latest_footer_bgrnd2.jpg);
  background-repeat: no-repeat;
}

.imgPad {
  margin-right: 5px;
}

#right {
 float: left;
 width: 379px;
}

.smallContentHeader {
  width: 379px;
  height: 37px;
  min-height: 37px;
  background-image: url(../images/small_content_header.jpg);
  background-repeat: no-repeat;
}

.smallContentHeader h1 {
  display: block;
  color: white;
  padding: 11px 13px 0 13px;
  font-size: 12px;
}

.smallContentBody {
  width: 379px;
  background-color: #f6f6f6;
}

.smallContentBody .contentPadding p {
  margin: 0;
  padding: 0 0 10px 0;
}

.smallContentFooter {
  width: 379px;
  height: 15px;
  min-height: 15px;
  background-image: url(../images/small_content_footer.jpg);
  background-repeat: no-repeat;
}

.afterFooter p {
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

.afterFooter a {
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

/* 1 column layout */

#oneCol {
  width: 683px;
}

.largeContentHeader {
  width: 683px;
  height: 37px;
  min-height: 37px;
  background-image: url(../images/large_content_header.jpg);
  background-repeat: no-repeat;
}

.largeContentHeader h1 {
  display: block;
  color: white;
  padding: 11px 13px 0 13px;
  font-size: 12px;
}

.largeContentBody {
  width: 683px;
  background-color: #f6f6f6; 
}

.largeContentFooter {
  width: 683px;
  height: 15px;
  min-height: 15px;
  background-image: url(../images/large_content_footer.jpg);
  background-repeat: no-repeat;
}

/* Additional classes */

.rightImg {
  float: right;
  padding: 0 10px 0 5px;
}

.leftImg {
  float: left;
  padding: 0 5px 5px 0; 
}

#whiteCol {
  color: white;
}

#orangeCol {
  color: #f1a835;
  font-weight: bold;
}

#noBorder {
  border: 0;
  padding-bottom: 0;
}

/* Footer */

#footer {
  clear: both;
 }

.footerText {
  padding: 12px 0 0 0;
  margin: 0 25px 0 25px;
  text-align: right;
  border-top: 1px solid #e7e7e7;
} 

.footerEnd {
  background-image: url(../images/content_bottom.jpg);
  background-repeat: no-repeat;
  width: 767px;
  height: 60px;
  min-height: 60px;
}
 
.clearer { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;

}

