/*-------------------------------------------------------------------
Site Required
-------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
        margin: 0px;
}

body, td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
        margin: 0px;
        padding: 0px;
}

a:link { text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #00006f; }
a:active { text-decoration: underline; color: #000000; }
a:hover { text-decoration: underline; color: #808080; } 

.title, .h1, h1 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 19px; color: #800000; margin:0px; padding:0px; }
/* #FA9020 */
.heading1, .h2, h2 { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 15px; color: #800000; margin:0px; padding:0px; }
.heading2, .h3, h3 { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; color: #4E483C; margin:0px; padding:0px; }
.h4, h4 { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 13px; color: #000000; margin:0px; padding:0px; }
.secondary_font, .h5, h5 { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; color: #15245D; }
.footnote, .h6, h6 { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 9px; color: #4E483C; margin:0px; padding:0px; }
.footer_text { font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 9px; color: #000000; margin:0px; padding:0px; }

/*-------------------------------------------------------------------*/

.primary_search_button {
	background-color: #E2E0D5;
	color: #666666;
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	border-width: 1px;
	border-color: #BCB8AC;
	width: 65px;
	height: 22px
}

.primary_search_text {
	font-family: Arial, Helvetica;
	font-weight: normal;
	font-size: 13px;
	color: #666666;
	line-height: 22px;
	height: 18px;
	width: 110px;
	background-color: #ffffff;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
}

.home_page_button_table {
	background-image: url(/images/photos/abilities_button.gif);
	background-repeat: no-repeat;
	height:63px;
	width:186px;
}
.home_page_button_table td {
	padding-left: 15px;
	padding-right: 30px;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #15245D;
}

.home_page_spotlight_table {
	background-image: url(/images/photos/in_the_spotlight_back.gif);
	background-repeat: no-repeat;
	height:164px;
	width:186px;
}

.home_page_spotlight_table td {
	text-align: center;
	padding: 15px 15px 0 7px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #800000;
}

.home_page_increasing_options_left {
	background-image: url(/images/photos/increasing_options_left.gif);
	background-repeat: no-repeat;
	height:165px;
	width:189px;
}

.home_page_increasing_options_table {
	background-image: url(/images/photos/increasing_options_table.gif);
	background-repeat: repeat-x;
	height:165px;
}
.home_page_increasing_options_right {
	background-image: url(/images/photos/increasing_options_right.gif);
	background-repeat: no-repeat;
	height:165px;
	width:34px;
}


/*-------------------------------------------------------------------*/

ul.menu {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}
ul.menu li {
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

ul.menu ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
	margin-bottom: 20px;
}

ul.menu ul li {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	list-style-image: url(/images/photos/quick_links_bullet.gif);
}

/*-------------------------------------------------------------------*/

.skip_to, a.skip_to {
	font-size: 7px;
	font-family: Arial, Helvetica;
	color: #14235C;
}

.content_area {
	padding: 15px 10px 15px 8px;
}
