body, p
{
	font-family: gill sans regular, sans-serif;
	font-size: 11pt;
	color: #00ff00;
}

body
{
	background-color: #002700;
}

div
{
	background-color: #000000;
}

h1
{
	font-size: 150%;
}

h2
{
	font-size: 120%;
}

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

img
{
	border: 0;
}

img.left
{
	float: left;
	margin: 8px 8px 8px 0;
	clear: both;
}

img.right
{
	float: right;
	padding: 8px 0 8px 8px;
	clear: both;
}

div.content p
{
	text-align: justify;
}

div.logo
{
	position: absolute;
	left: 16px;
	top: 16px;
	width: 96px;
	height: 96px;
	z-index: 1;
	
	background-image: url(imgs/logo.png);
	
	border: 2px solid #00cf00;
}

div.content
{
	position: absolute;
	left: 96px;
	top: 96px;
	right: 16px;
	
	border: 1px solid #00bf00;
	
	padding: 0;
}

div.content h1.title
{
	background-color: #00bf00;
	color: #000000;
	padding: 4px 0;
	margin: 0;
	text-align: center;
	font-family: monospace;
}

div.content>*
{
	margin: 8px;
}

div.links
{
	position: absolute;
	left: 16px;
	top: 128px;
	width: 64px;
	padding: 0px 0;
	
	border: 1px solid #00cf00;
}

div.links p
{
	padding: 2px 0;
	margin: 0;
}

div.menu
{
	position: absolute;
	left: 128px;
	top: 16px;
	right: 16px;
	height: 20px;
	
	border: 1px solid #00cf00;
	
	/* I just *HATE* the person who's responsible for the useless
	   vertical-align CSS property. I blame him for this dirty <br><br>
	   hack to get this menu centered. */
	padding: 22px 0;
	text-align: center;
}

div.menu a
{
	margin: 8px;
	padding: 6px;
	
	text-decoration: none;
	font-family: monospace;
	font-weight: bold;
	white-space: nowrap;
	
	background-color: #000000;
	border: 1px solid #007f00;
}

div.menu a.active, div.menu a:hover
{
	padding: 8px;
	margin: 6px;
	background-color: #001f00;
}

div.menu a:hover
{
	background-color: #003f00;
	border: 1px solid #00ff00;
}

table.bordered
{
	border-top: solid 1px #00ff00;
	border-left: solid 1px #00ff00;
	border-right: 0;
	border-bottom: 0;
	border-spacing: 0;
}

table.bordered td, table.bordered th
{
	border-top: 0;
	border-left: 0;
	border-right: solid 1px #00ff00;
	border-bottom: solid 1px #00ff00;
	padding: 4px 8px;
}

table.bordered th
{
	background-color: #001f00;
}


/* News page */

div.newscontent
{
	border: solid 1px #00bf00;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 16px;
	padding: 0 0px;
	padding-top: 0;
}

div.newscontent h2.newsheader
{
	border: 0;
	margin: 0;
	color: #000000;
	background-color: #00bf00;
	font-family: monospace;
	text-align: center;
}

div.newscontent span.title
{
	margin: 0;
	padding: 0;
	display: block;
}

div.newscontent span.date
{
	margin: 0;
	padding: 0;
	display: block;
	font-size: 10pt;
	font-weight: normal;
}

div.newscontent p, div.newscontent pre
{
	margin: 0.5em 0.75em;
}
