.container {
	background-color: #000066;
	width: 750px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	}
	
.header {
	width: 710px;
	height: 110px;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(images/header.gif);
	}
	
.uiLink {
	position: relative;
	width: 140px;
	height: 75px;
	left: 570px;
	}
	
.navFloat {
	position: static;
	margin: 20px 20px 0px 20px;
	width: 700px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	color: #003300;
	text-align: center;
	font-family: lucida sans, verdana, arial;
	}
	
a:link {
	font-family: lucida sans, verdana, arial;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

a:visited {
	font-family: lucida sans, verdana, arial;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
	
.content {
	position: relative;
	width: 690px;
	margin-left: 20px;
	margin-top: 20px;
	padding: 10px;
	background-color: #FFFFFF;
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: georgia, times new roman, courier;
	font-size: 12px;
	border: 1px #000000 solid;
	}
	
span.About {
	font-family: Lucida Sans, Verdana, Arial Black;
	font-size: 24px;
	font-weight: bold;
	}
	
.copyright {
	width: 750px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family: Lucida Sans, Verdana, Arial Black;
	font-size: 12px;
	font-weight: bold; 
	text-align: center;
}