/* CSS Document */

body {
	background-color: #FFFFFF;
}

/* ------------------------- HEADER TAGS ------------------------*/

.bluebg {
	background-color: #00436A;
	margin: 0 auto;
	clear: both;
	position: relative;
	float: left;
	padding: 10px;
	font-family:Garamond, Georgia;
	font-size:18px;
	font-weight: normal;
}

#header a {
	color:#FFFFFF;
}

/* ------------------------- MAIN NAVIGATION ------------------------*/

.tanbg {
	background-color: #DFDBAC;
	margin: 0 auto;
	float: left;
	clear: both;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	text-indent: 5px;
	color: #00436A;
	font-weight: normal;
	line-height: 12px;
}

#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	color: #00436A;
	margin-top: 3px;
	margin-bottom: 3px;
} 

#pipe ul li {
	border-left: 1px solid #FFFFFF;
	list-style: none;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0;
}

#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#pipe a {
	text-decoration: none;
	color: #00436A;
}

#pipe a:hover {
	text-decoration: underline;
}

/* ------------------------- LEFT CONTENT ------------------------*/

#leftRail{
	float:left;
	width:150px;
	margin-left:0px;
	position:relative;
	background-color: #003453;
	border-width: 1px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #DFDBAC;
	border-left-color: #DFDBAC;
	color: #FFFFFF;
	font-family:Garamond, Georgia;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin-top:3px;
	padding:0;
}

#leftRail ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftRail li {
	text-indent: 10px;
	border-bottom: 1px solid #FFFFFF;
	margin: 0;
	padding: 0;
}

#leftRail li a{
	display: block;
	margin-bottom: 1px;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #003453;
}

#leftRail li a:hover{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #003453;
}

#subnav2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #003453;
}

#subnav2 ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

#subnav2 li {
	margin: 0px;
	text-indent: 15px;
	border: none;
}

#subnav2 li a{
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #003453;
	border: none;
}

#subnav2 li a:hover{
	text-decoration: underline;
}

input {
	color: #0E5993;
	border: 1px solid #0E5993; 
	background-color: #FFFFFF;
	font-family: verdana, sans-serif;
	vertical-align: middle;
}

.name{
	margin-left:10px;
}

#cc .buttons {
	background-color: none;
	border: 1px solid #400000; 
	font-family: verdana, sans-serif;
	color: #400000;
	font-size: 10px;
}

/* ------------------------- MAIN CONTENT ------------------------*/

#container {
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0;
	clear: both;
	float: left;
}

#main{
	background-color:#FFFFFF;
	border-left:1px solid #FFFFFF; /* The width and color of the left rail */
	border-right:1px solid #FFFFFF; /* The width and color of the right rail */
}

#center{
	margin-right:0px;
}

#breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: left;
	line-height: 10px;
	padding: 10px;
}

#breadcrumb a {
	text-decoration: none;
	color: #999999;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

h2 {
	font-family: Garamond, Georgia;
	font-size: 24px;
	color: #00436A;
	margin-right: auto;
	line-height: 28px;
	padding-left: 10px;
	margin-bottom:0;
	margin-top:0;
}

h3 {
	font-family: Georgia, Garamond;
	font-size: 14px;
	font-style:italic;
	font-weight:normal;
	color: #00436A;
	line-height: normal;
	padding-left: 10px;
	margin:0;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	color: #000000;
}

.bodylist {
	list-style-position: inside;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.contact {
	border:1px solid #00436A;
	margin-bottom:14px;
	padding-bottom:8px;
	width:150px;
	float:right;
	margin-top:-14px;
}

.contact h5{
	background-color: #00436A;
	color: #FFFFFF;
	font-family: Garamond, Georgia;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	margin-bottom:8px;
	margin-top:0;
}

.contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height:10px;
	margin:5px 0;
	padding-left:10px;
}

.creek {
	visibility:hidden;
}

/* ------------------------- RIGHT CONTENT ------------------------*/

#rightRail{
	border-top:1px solid #00436A;
	border-bottom:1px solid #00436A;
	font-family:Garamond, Georgia;
	font-size:14px;
	margin-top:20px;
	padding-top:0;
	padding-right:2px;
	padding-bottom:10px;
	padding-left:2px;
}

/*------------------------ FEEDBURNER BLOCK ------------------------*/

#news {
	background-color:#FFFFFF;
}

#maintab {
	background-color:#FFFFFF;
	list-style:none;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.feedburnerFeedBlock {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin:0;
	padding-left:5px;
	text-decoration: none;
	background-color:#FFFFFF;
}

.feedTitle .news1 {
	font-family: Garamond, Georgia;
	font-size: 24px;
	color: #00436A;
	border-bottom: 1px solid #FFFFFF;
	padding: 3px;
	vertical-align: top;
	padding-bottom:14px;
}

.feedburnerFeedBlock ul {
	list-style-type: none;
	margin-left:0;
	padding-left:0;
	margin-bottom:0;
	padding-bottom:0;
}

.feedburnerFeedBlock ul li {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	padding-bottom: 12px;
}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}

.headline a {
	text-decoration: none;
	color: #00436A;
}

.headline a:hover {
	text-decoration: underline;
}

#creditfooter {
	visibility: hidden;
}

.more {
	background-color:#00436A;
	color:#E0DFE3;
	font-family:Garamond, Georgia;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-right:15px;
	padding-bottom:3px;
	padding-top:3px;
	width:65px;
	right:5px;
}

.more a {
	text-decoration: none;
	color: #FFFFFF;
}

.more a:hover {
	text-decoration: underline;
}

/* ------------------------- FOOTER TAG ------------------------*/

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	background-color:#00436A;
}
