#container {
	height: 1800px;
	width: 850px;
	border: 5px solid #999966;
	font-size: 62.5%;
	
}

#banner {
	background-color: #996;
	height: 150px;
	width: 850px;
	border: thin solid #996;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
}
#mainNav {
	background-color: #9CC;
	clear: both;
	height: 40px;
	width: 848px;
	border: thin solid #9CC;
}

#content {
	padding: 10px;
	float: right;
	height: 100%;
	width: 430px;
}


#quicknav li {
	list-style-type: none;
	text-indent: -33px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}



#quicknav {
	float: left;
	width: 290px;
	background-color: #99CCCC;
	height: 1590px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}


#mainNav li {
	display: inline;
	font-size: 1.6em;
	text-align: left;
	margin-right: 15px;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin-right: 10px;
	margin-bottom: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 8em;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	line-height: 0em;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #666633;
	text-indent: 10px;
	text-decoration: underline;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #336666;
	background-color: #99CCCC;
	display: block;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993300;
	font-size: 1.4em;
}
.spaced {
	letter-spacing: 0.5em;
	text-align: center;
	line-height: 0.6em;
	margin-bottom: 40px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #666633;
	text-align: center;
	line-height: 2em;
	margin-top: 20px;
}
#USUnav {
	background-color: #003366;
	height: 60px;
	width: 860px;
}
#topnav {
	padding: 10px 0px 0 0;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#USUnav img {
	float: left;
}


#topnav ul {padding:0;margin:0;border:0;width:450px; background-image:none;}

#topnav ul li {
padding-right:8px;
display:inline;}

#topnav ul li a{ background-image:none;padding:0; margin:0;text-decoration:none;
  color: #A0AED7;
}
#topnav ul li a:hover {color:#fff;text-decoration:none;}

