 body {
  background-color: #ffffff;
  margin:0 0 0 0;
  padding:0 0 0 0;
 }
 
 hr {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -7px;
 }

 hr.moz {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -15px;
 }


 p.address {
  color: #71293C;
  font-family: Arial;
  font-size:10pt;
  font-weight: bold;
  margin: 10px;
 }

 u.profile {
  color: #706D4C;
 }

 p.content {
  color: #24495C;
  font-family: Arial;
  font-size:10pt;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
 }
 
  p.bios-content {
  color: #24495C;
  font-family: Arial;
  font-size:10pt;
  font-weight: normal;
  margin-top: 25px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 25px;
  text-align: justify;
 }

 p.login-content {
  color: #24495C;
  font-family: Arial;
  font-size:8pt;
  font-weight: normal;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
 }
 p.pressHeading {
  color: #24495C;
  font-family: Arial;
  font-size:10pt;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
 }

 p.strong{
  color: #24495C;
  font-family: Arial;
  font-size:12pt;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
 }
  
  p.footer-disclaimer {
  color: #24495C;
  font-family: Arial;
  font-size:8pt;
  margin-left: 20px;
  margin-right: 20px;
  text-align: justify;
  line-height: 1;
 }


 li {
  color: #24495C;
  font-family: Arial;
  font-size:10pt;
  font-weight: normal;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  text-align: justify;
 }
 
  a.menu{
    color: #ffffff;
    text-decoration: none;
  }
  
  a.menu:hover{
    color: #70283B;
    text-decoration: none;
  }

  a.menuCurrent {
    color: #70283B;
    text-decoration: none;
  }
  
  a.normal{
    color: #24495C;
    text-decoration: none;
  }
  
  a.normal:hover{
    color: #24495C;
    text-decoration: underline;
  }
  
  a.red{
    color: #71293C;
    text-decoration: none;
  }
  
  a.red:hover{
    color: #71293C;
    text-decoration: underline;
  }

 #fill {
  margin:0 0 0 0;
  padding:0 0 0 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
 }
 
 table.rhs {
  margin:0 0 0 0;
  padding:0 0 0 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
 }
  #top {
  background: url(images/top.jpg);
  background-repeat: no-repeat;
  height: 59px;
 }

 #menubar {
  background: url(images/menuBg.jpg);
  background-repeat: no-repeat;
  color: #ffffff;
  height: 32px;
  font-family: Arial;
  font-size:8pt;
  padding-left: 5px;
 }

 #topGreen {
  background: url(images/topGreen.jpg);
  background-repeat: no-repeat;
  height: 50px;
  font-family: Arial;
  font-size:8pt;
  padding-left: 5px;
 }

 #logo {
  background-color: #ffffff;
  height: 110px;
 }

 #redbar {
  background: url(images/redbar.jpg);
  background-repeat: no-repeat;
  height: 12px;
  width:800px;
 }

 #greenbar {
  background-color: #24495C;
  height: 12px;
 }
 
 #splashGreen {
  background: url(images/splashGreen.jpg);
  background-repeat: no-repeat;
  height: 198px;
 }

 #heading {
  background-color: #ffffff;
  height: 45px;
 }

 #content {
  background-color: #ffffff;
  vertical-align: top;
  padding-right: 20px;
 }


  #lhs {
  background-color: #CDCCB5;
  width: 246px;
  color: #71293C;
  font-family: Arial;
  font-size:10px;
  font-weight: bold;
  margin:0 0 0 0;
  padding:0 0 0 0;
  vertical-align: top;
 }
 
  #rhs {
  background-color: #ffffff;
  width: 100%;
  color: #24495C;
  vertical-align: top;
 }
 
 #login {
  width:205px;
  height:105px;
  background-color:#EDECDE;
  border: 1px solid #24495C;
  padding: 5px;
 }
 
 #login th {
  color: #71293C;
  font-family: Arial;
  font-size:10px;
  font-weight: bold;
 }
 
  #login td {
  color: #71293C;
  font-family: Arial;
  font-size:9px;
  font-weight: bold;
 }

 .person {
   margin-left:20px;
   margin-top: 15px;
 }
 
  #disclaimer-accept {
    position: relative;
    opacity: .9;
    filter: alpha(opacity=90);
  }
  #disclaimer-accept2 {
    position: absolute;
    top: 60px;
    left:90px;
    right: 90px;
    opacity: .9;
    filter: alpha(opacity=90);
    border: 4px solid grey;
    visibility: hidden;
  }
  
