body {
	margin:0;
	padding:0;
	background:center url('../images/mainBG.gif') repeat-y #000;
	font-family:arial,helvetica,sans-serif;
	font-size: small !important; /* Styles for Mozilla, Safari, IE Mac */
	font-size: x-small; /* Styles for MS IE5 PC */
	font-size/**/:/**/small; /* Styles for IE6 PC */
	color:#F1EFE6;
	text-align:center;
}

/* 
	Font-size is set at approx. 11px or 8pt. The margin and left text-align
	help to center the 'document' div on the page while maintaining left-
	aligned text within the 'document' div. These values should not be 
	manipulated. 
 */
body div#document	{
	width : 842px; /* sets overall content width */
	Font-size:85%;
	margin:0 auto;
	text-align:center;
}

div#docSubWrapper {
	width:804px;
	margin:0 auto;
	text-align:left;
	border-right:2px solid #ccc;
	border-left:2px solid #ccc;
	background:#222;
}


/****************** IMPORTANT DEFAULTS *******************/

/* The following rule exists to fix an IE 5 PC bug */
body table {
	font-size: 100%;
}

/* Zeroing element margins/padding */
h1, h2, h3, h4, h5, h6, form, ul, ol, li {
	margin: 0;
	padding: 0;
}

/* Image defaults */
img {	
	border:0;
	display:inline;
}

/* Input adjustments */
input, select, textarea  {
	font-size: 100%;
	color:#000000;
	font-family:arial,helvetica,sans-serif;
	border:1px solid #000000;
}

td { vertical-align:top; }

p {
	margin: 1em 0 0 0;
	padding:0;
}

a,
a:link,
a:active {color:#f0ff00;}
a:visited { color:#d2de15; }
a:hover { color:#f2fc5c; } 
 
ul {
	margin-left:3px;
}
 ul li {
 	padding-left:16px;
	padding-bottom:2px;
 	list-style-type:none;
 	background:0px 0.1em url('../images/arrow_bullet.gif') no-repeat;
 }
 ul.back li {
 	padding-left:16px;
	padding-bottom:2px;
 	list-style-type:none;
 	background:0px 0.3em url('../images/arrow_bullet_reversed.gif') no-repeat;
 }
  ul.gray li {
 	padding-left:16px;
	padding-bottom:2px;
 	list-style-type:none;
 	background:0px 0.3em url('../images/arrow_bullet_gray.gif') no-repeat;
 }
 ul.spaced li {
 	margin-bottom:10px;
 }
 
 dl {
 	margin:0;
	padding:0;
 }
 dt {
 	font-weight:bold;
 }
 dd {
 	margin:0;
	padding:0 0 10px 10px;
 }
/****************** END IMPORTANT DEFAULTS *******************/


/****************** UTILITY *******************/
.bold { font-weight:bold; }

.italic {	font-style:italic; }

.subTitle { font-size:200%; }

.imageBlock {
	width:99%; /* Fixes right rail issues in IE6 */
	margin-bottom:30px;
}
.imageBlock .thumbCell {
	padding-right:10px;
}
.imageBlock .thumbCell img {
	border:1px solid #000;
}
/*tr.odd, td.odd {background:#e4e4e4;}
tr.even, tr.even {background:#fff;}*/

.odd {background-color:#eeeded;}
.even {background-color:#fff;}
/****************** END UTILITY *******************/




/****************** TOP NAV *******************/
#topNav {
	height:52px;
	background: top left url('../images/topNavBG.gif') repeat-x #fff;
}

#navLinks {}
#navLinks a, .topNavDivider { float:left; }

.flyoutMenu { 
	position:absolute;
	display:none;
	background:#ed1c24;
	padding:1px;
	width:150px;
	color:#fff;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	z-index:1000;
 }
 .flyoutMenu .menuItem {
 	display:block;
	padding:4px 5px 4px 20px;
 }
 
 .flyoutMenu a.menuItem, .flyoutMenu a.menuItem:visited {
 	text-decoration:none;
	color:#fff;
	background-color:transparent;
 }
 .flyoutMenu a.menuItem:hover {
 	text-decoration:underline;
	color:#fff;
	background-color:#ca181f;
 }

/****************** END TOP NAV *******************/






/****************** MAIN BODY *******************/
#mainBody {
	width:100%;
	table-layout:fixed;
}

#leftColumn {
	width:244px;
}
#leftColumn .leftIndented {
	padding:0 7px 7px 7px;
}

#mainColumn {
	background: top right url('../images/mainColBG.gif') repeat-y;
}
.mainColumnSub1 {
	width:519px;
	padding:12px;
	background:top right url('../images/mainColFadedBG.gif') repeat-y #656565;
}
.mainColumnSub2 {
	background:#141414;
	padding:30px;
	margin-bottom:12px;
}
.mainColumnSub2 .programTable {
	width:459px;
	table-layout:fixed;
}
.mainColumnSub2 .programTable td.col1 {
	width:115px;
}
.mainColumnSub2 .programTable td.col1 img {
	border:1px solid #bebebe;
}
.mainColumnSub2 .programTable .programTitle {
	font-size:160%;
	font-weight:bold;
	padding-bottom:5px;
}

.topLink {
	text-align:right;
}
.topLink a, .topLink a:visited {
	text-decoration:none;
	color:#F1EFE6;
}
.topLink a:hover {
	text-decoration:underline;
}


#topBanners {
	background: top left url('../images/topBannersBG.gif') no-repeat;
	width:468px;
	height:96px;
	table-layout:fixed;
}

/****************** END MAIN BODY *******************/






/****************** preFooterSection *******************/
#preFooterSection {
	background-color:#BB161C;
	padding:20px 8px 10px 8px;
}


#eNewsletterSignup input {
	border:1px solid #7F9DB9;
	vertical-align:middle;
	margin-bottom:6px;
}
/****************** end preFooterSection *******************/





/****************** FOOTER *******************/
#footer {
	width:100%;
	background:#000;
	color:#fff;
}
#footer td {
	padding:6px 8px;
}
#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
/****************** END FOOTER *******************/