/*
Green: 8CBF5B
Blue: 085AA7
*/

a {
	color: #085AA7;
	text-decoration: none;
}
a:hover {
	color: #8CBF5B;
	text-decoration: underline;
}
body {
	padding:0;
	margin: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	background-color: #EFEFEF;
}
br {
	font-size: 8px;
	margin: -10px;
}
hr {
	border: 0px;
	height: 1px;
	background-color: #085AA7;
	color: #085AA7;
}
h1, h2, h3, h4, h5, .featureHeader {
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 150%;
	color: #085AA7;
	margin-bottom: 10px;
}
h2, .featureHeader {
	font-size: 130%;
	color: #8CBF5B;
	margin-bottom: 10px;
}
h3 {
	font-size: 110%;
	color: #CCCCCC;
	margin: 0 auto 5px;
}
h4 {
	font-size: 102.5%;
	margin: 0 auto 3px;
}
img {
	border: 0 none;
}
.featureHeader {
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
.featureHeader img {
	margin-right: 5px;
}
ul {
	padding: 0px;
	padding-left: 1em;
	margin: 0px;
}
ul li {
	position: inherit;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 0.5em;
	padding: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
	list-style-image: url(../images/Bullet.gif);
}
body, p, li, td, th {
	font-size: 10pt;
	margin-top: 0px;
}
p {
	margin-bottom: 1em;
}
sup {
	font-size: 70%;
}
table {
	background-color: transparent;
}

.contentArea, .contentAreaHome {
	background-color: #FFFFFF;
	padding: 20px;
	vertical-align: top;
}
.contentAreaHome {
	background-image: url(../images/FrontPageContentBg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.contentArea p {
	width: 600px;
}

/* ************  Footer  ************ */

.footer {
	background-image: url(../images/Footer.jpg);
}
.footerArrow {
	font:  normal italic 10px/12px Arial,sans-serif;
	color: #8CBF5B;
}
.navFooter {
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	display: block;
	top: 15px;
	left: 90px;
	letter-spacing: -1;
	font-weight: bold;
}
.navFooter a {
	height: 16px;
	background: url(../images/footerNavLinkBg.gif) top left no-repeat;
	padding-left: 9px;
}
.navFooterArrow {
	font-weight: normal;
	color: #8CBF5B;
}
.subFooter {
	display: block;
	width: 760px;
	margin: 0 6px;
	font-size: 8pt;
}

/* ************  Left Column  ************ */

.leftColumn {
	background-color: #FFFFFF;
	font-size: 10px;
	background-image: url(../images/NavLeftBg.jpg);
	background-position: bottom left;
	background-repeat: repeat-y;
	vertical-align: top;
}
.navLeft {
	background-color: #FFFFFF;
	width: 65px;
	padding-bottom: 20px;
}
.navLeftLink {
/*	width: 117; */
	float: right;
	vertical-align: top;
	text-align: right;
	padding: 4px 15px 4px 0px;
	background-image: url(../images/spacer.gif);
	background-color: #FFFFFF;
	text-transform: uppercase;
}
.navLeftLinkActive {
/*	width: 117; */
	float: right;
	vertical-align: top;
	text-align: right;
	padding: 4px 15px 4px 4px;
	background-image: url(../images/NavLeftArrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-transform: uppercase;
	color: #8CBF5B;
}
.navLeftLink:hover {
	background-image: url(../images/NavLeftArrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* ************  Drop shadows  ************ */

.shadowLeft {
	background-image: url(../images/ShadowLeft.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
.shadowMiddle {
	background-image: url(../images/ShadowMiddle.gif);
	background-repeat: repeat-y;
}
.shadowRight {
	background-image: url(../images/ShadowRight.gif);
	background-repeat: repeat-y;
}


/*
Green: 8CBF5B
Blue: 085AA7
light blue: AAC2DE
light green: D6E8C6
light blue-green: C2D6D1
super-light grey-green: F2F5F4
slightly darker grety-green: EAEEED
medium grey-green: C9D1D0
dark blue-green: 536765
*/

.data {
	background-color: #E9E9E9;
	border: 1px solid #999;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 0px 10px 0px;
	width: 100%;
}
.data th {
	background-color: #D6E8C6;
	color: #536765;
	padding: 6px;
}
.data td {
	padding: 2px;
	border: 1px dotted;
	vertical-align: middle;
}
.alternate {
	background-color: #F6F6F6;
}
.subHeader {
	background-color: #D5E9C6;
}
.alternateSubHeader {
	background-color: #AAC2DC;
}
th.dataTitle {
	background-color: #085AA7;
	padding: 2px 8px 4px;
	color: #FFFFFF;
	font-size: 105%;
	font-style: italic;
	font-weight: bold;
/*	background-image: url(../images/DataHeaderBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	*/
}

/* Stupid hack b/c I'm too lazy to figure out how to do CSS correctly. */
table.invisible {
	width: 100%;
}

/* Frequently Asked Questions */
.faqQuestion {
	font-weight: bold;
	margin-top: 16px;
}
.faqAnswer {
	margin-top: 4px;
	margin-left: 25px;
}

/* Home Page */
#centralText {
	width: 570px;
}
#partnerLogo {
	display: inline;
	float: right;
	padding: 0 !important;
	margin: 2px 0px 2px 20px;
}
.smallPartnerLogo {
	margin: 0px 8px 15px 8px;
	position: relative;
}
#partnerSection {
	display: block;
	margin: 20px 0px 20px 0px;
	text-indent: 0px;
	font-style: italic;
}


/* Site-wide */
.clearing {
	display: block;
	clear: both;
	height: 0px;
}
.footnote {
	font-size: 85%;
}
.footnote .ident {
	font-weight: bold;
	font-size: 90%;
}

