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

table { font-size: 11px; }
table a { color:#056951; 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
----------------------------*/


.image_border {padding: 4px; border:1px solid #003366;}
.nav { width: 762px; height: 22px; background-color:#000000; }

.homepage_content_pad { padding: 10px 72px 16px 30px; }
.homepage_content {
	width: 762px;
	height: 159px;
	vertical-align:top;
	text-align:left;
	background-color:#E1E1E1;
}

.homepage_base_pad { padding: 8px 24px 8px 24px; }
.homepage_base {
	width: 762px;
	height: 161px;
	vertical-align:top;
	text-align:left;
	background-color:#FFFFFF;
}

.footer_content_pad { padding: 4px; }
.footer_content {
	width: 762px;
	background-color: #505C70;
	text-align:center;
	vertical-align:middle;
	font-size: 10px;
}

.whatsnew_pad { padding: 8px 90px 8px 8px; }
.whatsnew {
	vertical-align:top;
	text-align:left;
	border-left: 1px solid #D5D4D4;
	border-right: 1px solid #D5D4D4;
	border-bottom: 1px solid #D5D4D4;
	background-color:#F4F4F4;
	background-image:url(../images/whatsnew_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	height: 110px;
	font-size: 10px;
}

.left {
	background-color:#E9E9E9;
	width: 154px;
	height: 300px;
	vertical-align:top;
	text-align:left;
}

.right_pad { padding: 25px 40px 16px 16px; }
.right {
	background-color:#ffffff;
	width: 608px;
	vertical-align:top;
	text-align:left;
}


/* Common/Template
----------------------------*/
.body { margin:0px; background-color:#001C51; }
.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:#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; }

/* Subnav
----------------------------*/
.subnav { 
	font-size: 10px; 
	border-bottom: 1px solid #CDCACA;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 22px;
	padding-right: 4px;
	background-image:url(../images/bullet_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.subnav a { text-decoration: none; font-weight: bold; }
.subnav a:hover { text-decoration: none; font-weight: bold; }

.subnav_level2 { 
	font-size: 10px; 
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 22px;
	padding-right: 4px;
}
.subnav_level2 a { color: #062E7A; text-decoration: none; }
.subnav_level2 a:hover { color: #000000; text-decoration: none; }



/* Footer
----------------------------*/
.footer { font-size: 9px; color:#FFFFFF; }
.footer a { text-decoration: underline; color:#FFFFFF; }
.footer a:hover { text-decoration: underline; color:#E1E1E1; }

.search_bg { width: 424px; height: 62px; background-color:#FFFFFF; vertical-align:bottom; text-align:right; }
.search_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: #FFFFFF; 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:#152358;
}

/* Misc
----------------------------*/

.positioned_frame {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.positioned_image {
	position: absolute;
	z-index: 2;
	left: 417px;
	top: 0px;
}

.positioned_table {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

.alpha1 {
	/* corss-browser css support for alpha filters */
	filter: Alpha(Opacity=10);
	-moz-opacity:0.1;
	opacity: 0.1;		

}
