body {
	background: url('images/body_bg.gif') repeat;
	margin: 20px;
	padding:0px;
}

h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
}

/* Redefines the p tag */
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align:left;
	font-size:13px;
	color: #000000;
	line-height:17px;
	margin: 10px 25px 10px 10px;
}

.center {
	text-align:center;
}	

h1 {
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 10px;
	text-align: left;
}

h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#000000;
	font-weight: 100;
	margin: 10px 0px 10px 0px;
	padding-bottom: 0px;
}

/* Creates the div for the header on the sub pages. */

div#header {
	margin: 0px;
	padding: 0px;
	height: 199px;
	background: url(images/header.jpg) no-repeat left top;
	position: relative;
}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	line-height:17px;
	margin-bottom: 5px;
}

li {
	color:#000000;
	font-size:13px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:12px;
	color:#000000;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration:underline;
}

a:visited {
	font-size:12px;
	color:#000000;
	font-weight: bold;
	text-decoration:underline;
}

a:hover {
	color:bfd3ec;
	text-decoration:none;
}

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 content on the subpages. */

div#container {
	position: relative;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #CF9601;
	background: url('images/container_bg.gif') left repeat-y;
	background-color: #ffffff;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 14px Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
	clear: both;
	width:  900px;
	border: 0px solid red;
}

div#copyright a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

/*creates div for site subpages*/

div#mainnav {
	float: left;
	width: 214px;
	height: 164px;
	padding: 20px 0px 0px 0px;
	text-align: left;
	border: 0px solid #00ffff;
}	

address {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	width: 185px;
	color: #000000;
	text-align: center;
	font-style:normal;
	font-weight:100;
	margin: 20px 5px 20px 37px;
	padding: 20px 0px 20px 0px;
	border: 0px solid #ffffff;
}

address a:link {
	font-size: 11px;
	color:#003053;
	font-weight:bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration:underline;
}

address a:visited {
	font-size:11px;
	color:#003053;
	font-weight:bold;
	text-decoration:underline;
}

address a:hover {
	color:FFF799;
	text-decoration:none;
}

address a:active {
	text-decoration:none;
}

/*creates div for site subpages*/

div#content {
	float:right;
	width: 655px;
	padding: 0px 13px 0px 0px;
	text-align: left;
	border: 0px solid #00ffff;
}	

.image {
	float:right;
	margin: 5px 10px 5px 5px;
	border: 0px dotted #000000;
	padding: 2px;
	clear: both;
}	

.cta {
	float: left;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	border: 0px dotted #000000;
	clear: both;
}	
	

/* Creates the div container for the footer. */

div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width:  900px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	font-weight: 100;
	font-size: 14px;
	color: #000000;
}

/* Creates the div container for the footer div on the sub pages. */

div#footerholder {
	text-align: right;
	padding-right: 210px; 
	padding-top: 5px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color: #000000;
	padding-right: 1px;
	padding-left: 1px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 100;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder a:hover {
	color:#530306;
	text-decoration:none;		
}

/* Creates the div container for the footer div on the sub pages. */

div#listbox {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	width: 470px;
	clear: both;
}

#listfloatleft {
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	list-style-type: bullet;
	list-style-position: inside;
}

