body {
	text-align:center;
	background-color:#EEEEEE;
}

#container {
	width:752px;
	text-align:left;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	color: #333333;
}
#footer {
	background-color: #333380;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	clear: left;
}
#content {
	margin-right: 10px;
	margin-left: 10px;
}


#header p {
	text-align:center;
}
#copyright {
	font-size: 12px;
	text-align: center;
	font-style: italic;
}


#menu {
	width:752px;
	background:#333380;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#menu li {
	margin: 0;
	padding: 0;
	float: left;
}

#menu a {
	float: left;
	width: 83px;
	text-align: center;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 2;
}

#menu a:hover {
	background-color: #666699;
	color: #cccc33;
}

.subheading {
	font-weight: bold;
	color: #333380;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333380;
}

