
body {
	/* establishes the default font to be used; pushes the page up to the top; creates light-grey background */
	background: 		#e6efff;
	}

h2 {	
	background:			#00338d;
	}
	
#logo {
	background: 		#00338d;
	}
	
#menu {
	background: 		#c60c30;
	}
	
.tdLabelHeaderShaded {	
	background:			#00338d;
	}
	
.tdLabelHeaderShadedCenter {	
	background:			#00338d;
	}	
	
a:link  {
	color:				#c60c30;
	}
	
a:visited  {
	color:				#c60c30;	
	}
	
a.bounce {
	color:				#c60c30;	
	}
	
a.highlight {
	color:				#c60c30;	
	}