
body {
	/* establishes the default font to be used; pushes the page up to the top; creates light-grey background */
	background: 		#eef6ef;
	margin-top: 		0;
	font-family: 		Arial, Helvetica, sans-serif;
	}


h2 {	
	background:			#244729;
	padding:			2px 5px 2px 10px; 
	margin:				0;
	color:				#fff;
	font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	}
	
#logo {
	margin: 			0 auto;
	padding: 			0 0 0 0;
	text-align:			center;
	vertical-align:		middle;
	background: 		#244729;
	float: 				right;
	width: 				1200px;
	line-height:		60px;
	}
	
#wrap { 
	/* applies to id selector; establishes the width of the page; white background for body; establishes default font size */
	background: 		#FAF8CC;
	margin: 			0px auto;
	width: 				1280px;
	padding:			0;
	font-size: 			12px;
	text-align:			left;
	}
	
#menu {
	width: 				1280px;
	height: 			30px;
	margin: 			0 auto;
	padding: 			0;
	background: 		#244729;
	float:				left;
	color: 				#000 !important;
	}
	
#playerMenu {
	width: 				1280px;
	height: 			30px;
	margin: 			0 auto;
	padding: 			0;
	background: 		#244729;
	color:				#000 !important;
	float:				left;
	}
	
.tdLabelHeaderShaded {	
	background:			#244729;
	}
	
.tdLabelHeaderShadedCenter {	
	background:			#244729;
	}	
	
a:link  {
	color:				#1e8449;
	text-decoration:	none;	
	}
	
a:visited  {
	color:				#1e8449;
	text-decoration:	none;	
	}
	
a.bounce {
	color:				#C11B17;
	text-decoration:	none;	
	}

	
a.highlight {
	color:				#1e8449;
	text-decoration:	none;	
	}