/* Global
----------------------------*/
form { margin: 0px; }
img { border-style: none; }

table { font-size: 11px; }
table a { color:#780000; font-weight: normal; text-decoration: underline; }
table a:hover { color: #000000; font-weight: normal; text-decoration: underline; }

table, input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Classes
----------------------------*/



.content {
	width: 741px;
	vertical-align:top;
	text-align:left;
	background-color:#FFFFFF;
}

.b_lft {
	background-image: url(../images/b_lft.gif);
	background-repeat:repeat-y;
	width: 2px;
}

.b_rt {
	background-image: url(../images/b_rt.gif);
	background-repeat:repeat-y;
	width: 2px;
}

.nav { width: 741px; height: 19px; background-color:#1D216A; }

.homepage_left_pad { padding-top: 8px; }
.homepage_left {
	width: 210px;
	height: 312px;
	vertical-align:top;
	text-align:left;
	background-color:#F8F9FF;
	background-image: url(../images/hleft_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.internal_left {
	width: 161px;
	height: 312px;
	vertical-align:top;
	text-align:left;
	background-color:#CCCFE7;
	background-image: url(../images/ileft_bg.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}


.page_content {
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 4px;
	text-align:left;
	font-size: 10px;
	color: #1D216A;
	height: 90px;
}

.homepage_content_pad { padding-top: 16px; padding-left: 32px; padding-right: 32px; padding-bottom :12px; }
.homepage_content {
	vertical-align:top;
	width: 529px;
	text-align:left;
}
.internal_content_pad { padding-top: 16px; padding-left: 32px; padding-right: 32px; padding-bottom :12px; }
.internal_content {
	vertical-align:top;
	width: 578px;
	text-align:left;
}


.h_midspacer {
	background-image:url(../images/h_midspacer.gif);
	background-repeat:repeat-y;
	width: 2px;
}

/* Common/Template
----------------------------*/
.body { margin:0px; background-color:#EAEAEA; }
.alignment { text-align:center; }
.print_friendly { text-align:left; padding: 16px; background-color:#FFFFFF; }
.page_title { font-weight: bold; color: #152358; font-size: 12px; }
.bullet { margin-bottom: 0px; width: 1px; height: 1px; }
.search_icon { margin-bottom: 0px; }

.crumb { font-size: 9px; color: #152358; }
.crumb strong { color:#000000; }
.crumb a { color: #A30000; font-weight: bold; text-decoration: underline; }
.crumb a:hover { color: #000000; font-weight: bold; text-decoration: underline; }

.tbd { color:#888888; font-size: 9px; font-weight: normal; }
.tbd a { font-weight: bold; text-decoration: none; color:#888888; }
.tbd a:hover { font-weight: bold; text-decoration: none; color:#555555; }

.strong { font-weight: bold; }

/* Subnav
----------------------------*/
.subnav { 
	font-size: 10px; 
	background-color: #8286B5; 
	border-bottom: 1px solid #FFFFFF; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	padding-left: 8px; 
	padding-right: 8px; 
}
.subnav a { color: #FFFFFF; font-weight: bold; text-decoration: none; }
.subnav a:hover { color: #CCCCCC; font-weight: bold; text-decoration: none; }


/* Footer
----------------------------*/

.footer_pad { padding: 3px; }
.footer_frame { background-color:#1D216A; text-align:center; vertical-align:middle; color:#FFFFFF; }

.footer { font-size: 10px; color:#FFFFFF; }
.footer a { font-weight: bold; text-decoration: none; color:#FFFFFF; }
.footer a:hover { font-weight: bold; text-decoration: none; color:#CCCCCC; }

.footer_base { text-align:center; vertical-align: top; color: #1D216A; background-color:#EAEAEA; font-weight: bold; }
.base_pad { padding-top: 4px; }

.search_bg { width: 510px; height: 94px; vertical-align:bottom; text-align:right; }
.search_bg_pad { padding-right: 8px; padding-bottom: 8px; }

.search_table { width: 120px; }
.search { font-size: 9px; padding-left: 4px; width: 85px; }

/* Tell a Friend
----------------------------*/
.body_taf { background-color: #1D216A; margin: 0px; width: 450px; border-style: none; }
.body_taf_table { background-color:#FFFFFF; }

.textbox {
	width:150px;
	height: 14px;
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	font-size: 10px;
	padding-left: 4px;
}
.textarea {
	width:300px;
	height: 75px;
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	font-size: 10px;
	padding-left: 4px;
}

/* Buttons
----------------------------*/
.button {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#6A7FAA;
}

