/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #666666;
}

/* 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: 12px;
	line-height: 16px;
	color: #333333;
	text-transform: none;
	padding: 0px;
	margin: 0px 20px 20px;
}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px 0px 10px 15px;
	text-indent: 0px;
	margin: 15px 6px 35px;
	border-bottom: 1px dotted #CCCCCC;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #333333;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #D30101;
}

address {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	margin: 15px 10px 5px;
	text-align: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}
/* ----------------- 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;
	background: #FFFFFF;
	position: relative;
	height: 147px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.gif) repeat-y left top;
	margin: 0px auto;
	width: 760px;
	padding: 0px;
	border: 2px solid #FFFFFF;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 560px;
	background: url(images/content_bg.gif) no-repeat left top;
	font: 12px Arial, Helvetica, sans-serif;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 25px 0px 0px 200px;
	width: 560px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	font-size: 9px;
}
div#footer a:link, div#footer a:visited, div#footer a:hover {
	font: bold 12px tahoma;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	color: #666666;
  }
div#footer a:hover {
	color:#528FC7;
}  
    
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px auto;
	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/leftdiv.gif) no-repeat left top;
}
ul#leftnav {
	padding: 0px;
	margin: 0px;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #666666;
	color: #000000;
	text-decoration: none;
	font: normal 10px tahoma;
	padding: 4px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
	text-indent: 18pt;
	background: #FFFFFF;
	width: 200px;
}
ul#leftnav li a:hover, ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFFFFF;
	background-color: #3C3C3C;
	font-weight: bold;
}

ul#list {
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin: 0px 60px 20px 35px;
	list-style: outside;
}

ul#list li {
	line-height: 15pt;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: -20px 0px 0px -20px;
}
.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;
}
.textcenter {
	text-align: center;
}
.clear {
	clear: both;
}
.cta {
	font-size: 12px;
	font-weight: bold;
	color: #3C3C3C;
	font-family: tahoma;
}
.right {
	float: right;
	margin-left: 10px;
	padding: 2px;
	border: 1px solid #666666;
}
.rightborderless {
	float: right;
	margin-left: 10px;
}

.textcenter {
	text-align: center;
}
form {
	margin-left: 20px;
	text-align: left;
}
.border {
	border: 1px solid #000000;
}
