body {
	color: #CCCCCC;
	background-image: url('../images/background.png');
	background-color:black;
}

h1 {color: #009900;}

h2 {color: #00CC00;}

h3 {color: #00CC00;}

h4 {color: #00CC00;}

a:link {
	color: #00CC00;
	text-decoration:none;
}

a:hover {
	color: #00FF00;
	text-decoration: underline;
}

a:visited {
	color: #006600;
	text-decoration: none;
}

th {
	color: #00FF00;
	font-size: medium;
}

img {
	border:none;
	vertical-align:middle;
}

.activetext {
	cursor:pointer;
	color: #00CC00;
}

.title {
	margin-bottom:0;
}

.subtitle {
	margin-top:0;
	font-size: small;
}

.message {
	color:red;
}

code {
	display:block;
	background-color:#333333;border:1px solid;
	font-family:"Courier New", Courier, mono;
	font-size:small;color:#FFFFFF;padding:0.5em;
	white-space:pre;
}

.vCenter {
	position:relative;
	left:50%;
	width:1px;height:1px;
}

#content {
	/*border:solid 1px;*/
	position:relative;
	margin-left:1em;width:40em;
	padding-right:0.5em;
	border-right:solid 1px;
}

#sidebar {
	/*border:solid 1px;*/
	position:absolute;
	top:0em;right:-14.5em;
	width:14em;
}

#sidebar ul {
	list-style-type:none;
	margin-left:-2em;
}

#sidebar ul li {
	margin-top:0.5em;
}

#sidebar h2 {
	margin-top:0;margin-bottom:0;
}

#footer {
	margin-left:1em;width:40em;
	text-align:center;
}

#footer p {
	font-size:x-small;
}
