html, body {

  margin: 0;

  padding: 0;

}



body {background-color: blue;

  font-family: arial, "lucida console", sans-serif;

  /*background: #3E6EA6 url("../images/body_bg.gif") repeat-x top center;*/

  font-size: 13px;

}



h2 {

  color: #FFFFFF;

  text-decoration: none;

  padding: 8px;

}



.errors {

  background: #E0A8A8;

  border: thin solid #FF0000;

  margin: 5px;

  padding: 5px;

}



#wrapper {

  width: 832px;

  position: relative;

  left: 50%;

  margin-left: -416px;

  background: #FFFFFF;

}



#banner {

  width: 832px;

  height: 107px;

  background: #FFFFFF url("../images/banner_bg.gif") repeat-x top center;

}



#banner ul {

  list-style: none;

  position: absolute;

  right: 10px;

  top: 24px;

}



#banner ul li {

  float: left;

}



#banner ul li a {

  display: block;

  width: 90px;

  height: 18px;

  background: url("../images/banner_button.gif") no-repeat top center;

  color: #013F88;

  text-align: center;

  text-transform: uppercase;

  text-decoration: none;

  font-weight: bold;

  font-size: 80%;

  padding: 60px 7px 5px 7px;

}



#banner ul li.selected a {

  width: 120px;

  background: none;

  text-indent: -3000px;

  margin-right: 360px;

}



#nav {

  width: 832px;

  height: 30px;

  background: #FFFFFF url("../images/nav_bg.gif") repeat-x top center;

}



#nav ul {

  list-style: none;

  float: left;

}



#nav ul li {

  float: left;

}



#nav ul li a {

  display: block;

  padding: 0 1em;

  line-height: 30px;

  text-decoration: none;

  text-transform: uppercase;

  color: #FFFFFF;

  font-size: 90%;

  background: url("../images/nav_divider.gif") no-repeat left top;

}



#nav ul li.first a {

  background: none;

}



#contentWrapper {

  width: 832px;

  background: #FFFFFF;

}



#content {

  width: 832px;

  min-height: 639px;

  background: #FFFFFF;

}



#footer {

  clear: both;

  width: 832px;

  height: 51px;

  background: #FFFFFF url("../images/footer_bg.gif") repeat-x top center;

}



#footer ul {

  list-style: none;

  float: right;

}



#footer ul li {

  float: left;

}



#footer ul li a {

  display: block;

  padding: 0 1em;

  line-height: 30px;

  text-decoration: none;

  color: #FFFFFF;

  background: url("../images/footer_divider.gif") no-repeat left top;

}



#footer ul li.first a {

  background: none;

}



.article_title {

	color: #610e30;

	font-size: 13px;

	margin: 0px;

	padding: 0px;

	font-weight: normal;

}

