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

#container {
position: relative;
width: 950px;
margin: auto;
min-height: 95%;
}	

div.imageholder{ /*This will be the holder which will hold our page image */
	position:absolute;
	width:202px; /*Width of Image*/
	height:95px; /*Height of Image*/
	top:10px;
}

div.navigation{
	position:absolute;
	width: 95px;
	height: 153px;
	left : 83px;
	top: 100px;
	z-index: 5; /*z-index is the ordering of the CSS Layers, the bigger the z-index, the higher the more on top it will be, I set a z-index of 5 so the navigation will remain on top at all times*/
	line-height:3px;
	font-size: 18px;
	color:#663300;
}

.style1 {
            color: #6A8C40;
            font-weight: bold;
}


.style11 {
	font-size: 12px;
	color: #6a8c40;
}

.style5 {
	font-size: 28px;
	font-family: "Agency FB";
	color: #86AC51;
}
.style6 {color: #6A8C40}
a:link {
	color: 6A8C40;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 6A8C40;
}
a:hover {
	text-decoration: none;
	color: 6A8C40;
}
a:active {
	text-decoration: none;
	color: 6A8C40;
}
.style7 {
	font-size: 26px
}
.style8 {color: #FFFFFF}
.style9 {
	font-family: "Agency FB";
	font-size: 12px;
	color: #6A8C40;
}

.style10 {
	font-size: 18px;
	color: #FFFFFF;
}

.style15 {
	font-size: 28px;
	font-family: "Agency FB";
	color: #6A8C40;	
}

.style19 {
	font-size: 14px;
	color: #6A8C40;
}

a.navigation:link {
            color: #6A8C40;
            text-decoration: none;
}
a.navigation:visited {
            text-decoration: none;
            color: #6A8C40;
}
a.navigation:hover {
            text-decoration: none;
            color: #000000;
            background: #6A8C40;
}
a.navigation:active {
            text-decoration: none;
            color: #6A8C40;
}

a.menunavigation:link {
            color: #FFFFFF;
            text-decoration: none;
}
a.menunavigation:visited {
            text-decoration: none;
            color: #FFFFFF;
}
a.menunavigation:hover {
            text-decoration: none;
            color: #000000;
            background: #FFFFFF;
}
a.menunavigation:active {
            text-decoration: none;
            color: #FFFFFF;
}

div.locationbar {
	position:absolute;
	width: 713px;
	height: 30px;
	left: 173px;
	top: 99px;
	font:11px;
	text-align:justify;
}

div.contentarea {
	height:90%;
	position:absolute;
	width: 494px;
	left: 173px;
	top: 160px;
	font:11px;
	text-align:justify;
}

div.rightboxtop {
	position:absolute;
	width: 196px;
	height: 204px;
	left: 694px;
	top: 153px;
	font:11px;
	text-align:justify;
}

div.rightboxbottom {
	position:absolute;
	width: 196px;
	height: 204px;
	left: 694px;
	top: 399px;
	font:11px;
	text-align:justify;
}

div.copyright {
	position:absolute;
	height: 20px;
	font:11px;
    position: relative;
	width: 95%;
	text-align: center;
	bottom: 0px;
}