#header {
	background-color:#3485e0;
	font-size:80%;
	float:left;
	width:62em;
	height:12em;
	}
	
#image-container {
	background-color:#3485e0;
	font-size:80%;
	float:left;
	width:62em;
	height:12em;
	}
		
#main {
	background-color:#0b5395;
	font-size:80%;
	float:left;
	width:62em;
	height:21.35em;
	overflow:auto;
	}
	
#main ul {
	margin-left:7em;
	margin-right:3em;
	}
	
#main h1 {
	font-size:160%;
	margin-top:.5em;
	margin-left:2em;
	}
		
#main a:link { text-decoration:none; }
#main a:visited { text-decoration:none; }
#main a:active { text-decoration:none; }
#main a:hover { text-decoration:underline; }
	
#main a {
	text-decoration:none;
	color:white;
	}
		
#mainNav {
	background-color:#0b5395;
	font-size:80%;
	float:left;
	width:62em;
	height:8em;
	overflow:auto;
	}
    
#mainNav a:link { text-decoration:none; }
#mainNav a:visited { text-decoration:none; }
#mainNav a:active { text-decoration:none; }
#mainNav a:hover { text-decoration:underline; }
	
#mainNav a {
	text-decoration:none;
	color:white;
	}
    
#mainNav img {
    border:0;
    text-decoration:none;
    }