@charset "utf-8";
body {
	font-family: "Lucida Sans", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment:fixed;
	background-color: #003300;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper {
	font-family: "Lucida Sans", Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	width: 62.5em;
	margin-left: 10em;
	margin-top: 0.5em;
}
.menu {
	width:98%;
	font-size:1.3em;
	font-weight:bold;
	margin-top:1em;
	text-align:center;
	padding:0px;
}
.menu td {
	padding:0em .5em 0em .5em;
}
.menu a {
	color:white;
	text-decoration:none;
}
.menu a:hover {
	color:#BAC910;
}
.menu a.current {
	color: #0099FF;
}
.divider {
	height:1px;
	border-bottom:1px dotted #BAC910;
	margin:1em 0em 1em 0em;
}
h1 {
	color:#BAC910;
	font-size:1.75em;
	margin-top:0em;
}
h2 {
	color:#BAC910;
	font-size:1.2em;
	margin:0em;
}
.message {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:white;
}
.message a {
	color:#0099FF;
	text-decoration:none;
	border-bottom:1px dotted #0099FF;
}
.message a:hover {
	color:BAC910;
	border-bottom:1px dotted #BAC910;
}
#footer {
	margin-top:3em;
	padding:1.5em 1.5em 1.5em 1.5em;
	color:white;
	background-color:#339900;
	border:2px solid #006600;
	clear:both;
}
#credits {
	margin-top:3em;
	text-align:right;
}
#credits a {
	color:#009900;
	text-decoration:none;
}