body {
	background-color:#004500;
	color:white;
	font-size:16px;
}
a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
#header {
	position: absolute;
	left:0;
	top:0;
	width:800px;
	height:150px;
	border:none;
	background: url(../images/logo.jpg) no-repeat left top;
}
#navigation {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 175px;
}
#navigation a {
	margin:0;padding:0;border:none;
}
#navigation a img {
	display:block;
	margin:0;padding:0;border:none;
	height:35px;
}
#colone {
	position: absolute;
	margin:0;padding:0;
	border:0px;
	top: 150px;
	left: 175px;
	width: 625px;
	background-color: #003300;
	text-align:center;
}
h2 {
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	color:#FFFF13;
	margin:12px;padding:0 0;
}
p {
	color:white;
	font-size:18px;
}
p.footer {
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	text-align:center;
	color:white;
	clear:both;
	width:600px;
	margin:20px 12px;
	padding-top:20px;
	border-top:1px solid white;
}
em {
	color:#FFFF13;
	font-style:normal;
	display:inline;
}
hr {
	clear:both;
	width:600px;
	margin:20px 12px;
}
table.table {
	width:600px;
	padding:12px 12px;
	margin:12px;
	border:2px solid #004500;
}
table.table td {
	text-align:center;
}
