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

* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 140%;
  
}

body {
  color: #1a1818;
  text-align: center;
  background-image: url(../images/bgrnd.jpg);
  background-repeat: repeat-x;
  padding-top: 19px;
}

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

a, a:link, a:visited {
  color: #3561ad;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 14px;
  font-weight: bold;
  color: #224a8f;
  margin: 0;
}

h2 {
  font-size: 11px;
  font-weight: bold;
  color: #224a8f;
  margin: 0;
  padding: 10px 0 5px 0;
}

h3 {
  font-size: 9px;
  font-weight: normal;
  color: #6b6b6b;
  margin: 0;
}


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

input {
  border: 0;
  border: 1px solid #d7d6d7;
  padding: 2px;
  
}

/* Input style */
.buttonStl {
  background-image: url(../images/button_bgrnd.gif);
  background-repeat: no-repeat;
  width: 85px;
  height: 19px;
  min-height: 19px;
  color: white;
  display: block;
  text-align: center;
  font-weight: bold;
  background-color: transparent;
}

.formButton {
	background-color: #224a8f;
	color: white;
	padding: 4px 7px 4px 7px;
}

.posBtnImg {
  padding: 0 12px 0 12px;
}
 
a.buttonImg, a.buttonImg:link, a.buttonImg:visited {
  background-image: url(../images/button_bgrnd.gif);
  background-repeat: no-repeat;
  width: 85px;
  height: 19px;
  min-height: 19px;
  color: white;
  display: block;
  text-align: center;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
  padding-top: 1px;
}

a.buttonImg:hover {
}

#wrapper {
  width: 771px;
  text-align: left;
  margin: 0 auto 0 auto;
}

.header {
}

#content {
  background-image: url(../images/body_bgrnd.gif);
  background-repeat: repeat-y;
  padding: 12px 0 12px 0;
  float: left;
}

#leftWrapper {
  
  float: left;
  width: 140px;
}

#left {
  padding-left: 10px;
  padding-right: 9px;
}

#left p {
  padding-top: 20px;
  text-align: center;
}

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

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

.sideMenu {
}

.sideMenu a, .sideMenu a:link, .sideMenu a:visited .sideMenu a:hover , .sideMenu a:active {
  display: block;
  background-image: url(../images/menu_bgrnd_passive.gif);
  background-repeat: repeat-y;
  text-decoration: none;
  padding: 0 0 5px 10px;
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  border-bottom: 1px solid #c1b0c5;
  color: #6c8bbe;
}

.sideMenu a:hover {
  background-image: url(../images/menu_bgrnd_active.gif);
  background-repeat: repeat-y;
  text-decoration: none;
  color: #224a8f;
}

#middleWrapper {
  float: left;
  width: 454px;
}

#middle {
  padding: 0 17px 0 17px;
}

#rightWrapper {
  float: left;
  width: 177px;
}

#right {
  padding-left: 10px;
}

.roundBlock {
  width: 156px;
}

.roundBlockHeader {
 background-image: url(../images/round_block_header.gif);
 background-repeat: no-repeat;
 width: 156px;
 height: 14px;
 min-height: 14px;
}

.roundBlockBody {
  background-color: #4576bb;
}

.roundBlockBody p {
  margin: 0;
  padding: 6px 13px 10px 13px;
  color: white;
}

.roundBlockFooter {
 background-image: url(../images/round_block_footer.gif);
 background-repeat: no-repeat;
 width: 156px;
 height: 15px;
 min-height: 15px;
}

.commentPar {
  background-image: url(../images/comment_par_bgrnd.jpg);
  background-repeat: no-repeat;
  min-height: 195px;
  width: 156px;
  margin-top: 7px;
}

.commentPar p {
  padding: 15px 8px 0 8px;
  margin: 0;
}

.commentPar p b {
  display: block;
  margin-top: 10px;
}

.middleCenter {
  padding-top: 100px;
  text-align: center;
}

#footer {
  background-image: url(../images/footer.gif);
  background-repeat: no-repeat;
 }

.footerText {
  padding: 40px 0 0 0;
  text-align: right;
} 
 
.clearer { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.cleaner {
              height: 0px;
              line-height: 1px;
              font-size: 1px;
              clear: both;
     }
     
.blueformfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #224a8f;
}

