html {
}

body {
  background-color: #286188;
  font: 9pt Arial, Helvetica, sans-serif;
  margin: 20px 0px;
}

#header {
  background: url('/images/common/header-background.png') repeat-x;
  height:104px;
  width: 100%;
}

.headerelements {
  margin: 0px auto;
  padding-top: 8px;
  height:93px;
  width: 727px;
}

.headerelements a {
  text-decoration:none;
}

.headerseperator {
  height:93px;
  width:1px;
  background-color:#8C8C8C;
  float:left;
}

.logo {
  padding: 0px;
  height: 93px;
  width: 289px;
  float:left;
}

.topnavbutton {
  height: 93px;
  width: 108px;
  float:left;
  position: relative;
  cursor: pointer;
}

.topnavbutton p {
  position: absolute;
  bottom: 18px;
  left:20px;
  text-align: left;
  width: 70px;
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #2E2E2E;
}

.topnavbutton img {
  position: absolute;
  top: 10px;
  right: 9px;
  width: 8px;
}

#main {
  background-color: #FFFFFF;
  width: 100%;
}

.mainelements {
  width: 727px;
  margin: 0px auto;
}

#homecontentbox {
  float: left;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 439px;
  color: #5C5C5C;
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.hcbtitle {
  background-color: #E9E9E9;
  color: #13517C;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  height: 23px;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 20px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 419px;
}

.homecontent {
  margin: 0px 0px 0px 20px;
  vertical-align:top;
}

.homecontent img.channel {
  padding: 0px 20px 19px 0px;
  vertical-align:top;
}

.homecontent_title {
  color: #F4751F;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.homecontent a, #homecontentbox a {
  color: #286188;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
}

.homecontent a:hover, .homecontent a:active, #homecontentbox a:hover, #homecontentbox a:active {
  text-decoration: underline;
}

#footer {
  background: url('/images/common/footer-background.png') repeat-x;
  margin: 0px;
  height:52px;
  width: 100%;
}

.footerelements {
  margin: 0px auto;
  padding: 8px 0px 4px 0px;
  height:40px;
  width: 727px;
}

.footerleft {
  height:40px;
  width: 288px;
  float:left;
  position: relative;
  top: 5px;
  text-align: center;
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #5C5C5C;
  text-decoration:none;
}

.footerright {
  height:40px;
  width: 439px;
  float:left;
  position: relative;
  top: 10px;
  text-align: center;
}

.footerbluetext {
  color: #13517C;
}

.footerright a {
  text-decoration:none;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  color: #5C5C5C;
}

.footerseperator {
  margin: 0px 10px;
  color: #13517C; 
}