@charset "UTF-8";
/* CSS Document */

html, body {height:100%; margin:0; padding:0;}<!--
body {
	background-color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

main {
	font-family:"times new roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	color: #2d2004;
}

sidebar {
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	text-align: right;
	font-style: normal;
	line-height: normal;
	color: #614527;

}

contactinfo {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #2d2004;
}

a:link {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style: bold;
	color: #007642;
	text-decoration: none;
}

a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style: bold;
	color: #004c2a;
	text-decoration: none;
}

a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style: bold;
	color: #004c2a;
	text-decoration: underline;
}

a:active {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-style: bold;
	color: #004c2a;
	text-decoration: none;

}



footerlinks {
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	font-style: bold;
	text-align: right;
	line-height: 140%;
	color: #00ae57;
}


