/* CSS Document */
body{
	background:#002746;
	color:#ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align:left;
	margin:0;
}

a {
  text-decoration: none;
  color: #FFFF00;
}

a:hover {
  text-decoration: underline;
}

br.clear {
	clear: both;
	width: 0;
	height: 0;
	border: none;
	background: inherit;
	margin: 0;
	padding: 0;
}

div.number {
	background: url(number.gif) 0 0 no-repeat;
	float: left;
	width:33px;
	height:35px;
	color: #fff;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:24px;
	line-height:38px;
	text-align:center;
	height:60px;
}
div.blue {
	background: url(number_blue.gif) 0 0 no-repeat !important;
	margin-right:10px;
}
.form_errors, .form_success {
	color: #FFFF00; 
	font-size: 14px;
	line-height:16px;
}
.form_errors ul {
	margin: 0;
}

td {
  background-color: #004198;
  vertical-align: top;
}

td p {
  padding:0 20px;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

h1 {
  padding: 0 20px;
}

h2.yellow {
	color: #ffff00;
	padding: 10px 20px 0;
	font-size:18px;
	border-bottom: 1px solid #FC6	
}


ul.quotes {
  padding-right: 30px;

}
ul.quotes li {
  color: #000;
  font-weight: normal;
  font-family: arial, helvetica, sans-serif;
  padding-bottom: 8px;
}
ul li {
  line-height: 1.5em;
}
#nav {
  display: block;
  padding: 8px 6px 0px 6px;
  width: 780px; /* +20 = 800px */
  margin: 0;
  height: 40px;
  border-bottom: 1px solid #002746;
}
#nav li {
  list-style: none;
  display: block;
  padding: 2px 13px;
  text-align: center;
  float: left;
  font-size: 14px;
  line-height: 2em;
}
#nav li.double {
  line-height: 1em;
}
#nav li a {
  color: #002746;
  text-decoration: none;
  display: block;
  vertical-align: middle;
}
#nav li a:hover {
  color: #004198;
}

#subhead, .subhead {
  padding:10px 20px;
  background-color: #004198;
  color: #FFFF00;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

#bodytext {
  background-color: #004198;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding-right: 10px;
}
#bodytext li {
	font-size: 16px;
	line-height: 20px;
}

#links, .links {
  background: url(gradient.jpg) repeat-y;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  padding-left: 58px;
	padding-top: 5px;
  color: #002149;
}
#links a, .links a{
  color: #004399;
  text-decoration: none;
}
#links a:hover, .links a:hover {
  text-decoration: underline;
}
ul.latestnews {
	padding-top:0px;
	margin-top: .5em;
}
ul.latestnews li {
	font-size:14px;
	line-height:16px;
}
ul.latestnews li span.title {
	padding-right:1em;
}
ul.latestnews li span.date {
	font-style: italic;
	padding-right: 1em;
}


#footer_contact {
  background-color: #012844;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  padding-right: 10px;
  padding: 5px 0 0 10px;
  vertical-align: middle;
}

#updated_content {
  vertical-align: middle;
	background-color: #004499;
	font-weight: bold;
	padding-left: 40px;
	padding-right: 20px;
}

#updated_content label {
	color: #FFFF00;
	font-size: 12px;
}

#contact_form_div {
	padding-left: 50px;
}

#contact_form_div input {

}

#contact_form_div input, #contact_form_div textarea {
	width: 250px;
	margin: 0 0 10px 0;
	border: 1px solid #666666;
	padding: 2px;
}