/** BEGIN IE HACKS **/
.iehack1 {
  width:100%;
  min-width:950px;
}
* html .iehack2 {
  padding-left:950px;
}
* html .iehack4 {
  margin-left:-950px;
  position:relative;
}
/*\*/
* html .iehack2, * html .iehack4, * html .iehack1, * html .iehack3  {
  height:1px;
}
/**/
/** END IE HACKS **/

body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  min-width: 950px;
  color: #FFFFFF;
  background-color: #8298AF;
  background-image: url(/images/vertbkgd.jpg);
  background-repeat: repeat-y;
}

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 203px;
  width: 100%;
  min-width: 950px;
  background-image: url(/images/horizbkgd.jpg);
  background-repeat: repeat-x;
}

#dateright {
  margin-top: 170px;
  margin-right: 10px;
  float: right;
}

#navleft {
  line-height: 150%;
  margin-top: 300px;
  width: 152px;
  float: left;
}
#navleft p {
  margin-left: 10px;
  margin-top: 60px;
}
#navleft a:link {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navleft a:visited {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navleft a:active {
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navleft a:hover {
  font-weight: bold;
  color: #3333ff;
  text-decoration: none;
  font-family: Geneva, Arial, Helvetica, sans-serif;
}

#bhfooter {
  position: absolute;
  bottom: 0px;
  left: 0px;
  vertical-align: baseline;
  width: 125px;
  text-align: center;
  clear: both;
}

#bhfooter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#bigcontainer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  min-width: 950px;
}

#container {
  margin-top: 220px;
  margin-left: 170px;
  text-align: center;
}

#content {
  margin-left: 2%;
  margin-right: 2%;
  text-align: left;
}

p {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #ffffff;
}
h3 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: large;
  color: #FFFFFF;
}
h1 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: x-large;
  color: #FFFFFF;
}
a:link {
  font-weight: bold;
  color: #FFffaa;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  text-decoration: none;
}
a:visited {
  font-weight: bold;
  color: #FFffaa;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
  color: #333333;
  text-decoration: underline;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
}
a:active {
  font-weight: bold;
  color: #FFffaa;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
}
a.large {
  font-size: x-large;
}
a.large:hover {
  font-size: x-large;
}
.error {
  color: #BB2222;
}
