/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #224e56;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 14px;
	line-height: 17px;
	color: #000000; 
	text-transform: none;
	padding: 0px;
	margin: 0px 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #2a3b3e;
	padding: 0px 0px 10px;
	text-indent: 0px;
	margin: 12px 15px 20px;
	border-bottom: 1px solid #2a3b3e;
}

h2 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #071c52;
	padding: 5px 5px 10px;
	text-indent: 5px;
	margin: 12px 15px 20px;
	
}

li {
	font-size: 13px;
	line-height: 4px;
	color: #51535e; 
	text-transform: none;
	padding: 0px;
	margin: 5px 15px 20px 5px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #ffffff;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #D30101;
}

address {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0px;
	margin: 15px 0px 5px 15px;
	text-align: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #ffffff;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px;
	padding: 0px;
	height: 176px;
	background: url(images/header.jpg) no-repeat left top;
	position: relative;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y left 150px;
	margin: 0px auto;
	width: 760px;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 560px;
}

div#content2 {
	float: center;
	margin: 0px;
	padding: 0px;
	width: 560px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-weight: normal;
	font-size: 9px;
	color: #ffffff;
	height: 44px;
}



div#footer a:link, div#footer a:visited, div#footer a:active {
	color:#ffffff;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 5px auto 0px;
	padding: 0px;
	clear: both;
	width: 770px;
}
div#copyright a {
	font-size: 9px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	background: url(images/mainnav.jpg) no-repeat left top;
	width: 200px;
}
ul#leftnav {
	padding: 0px;
	margin: 26px 0px 0px;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 12px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 3px 0px;
	margin: 0px 0px 0px 5px;
	text-align: left;
	text-indent: 16pt;
	background: #3c5256 url(images/navbullet.gif) no-repeat right center;
	width: 185px;
}
ul#leftnav li a:hover, ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #fbec88;
	background-color: #698185;
	background-image: url(images/navbullet1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

ul#list {
	font-size: 12px;
	color: #336600;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 60px;
}

ul#list li {
	font-size: 12px;
	line-height: 13px;
	color: #336600;
	text-transform: none;
	padding: 0px;
	margin: 0px 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
	
}

iframe {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

div#flash {
	margin: 0px;
	padding: 0px;
	height: 176px;
	width: 760px;
	position: absolute;
	background: #333333;
	left: 0px;
	top: 0px;
}
.10pxtext {
	font-size: 9px;
}
div#cta {
	margin: 0px 10px;
	clear: both;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 10px;
	border-top: 1px solid #528FC7;
	color: #254E72;
}
applet {
	float: left;
}

.textcenter {
	text-align: center;
}
.clear {
	clear: both;
}
.cta {
	font-size: 16px;
	font-weight: bold;
	color: #528FC7;
}
.right {
	float: right;
	margin-left: 10px;
	padding: 2px 5px 5px 5px;
	border: 0;
	background: #FFFFFF;
}
.rightborderless {
	float: right;
	margin-left: 10px;
}
div#signin {
	float: left;
	width: 100px;
	margin: 20px 20px 20px 15px;
}
div#footerholder {
	float: right;
	margin-right: 7px;
	margin-top: 47px;
}


.leftborder {
	padding: 2px;
	float: left;
	border: 1px solid #924c22;
	margin-left: 10px;
}
div#pics {
	margin-left: 5px;
}
