/* CSS Document */


/* Main Content Styles  */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
color: #01466D;
}

#headline_about {
font-size: 16px;
line-height: 20px;
font-weight: bold;
color: #3496B9;
padding: 0 0 14px 0;
}

#headline_navybl {
font-size: 16px;
line-height: 20px;
font-weight: bold;
color: #01466D;
padding: 0 0 14px 0;
}

#subhead {
font-size: 13px;
line-height: 16px;
font-weight: bold;
color: #A84300;
padding: 0 0 3px 0;
}

#boxhead {
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 0 0 4px 0;
	font-weight: bold;
}

#body {
font-size: 12px;
line-height: 18px;
}

#body p {
	padding: 0 0 10px 0;
	font-size: 14px;
}

#body ul {
	padding: 0 0 10px 0;
	margin: 0 0 0 30px;
}

#smalltxt {
	font-size: 10px;
	color: #000000;
	line-height: 14px;
}

#articlelist {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}


#articlelist p {
	padding: 0 0 25px 25px;
	text-indent: -25px;
}

#articlelist a {
	color: #A84300;
}

.boldredtxt {
	font-weight: bold;
	color: #660000;
}

.gold {
color: #E8AF13;
}

.white {
color: #FFFFFF;
}

.blue {
color: #01466D;
}

.red {
color: #A84300;
}


	
/*Horiz Nav styles */
	
#horiznav {
	width:100%;
}

#horiznav ul {
	padding:0;
	margin:0;
	background-color:#01466D;
}

#horiznav ul li {
	display:inline;
	padding:0;
	margin:0;
	font-size: 14px;
}

#horiznav ul li a {
	color:#FFFFFF;
	background-color:#01466D;
	text-decoration:none;
	padding: 0 15px 5px 15px;
	border-right:1px solid #FFFFFF;
	text-align:center;
}

#horiznav ul li a:hover, #horiz_nav ul li a:focus {
	color:#E8AD11;
}	
	

/*Left Nav styles */

#vertnav_about {
	line-height: 14px;
	font-size: 12px;
}

#vertnav_about p {
	color: #01466D;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #F1CE70;
}

#vertnav_about p a {
height: 1%;
display: block;
text-decoration: none;
color: #01466D;
padding: 3px 0 3px 2px;
}

#vertnav_about p a:hover, #vertnav p a:focus {
	color: #3496B9;
	font-weight: bold;
}

#vertnav_partic {
	line-height: 14px;
	font-size: 12px;
}

#vertnav_partic p {
	color: #01466D;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #C0DDE6;
}

#vertnav_partic p a {
height: 1%;
display: block;
text-decoration: none;
color: #01466D;
padding: 3px 0 3px 2px;
}

#vertnav_partic p a:hover, #vertnav p a:focus {
	color: #ae5c10;
	font-weight: bold;
}

#vertnav_data {
	line-height: 14px;
	font-size: 12px;
}

#vertnav_data p {
	color: #01466D;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #E4C9A5;
}

#vertnav_data p a {
height: 1%;
display: block;
text-decoration: none;
color: #01466D;
padding: 3px 0 3px 2px;
}

#vertnav_data p a:hover, #vertnav p a:focus {
	color: #E8AF13;
	font-weight: bold;
}

/*List menu styles */
#listmenu{
	width: 220px;
	margin: 0px 0px 0px 70px;
	padding: 0px;
}
#body h3 strong {
	color: #000;
	font-size: 14px;
}
#body .boldredtxt strong {
	color: #000;
}
