html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #7b9c63;
}

p {
	font-size: 1em;
	line-height: 1.4em;
}

h1 {
	font-size: 2em;
	line-height: 1em;
	color: #415334;
	font-weight: bold;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
}

div#header {
	padding: 2%;
	text-align: center;
	background-color: #607a4d;
	color: #000000;
	margin-bottom: 0px;
	border-bottom: solid #000000 thick
}

div#footer {
	padding: 2%;
	text-align: center;
	clear: both;
	background-color: #607a4d;
	color: #000000;
	border-top: solid #000000 thick
}

div#maincontent {
	padding: 2%;
	text-align: center;
	margin-left: 33%;
	margin-right: 33%;
	background-color: #7b9c63;
	color: #000000;
	border-right: dotted #4b5f3c medium;
	border-left: dotted #4b5f3c medium
}

a:link {
	background-color: #607a4d;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	background-color: #607a4d;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:link img {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited img {
	background-color: #7B9C63;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	background-color: #607a4d;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:link {
	background-color: #607a4d;
	color: #7B9C63;
	text-decoration: none
}

#footer a:visited {
	background-color: #7B9C63;
	color: #607a4d;
	text-decoration: none
}

#footer a:hover {
	background-color: #7B9C63;
	color: #000000;
	text-decoration: none
}

div#leftcolumn {
	padding: 2%;
	float: left;
	text-align: right;
	background-color: #7b9c63;
	color: #000000;
	width: 29%
}

a.menu:link {
	background-color: #607a4d;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.selectedmenu {
	font-weight: bold;
	color:#92AA78;
	font-size: 1.2em;
}

a.menu:visited {
	background-color: #607a4d;
	color: #232323;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	background-color: #7B9C63;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

div#rightcolumn {
	padding: 2%;
	float: right;
	text-align: left;
	background-color: #7b9c63;
	color: #000000;
	width: 29%
}
