body
{
  font-family: arial;
  font-size: 12px;
  color: #575757;
  margin: 0px;
}

table
{
  font-family: arial;
  font-size: 12px;
  color: #575757;
}

#container
{
  background-image: url("../images/page_bg.jpg");
  background-position: 0 0;
  background-repeat: repeat-x;
  border-bottom: 1px solid #DEDEDE;
}

#top
{
  width: 956px;
  height: 114px;
  background: url("../images/topheader.jpg") top left no-repeat;
}

#homelink
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 189px;
  height: 113px;
}

#topnav
{
  margin: 0 0 0 215px;
  padding-top: 10px;
  font-size: 14px;
}

#topnav a
{
  display: inline;
  color: #3D5E8E;
  text-decoration: none;
  padding-bottom: 3px;
  margin-right: 15px;
}

#topnav a:hover, #topnav a.active
{
  color: #3D5E8E;
  text-decoration: none;
  border-bottom: 3px solid #3D5E8E;
}

#mid
{
  width: 956px;
  height: 220px;
  background: transparent url("../images/midheader.jpg") top left no-repeat;
}

#toprightnav
{
  color: #FFFFFF;
  font-size: 12px;
  padding: 15px 0 0 30px;
  float: right;
  width: 170px !important;
  width: 200px;
  height: 200px;
}

#toprightnav a
{
  color: #FFFFFF;
  text-decoration: underline;
}

#toprightnav a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}

#content
{
  width: 756px;
  background: url("../images/body_bg.gif") top left repeat-y;
}

#leftnav
{
  float: left;
  width: 160px !important;
  width: 170px;
  padding: 5px;
  margin-top: 10px;
  margin-left: 20px !important;
  margin-left: 10px;
}

#leftnav h1
{
  font-size: 12px;
  color: #787878;
}

#leftnav h2
{
  font-size: 12px;
  font-weight: normal;
  color: #3B5780;
  margin: 0px;
}

#leftnav p
{
  font-size: 11px;
  color: #787878;
  margin: 0px;
  padding-bottom: 8px;
}

#main
{
  float: left;
  width: 550px !important;
  width: 560px;
  padding: 5px;
}

#main h1
{
  color: #355179;
  font-size: 18px;
}

#main h2
{
  color: #355179;
  font-size: 14px;
}

#main h3
{
  color: #575757;
  font-size: 12px;
}

#main h4
{
  color: #355179;
  font-size: 12px;
}

#main a
{
  color: #355179;
  text-decoration: underline;
}

#main a:hover
{
  color: #355179;
  text-decoration: none;
}

#main ul
{
  list-style-type: circle;
}

#main li
{
  padding-bottom: 5px;
}

#maintop
{
  width: 520px !important;
  width: 530px;
  padding: 5px 0px 5px 30px;
  margin-bottom: 15px;
}

#mainbottom
{
  width: 540px !important;
  width: 550px;
  /*border: 1px solid #A3A3A3;*/
}

#mainleft
{
  float: left;
  width: 245px !important;
  width: 270px;
  /*height: 250px;*/
  padding: 0 10px 0 30px;
  border-right: 1px solid #A3A3A3;
}

#mainright
{
  float: right;
  width: 225px !important;
  width: 250px;
  height: 250px;
  padding: 0 10px 0 10px;
}

#footer
{
  padding-top: 20px;
  width: 756px;
  height: 100px;
  text-align: center;
}

#footer p
{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#footer a
{
  color: #355179;
  text-decoration: none;
}

#footer a:hover
{
  color: #355179;
  text-decoration: underline;
}

div.announcement
{
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #F1F1F1;
}

div.announcement-last
{
  border-bottom: 0px;
}