a {
	color: #330000;
	background-color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #1d2e15;
	background-color: #ffffff;
}

a:hover {
	color: #900000;
	background-color: #ffffff;
	text-decoration: underline;
}

body {
	background-color: #ccddab;
	color: #1d2e15;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100.1%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #1d2e15;
	font-weight: 500;
    
}  

.class {
	clear: both;
}

.ctr {
	clear: both;
	text-align: center;
}

.ftleft {
	float: left;
	padding-right: 1em;
}

.ftright {
	float: right;
	padding-left: 1em;
}

#content {
	background-color: #ffffff;
	border-left: medium double #1d2e15;
	border-top: medium double #1d2e15;
	font-size: .85em;
	margin: 0 0 0 176px;
	padding: 1em;
}

#footer {
	background-color: #ffffff;
	border-top: medium double #1d2e15;
	border-bottom: medium double #1d2e15;
	color: #1d2e15;
	font-size: .78em;
	padding: 0 1em;
}

#sidecol {
	float: left;
	font-size: .85em;
	
	margin: 0;
	padding: 0;
	border-top: medium double #1d2e15;
	width: 175px;
}
#sidecol h3, #sidecol p {
	padding: 0 10px;
}
#menu {
	border-top: 1px solid #1d2e15;
	list-style-type: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#menu a {
	border-bottom: 1px solid #1d2e15;
	border-left: 1em solid #5c863e;
	color: #1d2e15;
	background-color: #9db06e;
	display: block;
	padding: 3px 4px;
	text-decoration: none;
	width: 150px;
}

#menu a:hover {
	border-left: 1em solid #9abf5f;
	color: #ffffff;
	background-color: #5c863e;
}
