/*

	Defines basic layout for splash print style.
	
	To be used for all index pages. Differences apply to the Page Body's 3
	defined content sections and headings.
	
*/

/* Global page elements */
body {font-family: Arial, Helvetica, sans-serif; font-size: 100%; color: #000000 ; margin-top: 0px; margin-left: 0px; }
td,th {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; color: #000000; }
a:link { color: #336699; }
a:visited { color: #336699; }
a:hover { color: #E9B12E; }
a:active { color: #174F88; }
.hidden {		}

.floatleft {
	float: left;
	margin: 2px 8px 8px 0px;
	padding: 0px 8px 0px 0px;
	position: relative;
	top: 0px;
	right: 0px;	
}
#footer p {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 3px;
	text-align: center;
}
/* page section identifiers */
#wrapper { text-align: left; }
#banner { background: url(bannertop.jpg); width: 782px; height: 152px; display: none;}
#mainnav { width: 206px; background: url(navbg.gif) repeat-y; clear: right; float: left; display: none; }
#bodycontent{
	clear: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
#footer {
	color: #000000;
	width: auto;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 7pt;
	padding-left: 17px;
	height: auto;
}

/* bodycontent DIVs styles */
#feature { width: auto; letter-spacing: 0.37em; font-size: 9pt; font-weight: bold; text-transform: uppercase; padding-left: 20px; padding-top: 9px; padding-bottom: 3px; }
#heading { background: #ffffff; width: auto; padding-left: 20px; padding-top: 6px; padding-bottom: 3px; }
#content { font-size: 12px; width: auto; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 17p; text-align: center; }
#tbl_dates .dk_gold {
	background-image: url(bg_tbl_dk_gold.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#tbl_dates .lt_gold {
	background-image: url(bg_tbl_lt_gold.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#tbl_dates .dk_blue {
	background-image: url(bg_tbl_dk_blue.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#tbl_dates .lt_blue {
	background-image: url(bg_tbl_lt_blue.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

/* Redefined elements */
p{ font-size: 12px; line-height: 16px; text-align: justify; padding-top: 0px; padding-bottom: 0px; margin-top: 6px; margin-bottom: 10px; }
h1 { text-transform: uppercase; color: #CB0747; letter-spacing: 1px; font-size: 13px; padding-bottom: 8px; margin-bottom: 0px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; margin-top: 6px; }

/* Class styles */
#footer .bluetype { color: #669ACC; font-weight: bold; }
