a:link {color: #FFFF00;}
a:visited {color:#FFFF99;}
a:hover {background-color: #212421;}

a {text-decoration: none;}
p {
	padding: .06em;
}
body {
	background: #000000 url('background_gradient.jpg') top center repeat-y;
	margin: 0 auto;
	color: #FFFFFF;
}
#container {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 910px;
}
#content {
	background-color: #101010;
	padding: .5em .5em .5em .5em;
}
#header {
	background-color: #0B0B0B;
	padding-bottom: 10px;
}
#topNav {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 14px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: smaller;
}
.button {
	border: 1px solid #CCCCCC;
	margin-top: .5em;
	margin-bottom: .5em;
	text-align: center;
	font-weight: bold;
	font-size: medium;
}
.button a {
	width: 100%;
	text-align: center;
	display: block;
}
.floatleft {
	position: absolute;
	left: 10%;
}
.floatright {
	position: absolute;
	right: 10%;
}
.title {
	color: #8CCA1E;
	font-size: xx-large;
/*	font-family: Papyrus;*/
	font-weight: bold;
}
.mainTitle {
	font-size: 36pt;
	font-family: Palatino;
	font-weight: bold;
	text-align: center;
}
.subTitle {
	color: #8CCA1E;/*99CC00*/
	font-size: larger;
/*	font-family: Papyrus;*/
	font-weight: bold;
}