body {
	background-image: url(../../images/background.jpg); 
	background-repeat: repeat-x; 
	background-color: #010265;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}

#container {
	margin: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 20px; 
	padding: 0px;
	width: 730px; 
	background-image: url(../../images/spBg.gif); 
	background-repeat: repeat-y; 
	background-position: right; 
	background-color: #f9efa5;
	border: 1px solid #000000;
}

#header {
	margin: 0px; 
	padding: 0px; 
	width: 730px; 
	height: 240px; 
	background-image: url(../../images/headerBg.jpg);
	background-repeat: no-repeat;
}

#header img {
	border: none;
}

#topNav {
	margin: 0px; 
	padding: 0px;
	padding-top: 10px; 
	width: 730px; 
	height: 32px; 
}

#topNav a {
	display: block;
	margin: 0px;
	padding: 8px;
	padding-top: 10px;
	width: 120px;
	height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #000000;
	float: left;
}

#topNav a:hover {
	background-color: #000066;
	color: #f8c808;
}

#footBar {
	margin: 0px;
	padding: 0px;
	width: 730px;
	height: 20px;
	background-image: url(../../images/footer.jpg);
}

#content {
	margin: 0px;
	padding: 8px;
	width: 714px;
}

#content h1 {
	margin: 0px;
	padding: 0xp;
	font-size: 18px;
	color: #000000;
}

#footer {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	width: 730px;
	color: #5d6ba3;
}

#footer a {
	color: #5d6ba3;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}