﻿body, html {
	background-color:black;
	height:100%;
	width:100%;
	color:green;
	font-family: "Century Gothic"
}
img {
	border:1px black dashed;
}
a, a:visited, a span, a:visited span{
	color:green;
	text-decoration:none;
	border: 1px black dashed;
	padding: 0px 3px;
}
a:hover span, a:active span{
	border: 1px lime dashed;
	color:lime;
}
a:hover img, a:active img{
	border: 1px lime dashed;
	color:lime;
}
.pageTitle {
	font-size:large;
}
.copyright {
	font-size:small;
}
.buttonWidth {
	width:75px;
}
.smallLogo {
	text-align:center;
}
.columnTitle {
	text-align:right;
}
.column {
	text-align:left;
}
.textbox {
	background-color:black;
	color:green;
	border:1px green solid;
	font-weight:bold;
}
.textboxlit {
	background-color:green;
	color:black;
	border:1px lime solid;
	font-weight:bold;
}
/* Menu toolbar */
#menucontainer {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 24px;
	position: fixed;
	text-align: center;
	vertical-align: middle;
	background: black url('../images/toolbar-bg.png') repeat-x;
	z-index:2;
}
#menu {
	height: 100%;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	color:black;
}
#menu img {
	display: inline;
	vertical-align: middle;
	margin:0px;
}
#menu a, a:visited {
	color:black;
	text-decoration:none;
	border:0;
}
#menu a:hover, a:active {
	color:lime;
	text-decoration:underline;
	border:0
}
/* Content */
#content {
	top:35px;
	position:absolute;
	text-align:center;
	width:100%;
}
