html { min-height: 100%; margin-bottom: 1px; } /* Force scrollbar in Firefox */

body
{
  margin: 0px;
  background: #FFFFFF url('/images/body_bg.jpg') left top repeat-x;
  text-align: center;
  font-family: arial;
  font-size: 12px;
  color: #333333;
}

h1
{
  margin: 0px;
  padding: 3px 0px;
  color: #CD1629;
  border-bottom: 1px solid #DDDDDD;
  font-family: arial;
  font-size: 22px;
}

h2
{
  color: #0962B6;
  font-size: 18px;
  font-weight: bold;
}

h3
{
  margin: 0px;
  color: #0962B6;
  font-size: 17px;
  font-weight: normal;
}
h4
{
  margin: 0px;
  color: blue;
  font-size: 57px;
  font-weight: normal;
}

p
{
  line-height: 20px;
}

a
{
  color: #2180DE;
  text-decoration: underline;
}

a:hover
{
  color: #CD1629;
  text-decoration: none;
}

ul
{
  list-style-type: none;
  margin-top: 7px;
  padding-left: 10px;
}

ul li
{
  padding: 5px 5px 5px 20px;
  background: url('/images/custom_bullet.jpg') left 5px no-repeat;
}

#container
{
  margin: 0px auto;
  width: 990px;
  text-align: left;
}

#header
{
}

#topnav
{
  height: 38px;
  background: url('/images/topnav_bg.jpg') left top no-repeat;
}

#topsearch
{
  float: right;
  margin-right: 70px;
  padding-top: 6px;
}

#topsearch form
{
  margin: 0px;
  padding: 0px;
}

#topsearch form input
{
  vertical-align: middle;
}

#topsearch form input.txtinput
{
  padding: 2px 0px;
  border: 1px solid #2A84DE;
}

#toplinks
{
  float: right;
  margin-right: 40px;
  padding-top: 8px;
}

#toplinks a
{
  color: #2A84DE;
}

#toplinks a:hover
{
  text-decoration: none;
}

#toplogo
{
  height: 81px;
  background: url('/images/toplogo.jpg') left top no-repeat;
}

#toplogo-left
{
  float: left;
  width: 295px;
  height: 81px;
}

a#homelink
{
  display: block;
  width: 295px;
  height: 81px;
  outline: none;
}

#toplogo-right
{
  float: right;
  height: 81px;
}

#toplogo-right p
{
  margin: 0px;
  padding: 20px 15px;
  text-align: right;
}

#toplogo-right p a
{
  margin: 0px 0px 0px 5px;
}

#navigation
{
  height: 58px;
  background: url('/images/navigation_bg2.jpg') left top no-repeat;
}

/*
#midlogo
{
  height: 149px;
  background: url('/images/midlogo.jpg') left top no-repeat;
}
*/

#content
{
}

#contentmain
{
  height: auto;
  min-height: 570px;
  background: url('/images/content_bg.jpg') left top no-repeat;
}

* html #contentmain
{
  height: 570px;
}

#inner
{
  background: url('/images/content_top2.jpg') left top no-repeat;
  padding: 0px 35px 20px 35px;
}

#leftside
{
  float: left;
  width: 180px;
  margin-right: 35px;
}

#leftnav
{
  border-top: 1px solid #DDDDDD;
  margin-bottom: 20px;
}

#leftnav a
{
  display: block;
  padding: 3px 15px 3px 7px;
  background-color: #EEEEEE;
  text-decoration: none;
  color: #999999;
  border-bottom: 1px solid #DDDDDD;
  outline: none;
}

#leftnav a.subsection
{
  padding: 3px 15px 3px 15px;
}

#leftnav a.page
{
  padding: 3px 15px 3px 23px;
}

#leftnav a:hover
{
  background-color: #CCCCCC;
  color: #666666;
}

#leftnav a.current
{
  background: #BBBBBB url('/images/leftnav_current.gif') 99% 5px no-repeat;
  color: #222222;
}

#main
{
  float: left;
  width: 450px;
}

#rightside
{
  float: right;
  width: 225px;
}

#footer
{
  margin: 0px;
  padding: 0px;
}

#footer p
{
  margin: 0px 35px;
  padding: 20px 10px;
  font-size: 11px;
  color: #CCCCCC;
  border-top: 1px solid #D7D7D7;
}

#footer a
{
  color: #999999;
  text-decoration: underline;
}

#footer a:hover
{
  text-decoration: none;
}

div.clearfloats
{
  display: block;
  clear: both;
}

/* BEGIN Table Formatting */

table.contenttable
{
  margin: 10px 0px;
  width: 100%;
  border-right: 1px dotted #CD1629;
  border-bottom: 1px dotted #CD1629;
}

table.contenttable th
{
  padding: 5px;
  text-align: left;
  background-color: #CCCCCC;
  vertical-align: top;
  border-top: 1px dotted #CD1629;
  border-left: 1px dotted #CD1629;
}

table.contenttable td
{
  padding: 5px;
  text-align: left;
  background-color: #EEEEEE;
  vertical-align: top;
  border-top: 1px dotted #CD1629;
  border-left: 1px dotted #CD1629;
}

table.contenttable th.calign, table.contenttable td.calign
{
  text-align: center;
}

table.contenttable tr.redrow th, table.contenttable tr.redrow td
{
  background-color: #CD1629;
  color: #FFFFFF;
}

/* END Table Formatting */