body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}


td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	margin: 0px;
	padding: 10px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
	padding: 0px;
	text-align: center;
}

img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#Core {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#Nav {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(img/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#ContentHeader {
	background-image: url(img/header_bg.jpg);
	height: 50px;
	background-repeat: repeat-x;
}

#Content {
	height: auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer {
	padding: 5px;
	color: #999999;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
}
.smallText {
	font-size: 10px;
}

#Content a:link {
	color: #FF6600;
}

#Content a:hover {
	color: #000099;
}

#Content a:visited {
	color: #666666;
}

#Content a:active {
	color: #666666;
}
#MainContent {
	padding: 10px;
}

