html
{
  height: 100%;
  margin-bottom: 1px;
}

body
{
  margin: 0px;
  background: url('/images/body_bg.jpg') left top repeat-x;
  font-family: arial;
  font-size: 13px;
  color: #3B3B3B;
  text-align: center;
}

a
{
  color: #006452;
  text-decoration: underline;
}

a:hover
{
  color: #9AB878;
  text-decoration: none;
}

h1
{
  margin: 0px;
  padding: 10px 0px;
  color: #8D5000;
  font-size: 20px;
  font-weight: normal;
  background: url('/images/heading_bg.jpg') left bottom repeat-x;
}

h2
{
  margin: 0px;
  padding: 8px 0px;
  color: #006452;
  font-size: 16px;
  font-weight: normal;
  background: url('/images/heading_bg.jpg') left bottom repeat-x;
}

h3
{
}

h4
{
}

h5
{
}

p
{
  padding: 0px 5px;
  line-height: 18px;
}

ul
{
  margin: 0px;
  padding: 10px 0px 0px 15px;
  list-style-type: none;
}

ul li
{
  padding: 3px 3px 3px 18px;
  background: url('/images/custom_bullet.jpg') left 5px no-repeat;
}

form
{
  margin: 0px;
  padding: 0px;
}

form label
{
  display: block;
  float: left;
  width: 110px;
  margin-right: 8px;
  padding-top: 3px;
  text-align: right;
  font-weight: bold;
}

form input.txtinput,
form textarea.txtinput
{
  width: 250px;
  background-color: #F5F6F1;
  color: #016452;
}

form textarea.txtinput
{
  height: 100px;
}

#container
{
  width: 980px;
  margin: 0px auto;
  text-align: left;
}

#navigation
{
  height: 54px;
}

#header
{
  height: 136px;
  background: url('/images/toplogo.jpg') left top no-repeat;
}

a#homelink
{
  float: left;
  display: block;
  width: 200px;
  height: 136px;
  margin-right: 5px;
  outline: none;
}

#header_inner
{
  float: left;
  margin-top: 110px;
}

#toplinks
{
  float: left;
  margin-right: 40px;
  font-size: 12px;
}

#topsearch
{
  float: left;
}

#topsearch form
{
  margin: 0px;
  padding: 0px;
}

#topsearch form input
{
  vertical-align: middle;
}

#topsearch form input.topsearchinput
{
  width: 115px;
  padding: 2px 5px;
  color: #767676;
  border: 1px solid #E5E7DB;
  font-size: 11px;
}

#content_top
{
  height: 30px;
  background: url('/images/content_top.jpg') left top no-repeat;
}

#content
{
  height: auto;
  min-height: 630px;
  background: url('/images/content_bg.jpg') left top no-repeat;
}

* html #content
{
  height: 630px;
}

#inner
{
  padding: 0px 33px;
}

#main
{
}

#main_left
{
  float: left;
  width: 710px;
}

#leftnav
{
  float: left;
  width: 190px;
  margin-right: 25px;
  border-bottom: 1px dotted #9AB878;
}

#leftnav a
{
  display: block;
  text-decoration: none;
  outline: none;
  border-top: 1px dotted #9AB878;
}

#leftnav a.section
{
  padding: 4px 5px;
}

#leftnav a.subsection
{
  padding: 4px 5px 4px 10px;
}

#leftnav a.page
{
  padding: 4px 5px 4px 15px;
}

#leftnav a.current
{
  background-color: #E5E7DA;
}

#leftnav a:hover
{
  text-decoration: none;
}

#main_content
{
  float: left;
  width: 490px;
}

#main_right
{
  float: right;
  width: 180px;
}

#footer
{
  padding-top: 40px;
}

#footer p
{
  margin: 0px 30px;
  padding: 10px 15px;
  line-height: 24px;
  color: #016452;
  font-size: 11px;
  border-top: 1px solid #D3D5C7;
}

div.clearfloats
{
  display: block;
  clear: both;
}

/* 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 */