html, body {}
	
html {
	font-family: Arial;}
	
/* ===== Universal Font Settings ===== */

	p, h1, h2, h3, h4, h5, h6 {
		margin: 0 0 5px 0;} 
		
	h3 {
		margin-top: 10px;}
		
	a:link, a:visited {
		color: #8F0303;}
	
#topContainer {}
	
	#logo {}
		
	#dots {}
		
#icons {}
	
#contentContainer {}
	
	#navContainer, #navContainer a:link, #navContainer a:visited {
		color: black;
		text-decoration: none;}
		
	#navContainer a:hover {
		text-decoration: underline;}
	
		#navContainer ul {
			margin: 20px 0 0 0;
			list-style-type: none;
			width: 100%;
			padding: 0;}
			
		#navContainer ul li {
			border-bottom: 3px solid #8F0303;
			width: 100%;
			margin: 0;
			padding: 1px 0 1px 5px;}
	
	#bodyContainer {}

		#topCorner {}
			
		#bodyContentContainer {}
		
	#bottomLogos {}
		
		#left {}
			
		#center {}
			
			#center img {}
			
		#right {}
			
	#bottomText, #bottomText a:link, #bottomText a:visited {
		color: white;
		font-size: 11px;}
		
/* ===== End of Universal Font Settings ===== */

/* ===== Quick Links Settings ===== */

#quickLinkContainer {
	width: 200px;
	float: right;
	margin: 0 0 10px 10px;}
	
	#quickLinkContainer fieldset {
		border: 1px solid black;
		padding: 0;}
		
	#quickLinkContainer legend {
		background: #F2F2F2;}