body {
	background-color: #336699;
	text-align: center;
}
.container {
	width: 750px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #ffffff;
}
.banner {
	width: 750px;
	text-align: center;
}

.auo_blurb {
	background-color: #ffffff;
	width: 730px;
}

.auo_pic {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

.right {
	width: 300px;
	float: left;
	background-color: #ffffff;
}
	
.nav {
	background-color: #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold; 
	text-align: center;
}
.content {
	width: auto;
	margin: 10px 10px 10px 10px;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
div.nav a:link  {
	color: #000000;
	text-decoration : none;
}
div.nav a:visited  {
	color: #000000;
	text-decoration : none;
}
div.nav a:active  {
	color: #000000;
	text-decoration : none;
}
div.nav a:hover  {
	color: #336699;
	text-decoration: none;
}
a:link  {
	color : #336699;
	text-decoration : none;
}
a:visited  {
	color : #336699;
	text-decoration : none;
}
a:active  {
	color: #336699;
	text-decoration : none;
}
a:hover {
	color: #336699;
	text-decoration : underline;
}
.highlight {
	background-color: #FFFF66;
}
.gray_text {
	color: #666666;
	font-size: 10px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	background-color: #CCCCCC
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #000000;
}

