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

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

.r { color: #FF0000; }
.w { background-color:#FFFFFF; }
.bc { border: 1px solid #D4E9F8; } /* bordered cell */
.centered { text-align:center; }
.bordered { border: 3px double #D4E9F8; } /* this class is shared between images & tables */
.heading {
	font-weight: bold; 
	background-color: #D4E9F8;
}

.h_events_pad { padding: 0px 6px 0px 8px; }
.h_events {
	width: 207px;
	height: 196px;
	vertical-align:top;
	text-align:left;
	background-image:url(../images/h_events_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#73B9EE;
	font-size: 10px;
}

.prog_pad { padding: 8px; }
.prog {
	width: 208px;
	height: 309px;
	vertical-align:top;
	text-align:left;
	background-image:url(../images/prog_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-size: 10px;
}

.homepage_pad { padding: 16px; }
.homepage {
	width: 537px;
	height: 309px;
	vertical-align:top;
	text-align:left;
	background-image:url(../images/h_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.footer a { color:#FFFFFF; font-weight: bold; text-decoration: none; }
.footer a:hover { color:#EABF12; font-weight: bold; text-decoration: none; }
.footer { 
	height: 14px; 
	color:#FFFFFF; 
	font-size: 10px;
	vertical-align:middle;
	text-align:center;
}

.subnav_bg {
	height: 25px;
	vertical-align:middle;
	background-image:url(../images/subnav_bg.gif);
	background-repeat:repeat-y;
}

.content_pad { padding: 16px; }
.content {
	vertical-align:top;
	text-align:left;
	height: 320px;
	background-image:url(../images/i_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.subnav_bullet {
	width: 14px;
	height: 14px;
	vertical-align:middle;
	margin-right: 3px;
	margin-left: 6px;
}

/* Common/Template
----------------------------*/
.body { 
	margin:0px; 
	background-color:#FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background-image:url(../images/background.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #0179D4;
}
.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:#FFFFFF; }
.subnav a { color: #FFFFFF; font-weight: bold; text-decoration:none; }
.subnav a:hover { color: #1A2179; font-weight: bold; text-decoration:none; }

.sitemap { margin-top: 0px; }

/* Footer
----------------------------*/
.header { font-size: 10px; color:#1C4172; }
.header a { text-decoration: none; color:#1C4172; }
.header a:hover { text-decoration: none; color:#FF2227; }

.search_bg_pad { padding-right: 12px; padding-bottom: 16px; }
.search_bg {
	background-image:url(../images/h-bg.gif);
	background-repeat:no-repeat;
	width: 376px;
	height: 84px;
	text-align:right;
	vertical-align:bottom;
	color: #1A2179;
}
.search_table { width: 120px; }
.search { font-size: 9px; padding-left: 4px; width: 85px; }

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

