
body {
	/* establishes the default font to be used; pushes the page up to the top; creates light-grey background */
	background: 		#cdcdcd;
	}
	
#footer {
   position: 			fixed;
   left: 				0;
   bottom: 				0;
   width: 				100%;
   background-color: 	#A0A0A0;
   vertical-align:		bottom;
   color: 				white;
   text-align: 			center;
   font-weight: 		bold;
   font-size: 			16px;
   height:				30px;
}


#footer a {
	color: 				black;
}


h2 {	
	background:			#97233f;
	}
	
#logo {
	background: 		#97233f;
	}
	
#menu {
	background: 		#000000;
	}
	
.tdLabelHeaderShaded {	
	background:			#97233f;
	}
	
.tdLabelHeaderShadedCenter {	
	background:			#97233f;
	}	
	
a:link  {
	color:				#97233f;
	}
	
a:visited  {
	color:				#97233f;	
	}
	
a.bounce {
	color:				#97233f;	
	}
	
a.highlight {
	color:				#97233f;	
	}