html { min-height: 100%; margin-bottom: 1px; } /* Force scrollbar in Firefox */

body
{
  margin: 0px;
  background: #D9DADC url('/images/body_bg.jpg') left top repeat-x;
  text-align: center;
  font-family: arial;
  font-size: 13px;
}

#container
{
  margin: 0px auto;
  width: 900px;
  text-align: left;
}

#toplogo
{
  height: 155px;
  background: url('/images/top_logo.jpg') left top no-repeat;
  text-align: center;
}

#toplinks
{
  text-align: right;
  padding: 10px 100px;
  color: #AAAAAA;
}

#toplinks a
{
  color: #AAAAAA;
  text-decoration: underline;
}

#toplinks a:hover
{
  color: #DDDDDD;
  text-decoration: none;
}

#toplogo form.topform
{
  display: inline;
  width: 250px;
  margin: 0px 10px;
}

#toplogo form.topform input
{
  vertical-align: middle;
}

#toplogo form.topform input.textinput
{
  padding: 2px 5px;
  color: #699A7C;
  border: 1px solid #DADADA;
  font-family: verdana;
}

a#homelink
{
  position: relative;
  left: 140px !important;
  left: 0px;
  display: block;
  width: 615px;
  height: 90px;
  outline: none;
}

#mainnavigation
{
  height: 38px;
  margin: 0px;
  padding: 0px 54px;
  background: url('/images/navigation_bg.jpg') left top no-repeat;
}

#content
{
  height: auto;
  min-height: 600px;
  margin: 0px 54px;
  padding: 0px;
  border-left: 1px solid #A4A4A6;
  border-right: 1px solid #A4A4A6;
  border-bottom: 1px solid #A4A4A6;
  background-color: #FFFFFF;
}

* html #content
{
  height: 600px;
}

#inner
{
  padding: 30px;
}

#frontmain
{
  float: left;
  width: 441px;
  margin: 0px;
  padding: 0px;
}

#frontmain p
{
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}

div.frontbox
{
  margin: 0px 0px 18px 0px;
  padding: 0px;
}

div.frontbox_top
{
  width: 441px;
  height: 10px;
  margin: 0px;
  padding: 0px;
  background: url('/images/frontbox_top.gif') left top no-repeat;
}

div.frontbox_mid
{
  margin: 0px !important;
  margin: -6px 0px 0px 0px;
  padding: 5px 10px;
  background: url('/images/frontbox_mid.gif') left top repeat-y;
}

div.frontbox_mid p
{
  zoom: 1;
}

div.frontbox_bot
{
  width: 441px;
  height: 10px;
  margin: 0px;
  padding: 0px;
  background: url('/images/frontbox_bot.gif') left top no-repeat;
}

img.frontbox_img
{
  display: block;
  float: left;
  margin-right: 10px;
}

#frontright
{
  float: right;
  width: 260px;
  margin: 0px;
  padding: 0px;
}

#heading_calendar
{
  width: 259px;
  height: 32px;
  background: url('/images/heading_calendar.gif') left top no-repeat;
}

#front_calendar
{
  padding: 0px 15px;
}

#heading_news
{
  width: 259px;
  height: 32px;
  background: url('/images/heading_news.gif') left top no-repeat;
}

#front_news
{
  padding: 0px 15px;
}

#front_news p
{
  font-size: 11px;
  line-height: 18px;
}

#front_news p.morenews
{
  padding-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid #C4CFBD;
}

#leftnav
{
  float: left;
  width: 150px;
  margin-right: 20px;
}

#leftnav a
{
  display: block;
  margin-bottom: 1px;
  padding: 3px 5px;
  color: #222222;
  background: #D6DED1 url('/images/leftnav_bg.gif') 95% center no-repeat;
  text-decoration: none;
}

#leftnav a.section
{
}

#leftnav a.subsection
{
  padding: 3px 5px 3px 10px;
}

#leftnav a.page
{
  padding: 3px 5px 3px 15px;
}

#leftnav a.current
{
  background-color: #E8EDE6;
  text-decoration: underline;
}

#leftnav a:hover
{
  background-color: #E8EDE6;
}

#main
{
  float: left;
  width: 550px;
}

#main h1
{
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-family: 'Times New Roman';
  font-size: 30px;
  font-weight: normal;
  color: #699A7C;
}

#main p
{
  margin: 0px;
  padding: 7px 3px;
  line-height: 20px;
}

#main a
{
  color: #222222;
  text-decoration: underline;
}

#main a:hover
{
  color: #699A7C;
  text-decoration: none;
}

#main ul
{
  list-style-type: none;
  padding-left: 20px;
}

#main ul li
{
  padding: 5px 5px 5px 15px;
  background: url('/images/custom_bullet.gif') left 10px no-repeat;
}

#footer
{
  margin: 10px 80px;
}

#footer p
{
  color: #222222;
  font-size: 10px;
  line-height: 20px;
}

#footer a
{
  color: #222222;
  text-decoration: underline;
}

#footer a:hover
{
  color: #699A7C;
  text-decoration: none;
}

div.clearfloats
{
  display: block;
  clear: both;
}