@charset "utf-8";
/* CSS Document */
.auto-style1 {
	text-align: center;
}
.auto-style2 {
	text-align: center;
	color: #000000;
}
.auto-style3 {
	text-align: left;
}
.auto-style4 {
	text-align: right;
}
.auto-style5 {
	color: #D49E56;
}


body {
	margin:0px;
	padding: 0px;
	background: #C5DA99 url(images/img01.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #787878;


	}
	
hr {
	height:3px;
	color: #D49E56;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
a {
	color: #D49E56;
	text-decoration:underline;
	font-size: 16px;
	}
	
a:hover {
	color: #154A03;
	text-decoration:none;
	}

img {
border: none;
}


/* ID Styles */

#navigation a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:18px;
	display:block;
	padding:10px;
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: georgia;
	font-size: 14px;
	background-color: #154A03;
	border-top-width: 1pt;
	border-bottom-width: 1pt;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #154A03;
	border-right-color: #154A03;
	border-bottom-color: #154A03;
	border-left-color: #154A03;
	}
	
#navigation a:hover {
	color:#154A03;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #D49E56;
	border-right-color: #D49E56;
	border-bottom-color: #D49E56;
	border-left-color: #D49E56;
	font-variant: small-caps;
	}

#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-variant: normal;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	background-color:#154A03
}


.bodytext {
	background:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	border: 20px solid #FFFFFF;
}
#tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
}
