body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #F3F3F3;
	background-color: #003300;
}
a:link {
	color: #EAEAE8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #339900;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
#Navigation {
	position: relative;
	visibility: visible;
	z-index: 1;
	height: 45px;
	width: 720px;
	top: 2px;
}
#mainContent {
	position: relative;
	visibility: visible;
	z-index: 2;
	width: 500px;
	float: none;
	text-align: justify;
	height: auto;
}
#side {
	position: relative;
	visibility: visible;
	z-index: 3;
	width: 200px;
	height: auto;
}
#bottomBar {
	position: relative;
	visibility: visible;
	z-index: 4;
	border: none;
	text-align: center;
}
body {
	background-color: #003300;
}
.signature {
	text-align: right;
	font-style: italic;
}
