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

#container {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px ridge #FFF;
	background-color: #13B270;
}
#banner {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #FFF;
}

#links {


}
#maincontent {
	font-size: 80%;
	margin-right: 10px;
	margin-left: 10px;
}
.headerhome {
	font-size: 110%;
	font-weight: 900;
	color: #FFF;
}
.heavytext {
	font-size: 110%;
	font-weight: bold;
	color: #360;
}
.centertext {
	text-align: center;
}
.italic {
	font-style: italic;
}

#footer {
	color: #92743E;
	background-color: #FFF;
	text-align: center;
	padding: 7px;
	font-size: 85%;
}
#sitelinks {
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #FFF;
	background-color: #030;
	line-height: 1.5;
}
#sitelinks ul {
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
#sitelinks a:hover, #sitelinks a:focus, #sitelinks a:active {
	color: #FFF;
	text-decoration: none;
}
.rightimage {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px ridge #363111;
}
#sitelinks li {
	display: inline;
}
#sitelinks a:link, #sitelinks a:visited {
	font-size: 80%;
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
}
.centertect_contact {
	font-weight: bold;
	color: #360;
	text-align: center;
	font-size: 110%;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #FC0;
	text-decoration: underline;
}
a:active {
	color: #000;
}

