body {
	margin:0;
	padding:0;
	background:center url('../images/mainBG.gif') repeat-y #fff;
	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:#EBEBEC;
	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 : 800px; /* sets overall content width */
	Font-size:85%;
	margin:0 auto;
	text-align:left;
	padding-top:2px;
}
/****************** IMPORTANT DEFAULTS *******************/
/* The following rule exists to fix an IE 5 PC bug */
body table {
	font-size: 100%;
	width:100%;
	table-layout:fixed;
}/* 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 #7F9DB9;
	vertical-align:middle;
}td { vertical-align:top; }p {
	margin: 1em 0 0 0;
	padding:0;
} a, 
 a:link, 
 a:active,
 a:visited {
 	color:#EBEBEC;
 	text-decoration:none;
 }
 a:hover {
 	color:#EBEBEC;
	text-decoration:underline;
}
 
ul {
	margin-left:3px;
}
 ul li {
 	padding-left:16px;
	padding-bottom:2px;
 	list-style-type:none;
 	background:0px 0.2em url('../images/arrow_bullet.gif') no-repeat;
 }
  ul li.light {
 	padding-left:16px;
	padding-bottom:2px;
 	list-style-type:none;
 	background:0px 0.2em url('../images/arrow_bullet-light.gif') no-repeat;
 }
 ul.spaced li {
 	margin-bottom:10px;
 }
/****************** END IMPORTANT DEFAULTS *******************/
/****************** UTILITY *******************/
.bold { font-weight:bold; }.italic {	font-style:italic; }.subTitle { font-size:200%; }.imageBlock td {
	padding-bottom:20px;
}
.imageBlock .thumbCell {
	width:165px;
}.odd {background-color:#eeeded;}
.even {background-color:#fff;}
/****************** END UTILITY *******************/
/****************** TOP NAV *******************/
#topNav {
	height:29px;
	position: relative;
	top: 0;
 }
.topNavRelative {
	position: relative;
	height: 29px;
}.topButton {
	position: absolute;
	overflow: hidden;
	height: 29px;
}
#topNav div div a {
	position: relative;
	margin:0;
}
#topNav div div a:hover,
#topNav div.selected div a {
	margin-top: -29px;
	top: -29px;
}
/****************** END TOP NAV *******************/

/****************** FLYOUTS **********************/
#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:16px;
z-index:100;
text-align: left;
padding: 7px 10px 7px 10px;/* Top - Right - Bttm - Left */
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
color: #252424;
}

#dropmenudiv a:hover{ /*hover background color*/
    text-decoration: underline;
}
/****************** FLYOUTS **********************/

/****************** MAIN BODY *******************/
#mainBody {}
#mainBody .colA {
	width:559px;
	background:#35363F;
}
.colAwrapper {
	padding:12px 15px;
}
#mainBody .colB {
	padding:16px 8px 8px;
	background:#2A2B32;
	color:#fff;
}#mainBody .titleRow .colA,
#mainBody .titleRow .colB { padding: 0 0 9px 0; }#mainBody .darkerRow .colA { background:#222222; }
#mainBody .darkerRow .colB { background:#1B1B1B; }#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;
}
.paypalBox {
		 border-style: solid;
		 border-width: 1px;
		 border-color: #4c4e5c;
		 margin-top: 15px;
		 margin left right bottom:5px;
		 padding-bottom:20px;
		 width: 240px;
}
/****************** END MAIN BODY *******************/
/****************** FOOTER *******************/
#footer {
	color:#fff;
	padding:12px 12px 50px;
}
#footer a, #footer a:visited {
	color:#fff;
	text-decoration:underline;
}
.copyright {
	color:#464853;
	font-size:80%;
}
/****************** END FOOTER *******************/