html { overflow-y: scroll; }

body
{
  margin: 0px;
  background: #227B8E url('/images/body_bg.jpg') left top repeat-x;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 12px;
}

h1
{
  margin: 0px;
  font-weight: normal;
}

h2
{
}

h3
{
}

h4
{
}

h5
{
}

p
{
  padding: 0px 5px;
  line-height: 18px;
}

#container
{
  width: 1012px;
  margin: 19px auto 0px auto;
  text-align: left;
}

#header
{
  padding: 20px 0px 0px 20px;
  background: url('/images/header_bg.jpg') left top no-repeat;
}

#header_inner
{
  height: 145px;
  background: url('/images/toplogo.jpg') left top no-repeat;
}

a#homelink
{
  display: block;
  width: 470px;
  height: 145px;
  outline: none;
}

#mid
{
  height: 40px;
  padding: 0px 20px;
  background: url('/images/nav_bg.jpg') left top no-repeat;
}

#navigation
{
  float: left;
  height: 40px;
  margin: 0px 23px 0px 0px;
}

#sitesearch
{
  float: left;
}

#sitesearch form
{
  display: block;
  margin: 0px;
  padding: 9px 30px;
}

#sitesearch form input
{
  vertical-align: middle;
}

#sitesearch form input.topsearchinput
{
  width: 150px;
  padding: 1px 0px 2px 0px;
  font-size: 12px;
  color: #454545;
  background-color: #EEECE1;
  border: 1px solid #FFFFFF;
}

#content
{
  height: auto;
  min-height: 500px;
  background: url('/images/content_bg.jpg') left top repeat-y;
}

* html #content
{
  height: 500px;
}

#inner
{
  padding: 20px 30px;
}

#leftnav
{
  float: left;
  width: 190px;
  margin-right: 30px;
}

#leftnav a
{
  display: block;
  margin-bottom: 1px;
  padding: 3px 7px;
  background-color: #EEECE0;
  font-weight: bold;
  text-decoration: none;
  color: #227B8E;
  outline: none;
}

#leftnav a.section
{
  padding: 3px 7px 3px 7px;
}

#leftnav a.subsection
{
  padding: 3px 7px 3px 15px;
}

#leftnav a.page
{
  padding: 3px 7px 3px 23px;
}

#leftnav a:hover
{
}

#leftnav a.current
{
  color: #CC0000;
}

#main
{
  float: left;
  width: 700px;
}

#footer
{
  background: url('/images/content_bg.jpg') left top repeat-y;
}

#footer p
{
  margin: 0px 30px;
  padding: 20px 15px;
  font-size: 11px;
  color: #666666;
  border-top: 1px solid #C2C2C2;
}

#footer a
{
  color: #666666;
  text-decoration: none;
}

#footer a:hover
{
  color: #333333;
  text-decoration: underline;
}

#container_bot
{
  height: 20px;
  background: url('/images/footer_bg.jpg') left top no-repeat;
}

div.clearfloats
{
  display: block;
  clear: both;
}

/* BEGIN Form Styles */

form.contactform
{
}

form.contactform label
{
  display: block;
  float: left;
  width: 125px;
  margin-right: 7px;
  padding-top: 3px;
  text-align: right;
  font-weight: bold;
  color: #227B8E;
}

form.contactform input.textinput
{
}

/* END Form Styles */

/* BEGIN error/okay/warning message styles */

.error,
.okay,
.warning,
.message
{
  margin: 5px 0px 15px 0px;
  padding: 5px 10px;
  color: #000000;
  font-size: 11px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: left;
}

.error
{
  background-color: #FF9999;
  border: 1px solid #FF0000;
}

.okay
{
  background-color: #99FF99;
  border: 1px solid #33FF00;
}

.warning
{
  background-color: #FFFF99;
  border: 1px solid #CCCC00;
}

.message
{
  background-color: #CCCCFF;
  border: 1px solid #0000FF;
}

/* END error/okay/warning message styles */