body {
	margin:20px;
	padding:0px;
	text-align:center;
	background: url(images/body_bg.gif) left top;
}

h2, h3, h4, h5, a, ul, li, lo, td {
	font-family:Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
}

/* Redefines the p tag */
p {
	font-family:Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
	line-height:15px;
	margin:10px 15px 10px 10px;
}

h1 {
	font-family:Arial, sans-serif;
	font-size:16px;
	color:#032459;
	font-weight:bold;
	margin:10px 15px 10px 10px;
	border-bottom: 1px solid #032459;
	padding-bottom: 5px;
}

h2 {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:center;
	font-weight:bold;
	margin:10px 20px 0px 20px;
	border-bottom: 0px solid #F7941D;
	padding-bottom: 5px;
}

h3 {
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#004A80;
	text-align:left;
	font-weight:bold;
	margin:10px 10px 0px 10px;
	border-bottom: 0px solid #004A80;
	padding-bottom: 5px;
}

div#header {
	margin: 0px;
	padding: 0px;
	height: 184px;
	background: url(images/header.gif) no-repeat left top;
	position: relative;
}

ul#list {
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: -10px 20px 0px 30px;
}

ul#list2 {
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 5px 20px 5px 30px;
	list-style-type: none;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:12px;
	color:#0b4b7f;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}

a:visited {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse:collapse;
}

/* Creates the div container for the footer. */

div#container {
	width:750px;
	background: url('images/container_bg.gif') left repeat-y;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #0c4e8b;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px auto 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
	width: 750px;
}

div#copyright a {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

div#mainnav {
	float:right; 
	width: 160px;
	margin: 10px 0px 10px 0px; 
}	 

ul#mainnav {
	line-height:20px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul#mainnav li {
	display:inline;
}

/*button background color located here*/

ul#mainnav li a {
	font-size:14px;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:130px;
	margin: 0px 0px 0px 0px;
	padding:5px 10px;
	background:#032459;
	border-bottom: 1px solid #ffffff;
}

/*regular rollovers*/

ul#mainnav li a:hover {
	background: #7FA4BF;
}

/*where you're at*/

ul#mainnav li a.active {
	background: #F7941D;
}

/*The page you're ons active link*/

ul#mainnav li a:hover.active {
	background: #0076A3;
}

div#clear {
	clear:both;
}

address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-style:normal;
	font-weight:bold;
	margin:10px 0px 0px 0px;
}

div#content {
	float:right;
	width:580px;
	text-align: left;
	border:0px solid #ffffff;
}	

.image {
	float:right;
	margin: 10px;
	border: 0px solid #032459;
	padding: 5px 5px 5px 5px;
	clear: both;
}	

.image2 {
	float:right;
	margin: 10px;
	border: 0px solid #032459;
	margin:0px 15px 0px 10px;
	padding: 5px 5px 5px 5px;
	clear: both;
}	

.cta {
	float:right;
	margin: 10px 10px 10px 0px;
	border: 0px solid #032459;
	padding: 5px 5px 5px 5px;
	clear: both;
}	

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	font-weight: bold;
	font-size: 9px;
	color: #000000;
}

div#footerholder {
	text-align: center;
	padding-top: 25px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#000000;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 15px;
	font-family: tahoma;
}

div#footerholder a:hover {
	color:#ffffff;
}
