/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: small;
}

#leftedge {
	background-image: url(images/left-edge.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 22px;
}

#main {
	width: 685px;
}

#rightedge {
	background-image: url(images/right-edge.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 22px;
}

.navigationhome {
	background-image: url(images/nav-bgd-home.jpg);
	background-position: top left;
	height: 90px;
	color: White;
}


.navigation {
	background-image: url(images/nav-bgd.gif);
	background-position: top left;
	height: 34px;
	color: White;
}

.navigation a, .navigationhome a {
	color: White;
	font-size: 0.9em;
	text-decoration: none;
	padding: 15px;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.navigation a:hover, .navigationhome a:hover {
	color: #A9CE4B;
	text-decoration: underline;
}

#image {
	background-image: url(images/image-bgd.gif);
}

#content {
	background-image: url(images/img-1-bgd.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #82B033;
}

.bgd2 {
	background-image: url(images/img-2-bgd.jpg) !important;
}

#content {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#content h1 {
	color: white;
	font-size: 1.3em;
	margin: 0px;
	margin-bottom: 7px;
}

#content p {
	color: white;
	margin: 0px;
	margin-bottom: 7px;
}

#content a {
	color: white;
	margin: 0px;
}





li {
	color: white;
}

.darkgreenfootertext {
	color: #364716;
	margin: 0px;
	margin-bottom: 4px;
	font-size: 0.7em;
}

.lightgreenfootertext {
	color: #8AB53D;
	margin: 0px;
	font-size: 0.8em;
}

.greyfootertext, .greyfootertext a {
	color: #C5C5C5 !important;
	margin: 0px;
	font-size: 10px;
	text-decoration: none;
}

.greyfootertext a:hover {
	color: #979797;
	text-decoration: underline;
}

.width120 {
	width: 120px !important;
	display: block;
	float: left;
}

input, textarea {
	background-color: #EEFFB9;
	border: 1px solid #3D5E00;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.9em;
}

.noborderinput {
	border: 0px none transparent !important;
}
