/* Global
----------------------------*/
form { margin: 0px; }
img { border-style: none; }

table { font-size: 11px; }
table a { color:#DD0007; 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
----------------------------*/

.header_links a { color:#333333; font-weight: bold; text-decoration:none; }
.header_links a:hover { color:#DD0007; font-weight: bold; text-decoration:none; }
.header_bg_pad { padding-bottom: 10px; padding-right: 26px; }
.header_bg {
	background-image:url(../images/header-bg.gif);
	background-repeat:no-repeat;
	width: 365px;
	height: 72px;
	text-align:right;
	vertical-align:bottom;
	color:#333333;
	font-size: 10px;
}

.homepage {
	background-image:url(../images/home-bg.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}
.content_pad { padding-left: 16px; padding-right: 16px; padding-bottom: 16px; }
.content {
	width: 712px;
	height: 327px;
	vertical-align:top;
	text-align:left;
	background-color:#FFFFFF;
}

.left {
	background-image:url(../images/left.gif);
	background-repeat:repeat-y;
}

.right {
	background-image:url(../images/right.gif);
	background-repeat:repeat-y;
}

.banner { margin-top: 8px; }

/* Common/Template
----------------------------*/
.body { 
	margin:0px; background-color:#FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	background-image:url(../images/background.gif);
}
.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; color: #DD0007; }


/* Footer
----------------------------*/

.footer_base {
	height: 21px;
	vertical-align:middle;
	text-align:center;
	background-color:#000000;
	color:#ffffff;
	font-weight: bold;
	font-size: 10px;
}
.footer { font-size: 10px; }
.footer a { text-decoration: underline; color:#152358; }
.footer a:hover { text-decoration: underline; color:#B20000; }

.search_bg_pad { padding-top: 30px; padding-left: 128px; }
.search_bg {
	background-image:url(../images/search-bg.jpg);
	background-repeat:no-repeat;
	width: 738px;
	height: 101px;
	text-align:left;
	vertical-align:top;
}
.search_table { width: 120px; }
.search { font-size: 9px; padding-left: 4px; width: 105px; }


/* Tell a Friend
----------------------------*/
.body_taf { 
	background-color: #FFFFFF; 
	margin: 0px; 
	width: 450px; 
	border-style: none; 
	background-image:url(../images/taf_bg.gif); 
	background-repeat:repeat-y; 
}
.body_taf_table { 
	background-color:#FFFFFF; 
	background-image:url(../images/taf_bg.gif); 
	background-repeat:repeat-y; 
}

.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:#DD0007;
}

