﻿body {
	background-color: #2F343A;
	font-family: tahoma, verdana, arial;
	font-size:small;
}
H1{
	font-size:18px;
}
H2{
	font-size:15px;
}
A:link {
	COLOR: #09377D; 
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #412672; 
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #721D1A; 
	TEXT-DECORATION: underline;
}
A:active {
	COLOR: #ffcc00; 
	TEXT-DECORATION: underline
}
/* http://css.maxdesign.com.au/listamatic/horizontal23.htm */
#navcontainer {
	width: 100%;
	float: left;
	background-color: #052E0E;
	margin: 0 0 0 0;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul {
	margin: 0;
	padding: 0 0 0 15%;			/* Change as necessary so that the text is centered in the page */
	background: #052E0E;
	color: #FFFFFF;
	font-size: .8em;
	letter-spacing: 2px;
	font-weight: bold;
}
#navcontainer ul li a {
	padding: 0.2em 12px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #94B473;
}
#navlist li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #0C6D21;
	text-align: left;
	font-weight: bold;
}
#footer {
	background-color:#92875A;
	font-size:xx-small;
}