body {
	background-color:#101010;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	margin:0;
}
form {
	padding:0;
	margin:0;
}
p {
	padding:0px;
	margin:0px;
}
#headerDiv {
	border-bottom:4px solid #808080;
	border-top:4px solid #808080;
	margin:0 auto;
	height:90px;
	width:800px;
	top:0px;
}
#navigationTop {
	border-bottom:4px solid #808080;
	padding-top:10px;
	margin:0 auto;
	width:800px;
	top:100px;
}
#navigationbottom {
	border-bottom:1px solid #808080;
	padding-bottom:10px;
	padding-top:10px;
	margin:0 auto;
	width:800px;
	top:150px;
}
#mainDiv {
	border-bottom:8px double #808080;
	padding-bottom:10px;
	padding-top:10px;
	margin:0 auto;
	width:800px;
	top:200px;
}
#footerDiv {
	padding-top:10px;
	margin:0 auto;
	width:800px;
}
.activeSubmit {
	background-color:#101010;
	border:1px solid #808080;
	color:#DADADA;
}
.activeSubmit:hover {
	background-color:#202020;
}
.inputText {
	background-color:#101010;
	border:2px solid #808080;
	color:#DADADA;
}
.inputText:hover { background-color:#202020; }
.inputText:focus { background-color:#303030; }

.calendarPrevNextMonth {
	background-color:#202020;
	border:1px solid #000000;
	text-align:center;
	height:57px;
	width:113px;
}
.calendarCurrentMonth {
	background-color:#101010;
	border:1px solid #000000;
	text-align:center;
	height:57px;
	width:113px;
}

a { color:#DADADA; text-decoration:none; }
a:hover { color:#F0F0F0; }
a:visited { color:#DADADA; }
a:active { color:#DADADA; }
