html {
	background-color: white;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: black;
	padding: 0;
	margin: 0;
	width: 775px;
}
img {
	border: 0;
}
a {
	color: #403379;
	text-decoration: none;
}
a.linky {
	text-decoration: underline;
}
a.linky:hover {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #403379;
	text-decoration: none;
}

/* HEADER */
#header {
	font-size: 11px;
}
#header	h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	margin: 0;
	padding: 0;
}

#top {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 574px;
	height: 61px;
	margin: 0 0 0 202px;
	padding: 5px 10px 0 10px;
}

#top	ul.contact {
	margin: 3px 0 0 0;
	padding: 0;
	list-style-type: none;
	color: white;
	font-size: 10px;
}
#top	ul.contact	li {
	position: relative;
	display: block;
	float: left;
	width: 20%;
}
#top	ul.contact	li.begin {
	text-align: left;
	width: 55%;
	padding-left: 1em;
}
#top	ul.contact	li.middle {
	text-align: center;
}
#top	ul.contact	li.end {
	text-align: right;
	padding-right: 1em;
}

#top	ul.menu {
	position: relative;
	z-index: 5;
	margin: 35px 0 0 0;
	padding: 0;
}
#top	ul.menu	li {
	position: relative;
	display: inline;
	padding-left: 0.5em;
	font-weight: bold;
	text-transform: uppercase;
}
#top	ul.menu	li	a:hover {
	text-decoration: none;
}
#top	ul.menu	li	ul {
	display: none;
	position: absolute;
	left: 0;
	top: 9px;
	margin: 0;
	padding: 11px 0 0 0;
	font-size: 11px;
	text-transform: none;
}
#top	ul.menu	li:hover	ul {
	display: block;
}
#top	ul.menu	li	ul	li {
	background-color: white;
	font-size: 10px;
	display: block;
	border: 1px #413479 solid;
	border-top: 0;
	width: 12em;
	padding: 0.25em;
	font-weight: normal;
	text-transform: capitalize;
}
#top	ul.menu	li	ul	li	a {
	color: #276C5E;
}
#top	ul.menu	li	ul	li:hover {
	background-color: #413479;
	color: white;
}
#top	ul.menu	li	ul	li:hover	a {
	color: white;
}
#top	ul.menu	li	ul	li:hover	a:hover {
	text-decoration: none;
}

#header_pic {
	position: absolute;
	left: 160px;
	top: 60px;
}

#left {
	float: left;
}
#left	ul.buttons {
	position: relative;
	z-index: 2;
	list-style-type: none;
	background-image: url(../images/left_yellow_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 168px;
	margin: 0;
	padding: 25px 0 15px 20px;
}
#left	ul.buttons	li {
	margin:  0;
	padding: 0;
}
#left	ul.nav {
	z-index: 1;
	position: relative;
	top: -20px;
	list-style-type: none;
	background-image: url(../images/left_brown_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 168px;
	margin: 0;
	padding: 20px 0 20px 5px;
}
#left	ul.nav	li {
	margin:  0;
	padding: 0;
}
#left	ul.articles {
	position: relative;
	top: -70px;
	z-index: 0;
	background-image: url(../images/left_purple_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 168px;
	margin: 0;
	padding: 60px 0 20px 5px;
	list-style-type: none;
	font-size: 12px;
}
#left	ul.articles	li {
	padding-right: 20px;
}
#left	ul.articles	h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
}
#left	ul.articles	h3	a {
	color: yellow;
	text-decoration: underline;
	text-transform: uppercase;
	margin-left: 0.25em;
}
#left	ul.articles	ul {
	list-style-type: disc;
	color: white;
	padding: 0;
	margin: 0 0 0 20px;
}
#left	ul.articles	ul	a {
	color: white;
}
/* END HEADER */

#main {
	margin: 120px 0 0 210px;
}
#main	h3, .inline_h3 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 18px;
	color: #276C5E;
	font-weight: bold;
	margin: 2em 0 0.5em 0;
	padding: 0;
}
#main	h4, .inline_h4 {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 16px;
	color: #403379;
	font-weight: bold;
	margin: 2em 0 0 0;
	padding: 0;
}
#main	h5 {
	margin: 1em 0 0 3em;
	padding: 0;
	color: #403379;
	font-size: 14px;
	font-weight: bold;
}
#main	p.h5_p {
	margin: 0 0 2em 3em;
}
#main	ul.h5_ul {
	margin: 0 0 0 5em;
	padding: 0;
}
#main	ol.h5_ol {
	font-weight: bold;
	margin: 0 0 2em 5em;
	padding: 0;
}
#main	p {
	margin: 0 0 1em 0;
	padding: 0;
}
#main	ul.giant_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main	ul.giant_list	li {
	margin: 0;
	padding: 20px 0 0 0;
	height: 100px;
	vertical-align: middle;
}
#main	ul.giant_list	li	img {
	float: left;
	padding-right: 1em;
}
#main	ul.giant_list	li	p {
	margin: 0;
	padding: 0;
}
#main	li {
	margin-bottom: 1em;
}
#main .inset_main {
	width: 450px;
	margin: auto;
}
#main .inset_main	p {
	margin: 0 0 1em 0;
	padding: 0;
}
#main .inset_main	h4 {
	margin-top: 2em;
	padding-bottom: 3px;
	border-bottom: 1px #403379 solid;
}
#main	.inset_main	hr {
	display: none;
}
#main_left {
	float: left;
	width: 48%;
}
#main_right {
	margin-left: 55%;
}

.imperative {
	font-weight: bold;
}
.important {
	color: #AA090E;
	font-weight: bold;
}

.left_image {
	margin-left: 0;
	margin-right: 15px;
}
.right_image {
	margin-left: 15px;
}
.footnotes {
	margin-top: 5em;
}
.footnotes, .footnotes	.footnote_marker {
	font-size: 10px;
}
.footnote_marker {
	font-size: 75%;
	vertical-align: super;
}
.int_rate {
	font-size: 200%;
	font-weight: bold;
	color: navy;
	vertical-align: text-top;
}
.mini_abbr {
	font-size: 75%;
}
.more_follows, #main p.more_follows, #main h3.more_follows {
	margin-bottom: 0;
}

#fedinsurance {
	border: 0;
	border-collapse: separate;
}
#fedinsurance	th {
	margin-top: 1em;
	padding: 0.5em;
	vertical-align: bottom;
	background-color: #0055a6;
	color: white;
}
#fedinsurance	td {
	padding: 0.25em;
}
#fedinsurance	td.note {
	padding-bottom: 1em;
}

#product_directory {
	margin-left: 2em;
	position: relative;
	top: -2em;
	float: right;
	width: 16em;
	text-align: center;
}
#product_directory	h4 {
	margin: 0;
	padding: 0;
	background-color: #f5D300;
	line-height: 2em;
}
#product_directory	ul {
	margin: 0;
	padding: 0.25em 0 0 3em;
	text-align: left;
}
#product_directory	p {
	margin-top: 3em;
}
#product_directory	img {
	margin-bottom: 20px;
}

/* HOME PAGE ONLY */
#banners { 
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	float: right;
}
#banners	li {
	vertical-align: bottom;
}
#home_content {
	margin-left: 30px;
}
#ad_player {
	margin-bottom: 20px;
}
#ad_controls	img {
	margin-right: 3px;
}
#badges
{
	margin: 0;
	margin-top: 50px;
	padding: 0;
	text-align: center;
	width: 280px;
	list-style-type: none;
}
#badges	li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	width: 25%;
}
/* END HOME PAGE ONLY */


/* ABOUT PAGE ONLY */
#paragraph_logo {
	float: right;
	padding-left: 10px;
}
/* END ABOUT PAGE ONLY */

/* LOCATION PAGE ONLY */
.phone_label {
	display: block;
	float: left;
	width: 12em;
}
.phone_number {
	font-weight: bold;
}
.hours_label {
	display: block;
	float: left;
	width: 5em;
	height: 2em;
	font-weight: bold;
}
.hours_days {
	display: block;
	float: left;
	width: 20em;
}
#main .inset_main	.hours_closed {
	margin-bottom: 0;
	color: #AA090E;
	font-weight: bold;
	text-align: center;
}
.hours_break {
	font-size: 11px;
	font-style: italic; 
	text-align: center;
}
/* END LOCATION PAGE ONLY */

/* HOLIDAY PAGE ONLY */
#holidays {
	list-style-type: none;
}
#holidays	li {
	margin-bottom: 0.5em;
	padding: 0.15em;
}
.weekday {
	display: block;
	float: left;
	width: 10em;
}
.holidate {
	display: block;
	float: left;
	width: 12em;
}
.highlight {
	background-color: #CCCCCC;
}
.totals {
	font-weight: bold;
}
.savings {
	color: #003399;
	font-weight: bold;
}
/* HOLIDAY PAGE ONLY */

/* STAFF PAGE ONLY */
#staff_body	#main	h4 {
	border: 0;
}
#staff_body	#main	ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#staff_body	#main	ul	li {
	margin-bottom: 0.5em;
}
.staff {
	display: block;
	float: left;
	width: 12em;
}
/* END STAFF PAGE ONLY */

/* HISTORY PAGE ONLY */
.bottom_badge {
	text-align: center;
}
.assured {
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.answer {
	margin-left: 3em;
}
/* END HISTORY PAGE ONLY */

/* PRODUCTS PAGE ONLY */
#byphone_body	#main	h5 {
	margin: 0;
}
/* END PRODUCTS PAGE ONLY */

/* MEMBERSHIP BENEFITS PAGE ONLY */
#benefits	.intro {
	font-weight: bold;
	height: 155px;
	margin: 0 0 0 205px;
}
/* END MEMBERSHIP BENEFITS PAGE ONLY */

/* CHECKING PAGE ONLY */
#checking_body	p.conspicuous {
	color: #AA090E;
	font-weight: bold;
	text-align: center;
	margin-top: 1em;
}
/* END CHECKING PAGE ONLY */

/* RETIREMENT PAGE ONLY */
#ira_chart {
	width: 225px;
	float: right;
	background-color: #276C5E;
	border: 1px #276C5E solid;
	color: white;
}
#ira_chart	h4 {
	color: white;
	font-size: 14px;
	padding: 0.5em 0.5em 0 0.5em;
}
#ira_chart	p {
	padding: 0 0.5em 0 0.5em;
}
#ira_table {
	border: 1px #276C5E solid;
	border-collapse: collapse;
}
#ira_table	tr.type	th {
	background-color: #276C5E;
	border-left: 1px white solid;
	border-right: 1px white solid;
	color: white;
	text-align: center;
	vertical-align: middle;
}
#ira_table	tr.type	th.first_cell {
	border-left: 1px #276C5E solid;
}
#ira_table	tr.type	th.last_cell {
	border-right: 1px #276C5E solid;
}
#ira_table	th {
	background-color: #F5D300;
	border: 1px #276C5E solid;
	text-align: left;
	padding: 0.5em;
	vertical-align: top;
}
#ira_table	td {
	border: 1px #276C5E solid;
	padding: 0.5em;
	vertical-align: top;
	font-size: 12px;
}
#ira_table	td	ul {
	margin: 0 0 0 2em;
	padding: 0;
}
.sub_th {
	font-weight: normal;
	font-size: 11px;
}
/* END RETIREMENT PAGE ONLY */

/* LOANS PAGE ONLY */
.nofees {
	color: #AA090E;
	text-transform: uppercase;
	padding-left: 5em;
}
#loans_body	p.bottom_badge {
	margin-top: 1em;
}
.biglink {
	font-size: 250%;
	font-weight: bold;
	color: #ab002a;
}
/* END LOANS PAGE ONLY */

/* REALESTATE PAGE ONLY */
#bestrate_lending {
	width: 178px;
	float: right;
	text-align: center;
	margin-left: 20px;
}
/* END REALESTATE PAGE ONLY */

/* ATM PAGE ONLY */
#atm_logos { 
	display: table; 
	border-spacing: 5px;
	margin: auto;
}
#atm_logos	ul { display: table-row; }
#atm_logos	ul	li {
	border: 2px #CCCCCC solid;
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}
#atm_body	.location_icon {
	float: left;
	width: 150px;
	text-align: right;
}
#atm_body	.location_inset {
	margin-left: 150px;
}
#atm_body	.location_inset	img {
	padding-left: 10px;
}
#atm_body	.important {
	clear: left;
	color: black;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
#atm_body	.clear_left {
	clear: left;
}
/* END ATM PAGE ONLY */

/* VISA PAGE ONLY */
#visa_logos {
	display: table; 
	border-spacing: 5px;
}
#visa_logos	ul { display: table-row; }
#visa_logos	ul	li {
	display: table-cell;
	padding: 5px;
	vertical-align: middle;
}
#visa_body	h4 {
	text-align: center;
	color: #AA090E;
	font-size: 13px;
	margin-bottom: 1em
}
#credit_cards {
	width: 48%;
	float: left;
	margin-bottom: 5em;
}
#check_cards {
	width: 48%;
	margin-left: 50%;
}
#credit_cards	h5, #check_cards	h5 {
	margin: 0;
	padding: 0.25em;
	background-color: #F5D300;
	text-align: center;
}
/* END VISA PAGE ONLY */

/* VISA-CREDIT PAGE ONLY */
#visa_credit_body	#product_directory	h4 {
	color: black;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1em;
}
#visa_credit_body	#product_directory {
	background-color: #cccccc;
}
#visa_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#visa_list	ul {
	margin: 0;
	padding: 0 1em 0 2em;
	list-style-type: disc;
}
#visa_list	ul	li {
	margin-bottom: 0.25em;
}
#visa_list	li.gold, #visa_list	li.classic, #visa_list	li.students {
	float: left;
	width: 33%;
	padding-bottom: 1em;
}
#visa_list	li	h5 {
	margin: 0 0 0.25em 0;
	padding: 0.25em;
	text-align: center;
	border-bottom: 1px white solid;
}
#visa_list	li.gold {
	background-color: #ff9900;
}
#visa_list	li.gold	h5 {
	color: white;
}
#visa_list	li.classic	h5 {
	color: #003366;
	border-bottom: 1px #003366 solid;
}
#visa_list	li.students {
	background-color: #003366;
	color: #cccccc;
}
#visa_list	li.students	h5 {
	color: white;
}
#visa_benefits	ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#visa_benefits	ul	li	ul {
	list-style-type: disc;
	margin-left: 2em;
}
#visa_benefits	h5 {
	margin: 0;
	padding: 0;
}
#visa_contact {
	color: red;
	font-weight: bold;
}
#visa_activate	h5 {
	margin: 0;
	padding: 0;
	font-weight: 14px;
}
/* END VISA-CREDIT PAGE ONLY */

/* RESOURCES PAGE ONLY */
#resource_center_img {
	margin-left: 20px;
	float: right;
}
#resources_body	#main	li {
	margin-bottom: 1em;
}
/* END RESOURCES PAGE ONLY */

/* CONTACT PAGE ONLY */
#contact_body	.contact_label {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 13px;
	color: #403379;
	font-weight: bold;
	text-align: right;
	display: block;
	float: left;
	width: 50%;
	padding-right: 1em;
}
#contact_body	#main	ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#contact_body	#main	li {
	margin-bottom: 0.25em;
}
#contact_body	.contact_label {
	font-weight: bold;
}
#contact_body	#main	p {
	margin-left: 52%;
	margin-bottom: 0.5em;
}
#contact_body	p.contact_number {
	font-weight: bold;
}
/* END CONTACT PAGE ONLY */

/* TAXES PAGE ONLY */
#taxes_body	#main	ul {
	margin: 0 0 0 3em;
	padding: 0;
}
#taxes_body	#main	img {
	margin-left: 20px;
}
/* END TAXES PAGE ONLY */

/* RESOURCES OTHER PAGE ONLY */
#other_resources_body	#main {
	padding-bottom: 3em;
}
/* END RESOURCES OTHER PAGE ONLY */

/* ARTICLES PAGE ONLY */
#articles_body	#main	#main_left	ul	li {
	margin-bottom: 1em;
}
#articles_body	#main	#main_right	ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#articles_body	#main	#main_right	ul	li {
	margin-bottom: 30px;
}
/* END ARTICLES PAGE ONLY */

/* FILESHARE PAGE ONLY */
#fileshare_body	#main	ul	li {
	margin-bottom: 1em;
}
#fileshare_body	#main	h3 {
	margin-bottom: 0;
}
.subtitle {
	color: gray;
}
/* END FILESHARE PAGE ONLY */

/* CREDITSCORE PAGE ONLY */
#creditscore_body	#main	ol	li {
	margin-bottom: 0;
}
#creditreporting { 
	display: table; 
	border-spacing: 5px;
	margin: auto;
}
#creditreporting	ul { display: table-row; }
#creditreporting	ul	li {
	display: table-cell;
	padding: 0 2em 0 2em;
	vertical-align: middle;
}
/* END CREDITSCORE PAGE ONLY */

/* AUTOSAVINGS PAGE ONLY */
#autosavings_body	#main	h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: black;
}
/* END AUTOSAVINGS PAGE ONLY */

/* NEWS PAGE ONLY */
#news_body	#main	h4 {
	color: #276C5E;
}
#news_body	#main	h4.first_h4 {
	margin: 0;
}
#news_body	#main	th { 
	white-space: nowrap; 
	text-align: left;
	vertical-align: top;
	padding: 0.5em;
}
#news_body	#main	td {
	padding: 0.5em;
}
.morelink {
	font-weight: bold;
}
/* END NEWS PAGE ONLY */

/* NEWSLETTER PAGE ONLY */
.redtext {
	color: #ab002a;
	font-size: 14px;
	font-weight:bold;
}

#newsletter_body	h3 {
	font-size: 24px;
}
#newsletter_body	h4 {
	color: #ab002a;
	font-size: 14px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0;
}
#newsletter_body	h4.more_before {
	margin-top: 0;
	margin-bottom: 1em;
}
#newsletter_body	h5 {
	margin-left: 0;
}
#newsletter_body	ul {
	margin: 0 0 1em 2em;
	padding: 0;
}
#newsletter_body	li {
	margin: 0;
}
#newsletter_body	#main	p {
	margin-bottom: 0.5em;
}
#green_miles {
	width: 220px;
	margin: 0 0 2em 2em;
	clear: right;
	float: right;
	caption-side: bottom;
}
#green_miles	th {
	border-bottom: 1px #54b944 solid;
}
#green_miles	caption {
	font-size: 9px;
}
#green_miles	td.miles {
	width: 5em;
	text-align: right;
}
.article_icon {
	float: right;
	padding-left: 10px;

}
 
/* END NEWSLETTER PAGE ONLY */

/* REFERRAL PAGE ONLY */
#referral_body	h3 {
	color: #208AE6;
	font-size: 14px;
	font-weight: bold;
}
#referral_body	h4 {
	background-color: #208AE6;
	color: white;
	font-size: 13px;
	font-weight: bold;
	padding: 0.25em;
}
#referral_body	ul {
	list-style-type: none;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}	
#referral_body	ol {
	margin-bottom: 1em;
}
#referral_body	ol	li {
	margin: 0;
	padding: 0;
}
#referral_body	label {
	display: block;
	float: left;
	width: 12em;
}
/* END REFERRAL PAGE ONLY */

/* CHECK REORDER PAGE ONLY */
#checkreorder_body	#main	h3 {
	margin-top: 1em;
	text-align: center;
}
#checkreorder_body	#main	h3	a {
	color: #276C5E;
}
/* END CHECK REORDER PAGE ONLY */

/* KIDS PAGE ONLY */
.kids_corner {
	text-align: center;
}
.kids_topics {
	background-color: #f5d300;
	padding: 1px 0.25em 450px 0.25em;
	margin-bottom: 30px;
}
#kids_body	#main	#main_left {
	float: none;
	width: 100%;
}
#kids_body	#main	#main_right {
	width: 200px;
	float: right;
	margin-left: 2em;
}
/* END KIDS PAGE ONLY */

/* RATES PAGE ONLY */
.top_element {
	text-align: center;
	margin-bottom: 1em;
}
.table_notice {
	text-align: center;
	font-size: 10px;
}
#rates_body	table {
	margin-bottom: 2em;
	border: 1px gray solid;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 12px;
}
#rates_body	th {
	border: 1px gray solid;
	background-color: #f5d300;
	font-weight: normal;
	padding: 0.5em;
}
#rates_body	th.first_col {
	text-align: left;
}
#rates_body	td {
	border: 1px gray solid;
	padding: 0.5em;
}
#rates_body	td	h4 {
	margin: 0;
	font-size: 14px;
}
/* END RATES PAGE ONLY */

/* SHARE RATES PAGE ONLY */
#share_rates_body	table {
	margin-bottom: 2em;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 12px;
}
#share_rates_body	th {
	border: 1px gray solid;
	background-color: #f5d300;
	font-weight: normal;
	padding: 0.5em;
}
#share_rates_body	th.first_col {
	text-align: left;
}
#share_rates_body	tr.section_row {
	border-top: 1px gray solid;
}
#share_rates_body	td {
	padding: 0.5em;
	vertical-align: top;
}
#share_rates_body	td	h4 {
	margin: 0;
	font-size: 14px;
}
/* END SHARE RATES PAGE ONLY */

/* CALCULATORS PAGE ONLY */
#calculators_body	table {
	width: 100%;
	margin-bottom: 2em;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 12px;
}
#calculators_body	th {
	border: 1px gray solid;
	background-color: #CCCCCC;
	font-weight: normal;
	padding: 0.5em;
	text-align: center;
}
#calculators_body	th.question {
	background-color: #f5d300;
}
#calculators_body	th.first_col {
	text-align: right;
}
#calculators_body	td {
	border: 1px gray solid;
	padding: 0.5em;
	vertical-align: top;
	text-align: center;
}
#other_calcs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 80%;
}
#other_calcs	li {
	display: inline;
	border-left: 1px black solid;
	padding-left: 0.5em;
	padding-right: 0.5em;
	white-space: nowrap;
}
#other_calcs	li.first_li {
	border: 0;
	padding-left: 0;
}
#mort_form {
	list-style-type: none;
}
#mort_form	label {
	padding-left: 1em;
	padding-right: 1em;
}
#mort_form	li {
	margin: 0;
	padding: 0.5em;
}
#mort_form	li.even {
	background-color: #CCCCCC;
}
.form_controls {
	text-align: center;
}
#calc_list {
	list-style-image: url(../images/sm_calc.jpg);
}
#calc_list	li {
	width: 50%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#calculators_body	table.entry	th {
	text-align: left;
}
.even {
	background-color: #fbfeab;
}
/* END CALCULATORS PAGE ONLY */

#main	.mouse_over_container {
	position: relative;
}

#main	.mouse_over_container	div.explanation {
	display: none;
}
#main	.mouse_over_display {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main	.mouse_over_display	li {
	margin-bottom: 2em;
	font-size: 18px;
	font-weight: bold;
	clear: right;
}
#main	.mouse_over_display	li	ul {
	list-style-type: disc;
	margin-bottom: 0.5em;
}
#main	.mouse_over_display	li	ul	li {
	font-size: 12px;
	font-weight: normal;
}
#main	.mouse_over_display	li	ul	li {
	margin-bottom: 0;
}
#main	.mouse_over_display	img {
	float: right;
	padding-left: 10px;
}
#main	.mouse_over_display	li	p {
	font-size: 13px;
	font-weight: normal;
}

/*
	DISABLED ROLLOVER BEHAVIOR

#main	.mouse_over_container	div.explanation {
	display: block;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
#main	.mouse_over_container	div.explanation	h4 {
	margin: 0;
	color: #276C5E;
}
#main	.mouse_over_container	div.explanation	img {
	margin: 0;
}
#main	.mouse_over_display	li {
	width: 50%;
	margin-bottom: 1em;
}
#main	.mouse_over_display	li	div {
	display: none;
	width: 52%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: white;
	padding-bottom: 3em;
}
#main	.mouse_over_display	li:hover	div {
	display: block;
}
#main	.mouse_over_display	li:hover	div	h5 {
	color: #8B0000;
	margin-left: 0;
}
#main	.mouse_over_followup {
	margin-left: 3em;
	width: 40%;
}
#main	.mouse_over_followup	p {
	font-size: 10px;
}
*/
.alert {
	color: red;
	font-weight: bold;
	text-align: center;
}
.alert	a {
	color: red;
}
.center_image {
	text-align: center;
}
.subtext {
	font-size: 11px;
}
.clear {
	clear: both;
}
.inlink_h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
}
.inlink {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.inlink	li {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	text=align: center;
}
.intro {
	color: #403379;
	font-weight: bold;
}
.plain_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* FOOTER */
#footer {
	clear: both;
	width: 775px;
	text-align: center;
	font-size: 11px;
	margin: 4em 0 1em 0;
}
#footer	ul {
	margin: 0;
	padding: 0;
}
#footer	ul.legal {
	margin-top: 1em;
	font-size: 10px;
}
#footer	li {
	display: inline;
	border-left: 1px black solid;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#footer	li.first_li {
	border-left: none;
	padding-left: 0;
}
/* END FOOTER */