@charset "utf-8";
#container #body p {
	margin-right: 7px;
	margin-left: 7px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.clearfloat {
	line-height: 0px;
	clear: both;
	height: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(Images/Backgrounds/BlueBackgroundGradient.jpg);
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0033FF;
}
a:active {
	text-decoration: none;
}

#container #footer {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #E1EDF9;
	font-size: small;
}

