body {
	margin: 0px;
	padding-top: 20px;
	width: 100%;
	text-align: center;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


.navbar {
	background-color: #FFFFFF;
	background-image: url(images/hands.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}


.breadcrumb {
	font-size: 0.7em;
	background-color: #FFFFFF;
	padding-right: 20px;
	text-align: right;
}


.breadcrumb a {
	text-decoration: none;
	color: #5c9b64;
}


.breadcrumb a:hover {
	color: #000000;
}


.maintext {
	font-size: 0.8em;
	padding: 20px 20px 30px 20px;
	background-color: #FFFFFF;
}


.maintext a {
	color: #5c9b64;
	text-decoration: none;
}


.maintext a:hover {
	color: #000000;
}

a.footerlink:link {color: #000000; text-decoration: none;}
a.footerlink:visited {color: #000000; text-decoration: none;}
a.footerlink:hover {color: #5c9b64; text-decoration: underline;}
a.footerlink:active {color: #000000; text-decoration: none;}

a.antilink:link {color: #5c9b64; text-decoration: underline;}
a.antilink:visited {color: #5c9b64; text-decoration: underline;}
a.antilink:hover {color: #000000; text-decoration: none;}
a.antilink:active {color: #5c9b64; text-decoration: underline;}

.maintext h1 {
	font-size: 1.6em;
	font-weight: strong;
	color: #5c9b64;
}

.maintext h2 {
	font-size: 1.25em;
	font-weight: strong;
	color: #5c9b64;
}

.maintext h3 {
	font-size: 1em;
	font-weight: strong;
	color: #5c9b64;
}

.navbar {
	padding-left: 10px;
}


.navbar a {
	color: #5c9b64;
	text-decoration: none;
	font-size: 0.8em;
}


.navbar a:hover {
	color: #000000;
}


.copyright {
	font-size: 0.7em;
	padding-top: 5px;
	padding-left: 2px;
}

hr {height: 1px; color: #5c9b64;}

img {border: 0 none;}