body {
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  height: 100%;
  background: #D2D2D2;
}

.csi-imagewrap {
  margin-right:20px;
_margin-right:0px;
margin-left:10px;
float:right;
}

.csi-image {
  border: 1px solid #e1e1e1;
  background-color: #f5f5f5;
  padding:7px;

}

#pageTitle {
  position: absolute;
  top: 155px;
  left: 29px;
  font-family: Arial;
  font-size:14px;
  color:ff9f00;
  font-weight:bold;
}

.contentDiv a, .contentDiv a:active {
  font-weight: bold;
  color: #009bdd;
  text-decoration: none;
}

.contentDiv a:hover, .contentDiv a:active {
  color: #009bdd;
  text-decoration: underline;
}

.topLevelContainer {
  text-align: center;
  height: 100%;
  width: 754px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #010F89;
  background: url('images/page_bg_small.gif') center repeat-y;
}

#header {
  width: 754px;
  height: 307px;
  top: 0px;
  position: relative;
  background: url('images/header_alt.jpg') top center no-repeat;
  z-index: 100;

}

#footer {
position:absolute;
  background: url('images/footer.gif') no-repeat;
  width: 754px;
  height: 21px;
  z-index: 100;
bottom:0px;

clear:both;

}

#content {
  top: 175px;
  left: 10px;
  float: left;
  position: relative;
  z-index: 0;
  width: 465px;
  _width: 495px;
  height:300px;
  overflow: -moz-scrollbars-vertical;
  overflow-y:auto;
  overflow-x:none;
margin-top:20px;
padding-top:0px;
}

.contentDiv {
  padding: 10px 10px 0px 20px;
  text-align: left;
  font-family: Arial;
  font-size: 11px;
  color: #424242;
}

.contentDiv td {
  font-family: Arial;
  font-size: 11px;
  color: #424242;
  padding-bottom: 10px;
}

.menuContainer {
  text-align: left;
  width: 223px;
  top: 170px;
_top : 180px;
  left: 518px;
  position: absolute; 
  float: left;
  margin: 0px;
}

.menuContainer ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
}

.menu a, .menu a:visited,  .menu a:active  {
  display: block;
  padding: 5px 0 5px 25px;
  font-weight: bold;
  color: #009bdd;
  text-decoration: none;
  background: url('images/arrow_normal.gif') 5px center no-repeat;
  _background: url('images/arrow_normal.gif') 5px center no-repeat;
}



.menuActive a, .menuActive a:visited, .menuActive:active  {
  display: block;
  padding: 5px 0 5px 25px;
  background: url('images/arrow_active.gif') 5px center no-repeat;
  _background: url('images/arrow_active.gif') 5px center no-repeat;
  color:  #009bdd;
  text-decoration: none;
}



.hasSubmenuAndActive a, .hasSubmenuAndActive a:visited, .hasSubmenuAndActive a:active {
  display: block;
  padding: 5px 0 5px 20px;
  background: #D4D2D3 url('images/arrow_down.gif') 0px center no-repeat;
  _background: #D4D2D3 url('images/arrow_down.gif') 5px center no-repeat;
  border-top: 1px solid #E3E1E2;
  border-left: 5px solid #F88300;
  color:  #009bdd;
}

 


.menu a:hover, .menuActive a:hover  {
  display: block;
  padding: 5px 0 5px 25px;
  font-weight: bold;
  color: #026fa8;
  text-decoration: none;
  background: url('images/arrow_normal.gif') 5px center no-repeat;
  _background: url('images/arrow_normal.gif') 5px center no-repeat;
}

.hasSubmenuAndActive a:hover {
  display: block;
  color: #026fa8;
  padding: 5px 0 5px 20px;
  background: #D4D2D3 url('images/arrow_down.gif') 0px center no-repeat;
  _background: #D4D2D3 url('images/arrow_down.gif') 5px center no-repeat;
  border-top: 1px solid #E3E1E2;
  border-left: 5px solid #F88300;
  color:  #009bdd;
}

.submenu a, .submenu a:visited, .submenu a:active {
  padding: 5px 0 5px 40px;
  display: block;
  font-weight: bold;
  color: #ff9f00;
  text-decoration: none;
  background-color: #EAEAEA;
  border-left: 1px solid #b9b9b9;
}

.submenuActive a,   .submenuActive a:visited, .submenuActive a:active {
  padding: 5px 0 5px 40px;
  display: block;
  font-weight: bold;
  color: #ff9f00;
  background-color:#e2e1e1;
  text-decoration: none;
  border-left: 1px solid #b9b9b9;
}

 .submenu a:hover,  .submenuActive a:hover  {
  padding: 5px 0 5px 40px;
  display: block;
  font-weight: bold;
  color: #ff9f00;
  text-decoration: none;
  background-color: #E2E1E1;
  border-left: 1px solid #b9b9b9;
}


.mailformrequired {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FC6703;
}

.mailform {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #2173BA;
}

input, textarea {
  border: solid 1px #2173BA;
  color: #2173BA;
  background: white;
}