@charset "utf-8";
/* CSS Document */


/* -----------------------------------*/
/* ---- GLOBAL <<<-----------*/
/* -----------------------------------*/
* 
{ 
	margin: 0px; 
	padding: 0px; 
} 

HTML
{
	margin: 0px; 
	padding: 0px; 
}

BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	color:#ffffff;
}

H1
{
	font-size:18px;
	font-weight:normal;
	color:#435d7c;
	padding-bottom:34px;
	padding-top:38px;
}

H2
{
	font-size:14px;
	font-weight:bold;
	color:#435d7c;
	padding-bottom:15px;
	padding-top:10px;
}
H3
{
	color:#222222;
}


P {
	text-align:left;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#010101;
	line-height:22px;
}

A {
	text-decoration:none;
	color:#bd9d7f;
}
A:hover {
	text-decoration:underline;
}


UL LI
{
	list-style-type:none;
	text-align:left;
}

IMG
{
	margin:0;
	padding:0;
	border:none;
}

TABLE {
	border: 0px;
	border-collapse:collapse;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}
TD
{
	text-align:left;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
SUP {
    position: relative;
	font-size: 75%;
}
SUB {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
#list-lvl-1 LI {
	list-style:disc;
	margin-left:30px;
	line-height:20px;
	padding-bottom:6px;
}
#list-lvl-1-sitemap LI {
	list-style:disc;
	margin-left:30px;
	line-height:20px;
}
#list-lvl-2 {
	list-style:circle;
	line-height:20px;
}
.header-logo {
	width:260px;
	padding-top:42px;
	height:97px;
	float:left;
}
#add-this {
	float:left;
	width:160px;
}
#header-utility-nav {
	width:630px;
	height:33px;
	float:right;
}
#header-utility-nav p {
	padding-left:495px;
	padding-top: 8px;
	color:#70baef;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	white-space:nowrap;
}
#header-utility-nav a {
	color:#fff;
}
.spacer-bottom {
	width:1024px;
	clear:both;
	height:12px;
	background-color:#FFFFFF;
}
.footnotes {
	font-size:11px;
	line-height:18px;
}

/* -----------------------------------*/
/* -- NAVIGATION <<<---------*/
/* -----------------------------------*/


/* -----------------------------------*/
/* ---- HOMEPAGE <<<---------*/
/* -----------------------------------*/



/* -----------------------------------*/
/* ---- CONTENT <<<----------*/
/* -----------------------------------*/
#header-top-nav {
	width:100%;
	clear:both;
}
#header-wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#content-area-wrapper {
	width:100%;
	clear:both;
	background-position:center top;
	background-repeat:no-repeat;
}

#main-content-area {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	vertical-align:top;
	x-min-height:396px;
	background-color:#FFFFFF;
}
#content-area-right-wrapper {
	width:590px;
	padding-left:65px;
	padding-right:42px;
	float:left;
}

/* -----------------------------------*/
/* -- FOOTER <<<-------------*/
/* -----------------------------------*/

#footer {
	width:100%;
	clear:both;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#023e63;
}
#footer p {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#3b72b7;
	text-align:center;
}
#footer a {
	color:#97aac0;
}
.footer-text {
	font-size:11px;
	color:#333643;
	text-align:center;
}

.main-body-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	color:#ffffff;
}

/* -----------------------------------*/
/* -- HELPERS <<<------------*/
/* -----------------------------------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	1margin-right: 1px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
