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

table { font-size: 11px; }
table a { color:#4E5D70; 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
----------------------------*/
.border_left {
	background-image:url(../images/border-left.gif);
	background-repeat:repeat-y;
	width: 4px;
}

.border_right {
	background-image:url(../images/border-right.gif);
	background-repeat:repeat-y;
	width: 4px;
}

.frame {
	width: 748px;
	background-color:#FFFFFF;
	vertical-align:top;
}

.footer_pad { padding-right: 12px; }
.footer_frame {
	width: 748px;
	height: 23px;
	background-color: #4E5D70;
	text-align:right;
	vertical-align:middle;
}

.welcome_content { color:#FFFFFF; }
.welcome_pad { padding: 12px; }
.welcome {
	width: 300px;
	height: 184px;
	vertical-align:top;
	text-align:left;
	background-color:#64748B;
	background-image:url(../images/welcome-bg.gif);
	background-repeat:repeat-y;
}

.homepage_content_pad { padding: 12px; width: 545px; }
.homepage_content {
	height: 282px;
	vertical-align:top;
	text-align:left;
	background-color: #F2F5F8;
}

.homepage_right {
	text-align: right;
	width: 176px;
	vertical-align:top;
	background-color: #D2D7DC;
}

.b-left { 
	background-color: #C8C8C8;
}
.b-right {
	background-image:url(../images/b-right.gif);
	background-repeat:repeat-y;
}

.content { height: 400px; vertical-align:top; text-align:left; }
.content_pad { padding: 12px; }

/* Common/Template
----------------------------*/
.body { margin-top:8px; background-color:#94A2B5; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.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: #64758D; }
.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_block {
}
.subnav { font-size: 10px; color: #79879B; }
.subnav a { color: #79879B; text-decoration:none; }
.subnav a:hover { color:#CCCCCC; text-decoration:none; }
.subnav2 { font-size: 10px; }
.subnav2 a { color:#CC0000; text-decoration:none; }
.subnav2 a:hover { color:#CCCCCC; text-decoration:none; }


/* Footer
----------------------------*/
.footer { font-size: 10px; color:#FFFFFF; }
.footer a { text-decoration: none; color:#FFFFFF; }
.footer a:hover { text-decoration: none; color:#D2D7DC; }

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

/* Tell a Friend
----------------------------*/
.body_taf { background-color: #4E5D70; 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:#4E5D70;
}

