
body {
	/* establishes the default font to be used; pushes the page up to the top; creates light-grey background */
	background: 		#e6fbff;
	min-height: 		400px;
	margin-bottom: 		20px;
	clear: 				both;
	}	

h2 {	
	background:			#006778;
	}
	
#logo {
	background: 		#006778;
	}
	
#menu {
	background: 		#101820;
	}
	
.tdLabelHeaderShaded {	
	background:			#006778;
	}
	
.tdLabelHeaderShadedCenter {	
	background:			#006778;
	}	
	
a:link  {
	color:				#006778;
	}
	
a:visited  {
	color:				#006778;	
	}
	
a.bounce {
	color:				#006778;	
	}
	
a.highlight {
	color:				#006778;	
	}
