
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;
	min-height: 		400px;
	margin-bottom: 		100px;
	clear: 				both;
}



h2 {	
	background:			#244729;
	padding:			2px 5px 2px 10px; 
	margin:				0;
	color:				white;
	font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	}

.singlecol {
	margin-bottom:		30px;
	}	
	
#footer {
   position: 			fixed;
   left: 				0;
   bottom: 				0;
   width: 				100%;
   background-color: 	#244729;
   vertical-align:		bottom;
   color: 				white;
   text-align: 			center;
   font-weight: 		bold;
   font-size: 			16px;
   height:				30px;
}

#footer a {
	
	color: 				#FFB612;
}
	
#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: 			13px;
	text-align:			left;
	}
	
#menu {
	width: 				1280px;
	height: 			30px;
	margin: 			0 auto;
	padding: 			0;
	background: 		#FFB612;
	float:				left;
	color: 				#000;
	}
	
#playerMenu {
	width: 				1280px;
	height: 			30px;
	margin: 			0 auto;
	padding: 			0;
	background: 		#244729;
	color:				#000 !important;
	float:				left;
	}
	
.tdLabelHeaderShaded {	
	padding:			0 0 0 5px;
	background:			#244729;
	color: 				#fff; 
	text-align:			left;
	line-height:		150%;
	vertical-align:		top;
	font-weight: 		bold;
	font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 			13px;;
	}
	
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;	
	}