@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, h1, h2, h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #80b0c6;
  color: #000;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
	font: 12px/1.3em Verdana, Arial, Helvetica, sans-serif;
}
h1 {
  color: #8e0000;
	font-weight: bold;
	font-size: 1.25em;
	padding-bottom: 5px;
	text-align: center;
}
h2 {
  color: #1d335e;
  font-weight: bold;
	font-size: 1.15em;
}
h3 {
  color: #647391;
  font-weight: bold;
	font-size: 1.1em;
}
a,  a:link {
  color: #1d335e;
}
a:visited {
  color: #647391;
}
a:hover {
  text-decoration: underline;
	color: #8e0000;
}
a:focus {
}
a:active {
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 900px;
}
#header {
  background-color: #fff;
  background-image: url("images/header.jpg");
  font-size: 18px;
  font-weight: bold;
  height: 197px;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
}
#topNav {
  background-color: #1d335e;
  background-image: url("images/topNav.jpg");
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 33px;
  padding: 0 0px 0 15px;
	margin: 0;
	clear: both;
	font: 14px/normal Geneva, Arial, Helvetica, sans-serif;
}
#contentWrapper {
  background-image: url("images/leftNav.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
}
#leftNav {
min-height:850px;
height: auto !important;
height: 850px;  
color: #FFFFFF;
  float: left;
  width: 180px;
	padding-top: 15px;
	padding-left: 20px;
}
#contentP {
  margin: 0 0 0 230px;
  padding: 15px 30px 10px;
}
#contentP a,  #contentP a:link {
  color: #1d335e;
}
#contentP a:visited {
  color: #647391;
}
#contentP a:hover {
  text-decoration: underline;
	color: #8e0000;
}


.aggregator{
	
}
/* bookmarks */
.BMmain { width: 99%; }
.BMheader  {
  color: #1d335e;
  font-weight: bold;
	font-size: 1.15em;
}
.BMlink  {
	width: auto;
	vertical-align: middle;
}
.BMlink img {
	border: none;
}

/* form css */
.required {
	color: #FF0000;
}
.field_title {
	vertical-align: top;
	font-weight: bold;
	width: 300px;
}
.textfield {
	font-size: 12px;
	width: 50%;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8e0000;
	padding-top: 10px;
	color: #1d335e;
	font-size: 1.15em;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

#footer {
  padding: 10px 10px 10px 250px;
	font-size: smaller;
	color: #708c6b;
}
#footer a, a:link{
  color: #708c6b;
}



