@charset "utf-8";
/* CSS Document */


body {
	margin: 5px 0 0 0 auto;
	text-align: center;
	background: #ffffcc url(../images/background.jpg) top center no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

/* NAVIGATION TABS */
.navigation {
	margin: 0;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	color: #000000;
}

ul#Nav {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	border: 0px;
}

ul#Nav li {
	float: left;
	margin: 0 2px;
	padding: 0;
}

ul#Nav a {
	display: block;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-width: 1px 1px 0 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

ul#Nav a:hover {
	border-width: 1px 1px 0 1px;
	border-color: #FF0000;
	border-style: solid;
}

ul#Nav a.current_page {
	color: #FFFFFF;
	background-color: #FF0000;
	border-width: 1px 1px 0 1px;
	border-color: #FF0000;
	border-style: solid;
}

/* MAIN TEXT STYLES */

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

ul {
	margin-top: 5px;
}

ul li {
	margin-bottom: 5px;
}
ul.names li {
	font-size: 12px;
}
