/* Global
----------------------------*/
body, form { margin: 0px; }
img { border-color: #333333; }

a, a:hover { font-weight: normal; text-decoration: underline; }
a { color:#00287B; }
a:hover { color: #000000; }

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

h1, h2 { font-size: 17px; }
h3, h4 { font-size: 12px; }

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

.w { background-color:#FFFFFF; }
.blue { background-color:#26488F; }
.green { background-color:#007030; }
.lb { background-color: #8094BD; } /* light blue */
.dblue { background-color: #00287B; } /* dark blue */

.h_sub_text { font-size: 10px; }
.h_sub_pad { padding: 8px; }
.h_sub {
	border: 1px solid #BFD1D6;
	background-image:url(../images/h_top_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: #E1E6EF;
	width: 230px;
}

.h_left { width: 251px; }
.h_left_pad { padding-top: 20px; padding-left: 8px; padding-bottom: 8px; }
.h_right {}
.h_right_pad { padding: 12px; }

.h_left, .h_right {
	background-image:url(../images/h_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#C7D0E2;
	vertical-align:top;
	text-align:left;
	height: 156px;
}

.home_bg {
	width: 253px;
	vertical-align:middle;
	text-align:left;
	background-image:url(../images/blue.gif);
	background-repeat: no-repeat;
}

.i_color { background-color: #C7D0E2; height: 400px; vertical-align:top; }
.i_pad { padding: 8px; }
.i_subnav { padding-left: 24px; padding-top: 8px; }
.i_content_pad { padding: 16px; }
.i_content {
	clear: both;
	vertical-align:top;
	text-align:left;
	border: 1px solid #97A5C4;
	background-color:#FFFFFF;
	min-height: 400px;
}
.image_border { border: 1px solid #ABB9D3; }

/* Common/Template
----------------------------*/
.body { background-color:#00287B; }
.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; }

.subnav a, .subnav a:hover { font-size: 10px; text-decoration: none; font-weight: bold; }
.subnav a { color: #152358; }
.subnav a:hover { color: #007030; }

.ftr { height: 25px; vertical-align:middle; text-align:center; }

.footer { font-size: 10px; color:#ffffff; }
.footer a { text-decoration: underline; color:#ECF4F0; }
.footer a:hover { text-decoration: underline; color:#ffffff; }

.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:#E3E3E3; font-size: 9px; }
.tbd a { font-weight: bold; text-decoration: none; color:#E3E3E3; }
.tbd a:hover { font-weight: bold; text-decoration: none; color:#E3E3E3; }

.search_bg { width: 185px; height: 26px; }
.search_table { width: 120px; }
.search { font-size: 9px; padding-left: 4px; width: 105px; }


/* Tell a Friend
----------------------------*/
.body_taf { background-color: #00287B; 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-weight:bold;
	color:#FFFFFF;
	background-color:#00287B;
}

