body
{
  margin: 0px;
  color: #000000;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: #E2DFD0 url('/images/body-bg.jpg') left top repeat-x;
  text-align: center;
}

h1
{
  margin: 0px;
  padding: 10px 0px;
  color: #233F85;
  font-family: Georgia, 'Times New Roman', arial, sans-serif;
  font-weight: normal;
}

h2
{
  margin: 0px;
  padding: 9px 0px 10px 0px;
  color: #FFFFFF;
  font-family: Georgia, 'Times New Roman', arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
}

a
{
  color: #4D6EC1;
  text-decoration: underline;
}

a:hover
{
  color: #233F85;
  text-decoration: none;
}

#wrapper
{
}

#container
{
  width: 970px;
  margin: 0px auto;
  text-align: left;
}

#header
{
  height: 112px;
}

#header-left
{
  float: left;
  width: 530px;
  height: 112px;
}

a#homelink
{
  display: block;
  width: 530px;
  height: 112px;
  background: url('/images/top-logo2.jpg') left top no-repeat;
  outline: none;
}

#header-right
{
  float: right;
  width: 430px;
  height: 112px;
  text-align: right;
}

#toplinks
{
  padding: 10px;
}

#topbuttons
{
  float: right;
  width: 180px;
  padding: 7px;
}

#topbuttons a.button-yellow
{
  float: left;
  display: block;
  height: 34px;
  padding: 0px 0px 0px 10px;
  color: #233F85;
  font-size: 16px;
  text-decoration: none;
  background: url('/images/button-yellow-left.jpg') left top no-repeat;
  outline: none;
}

#topbuttons a.button-yellow span
{
  display: block;
  padding: 7px 40px 8px 10px;
  background: url('/images/button-yellow-right.jpg') right top no-repeat;
}

#topsearch
{
  float: right;
  width: 200px;
  padding: 10px;
}

#topsearch form
{
  float: right;
  margin: 0px;
  padding: 5px;
  border: 1px solid #E2DFD0;
}

#topsearch form input
{
  vertical-align: middle;
  border: 0px;
}

#topsearch form input.txtinput
{
  color: #999999;
}

#navigation
{
  padding: 10px;
  background-color: #233F85;
}

#navigation-left
{
  float: left;
}

#navigation-right
{
  float: right;
}

#content
{
  height: auto;
  min-height: 500px;
  background-color: #FFFFFF;
  border-color: #D7D4C1;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
}

* html #content
{
  height: 500px;
}

#inner
{
  padding: 20px;
}

#left
{
  float: left;
  width: 900px;
}

#leftnav
{
  float: left;
  width: 200px;
}

#leftnav h2
{
  padding: 0px;
}

#leftnav a
{
  display: block;
  padding: 5px;
  color: #4D6EC1;
  text-decoration: none;
  border-bottom: 1px solid #E2DFD0;
  outline: none;
}

#leftnav a.page
{
  padding: 5px 5px 5px 15px;
}

#leftnav a.current
{
  background-color: #DBE1EE;
}

#leftnav a:hover
{
  color: #233F85;
  text-decoration: none;
}

#main
{
  float: right;
  width: 650px;
}

#footer
{
}

#footer p
{
  margin: 7px 0px;
  padding: 0px 15px;
  color: #827B74;
  font-size: 11px;
  line-height: 20px;
}

#footer p a
{
  color: #827B74;
  text-decoration: none;
}

#footer p a:hover
{
  text-decoration: underline;
}

div.clearfloats
{
  display: block;
  clear: both;
}

/* BEGIN Login Form Styles */

form.loginform
{
  padding: 10px 0px;
}

form.loginform label
{
  display: block;
  float: left;
  width: 100px;
  margin: 1px 5px 0px 0px;
  font-weight: bold;
  text-align: right;
}

form.loginform input
{
  vertical-align: middle;
}

form.loginform input.txtinput
{
}

/* END Login Form Styles */
