﻿.hidden {
	display: none;
}
body {
	background: #c0c0c0 url('../../images/mainBacker.png') no-repeat top center;
	font-family: 'lucida grande', 'lucida sans unicode', tahoma, helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
h1 {
	margin: 15px 0px 7px 0px;
	font-size: 20px;
	color: #cce888;
	text-transform: uppercase;
}
h4 {
	color: #cce888;
	text-transform: capitalize;
}
h2 {
	margin-top: 7px;
	font-size: 20px;
	color: #618A2C;
}

#mainHeader h1 {
	margin-top: 7px;
	font-size: 20px;
	color: #618A2C;
  text-transform: none;
}

a {
	color: #799852;
	text-decoration: underline;
}
a:hover {
	color: #799852;
	text-decoration: underline;
}
.greenA {
	color: #80b33e;
	text-decoration: none;
}
.greenA:hover {
	color: #80b33e;
	text-decoration: underline;
}
.footerA {
	color: #cce888;
	text-decoration: none;
}
.footerA:hover {
	color: #cce888;
	text-decoration: underline;
}
.size0 {
	font-size: 10px;
	line-height: 100%;
}
.size1 {
	font-size: 10px;
	line-height: 135%;
}
.size2 {
	font-size: 12px;
	line-height: 135%;
}
.size3 {
	font-size: 14px;
	line-height: 135%;
}
.navUL {
	list-style: none !important;
	padding-top: 10px !important;
}
.navLI {
	margin: 0px 14px 0px 14px !important;
	display: inline !important;
}
.newsDate {
	font-size: 10px;
	color: #9e9e9e;
	margin-top: 5px;
}
.newsDateIn {
	font-size: 10px;
	color: #ffffff;
	margin-top: 10px;
}

.newsA {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	line-height: 105%;
}
.newsA:hover {
	color: #0179ff;
	text-decoration: underline;
	font-size: 12px;
	line-height: 105%;
}
.photoLeft
{
	padding-right: 10px;
	float: left;
}
.photoRight
{
	padding-left: 10px;
	float: right;
}

#welcomeText a {
  color: #405F17;
}
div#insideContent h1 {
  color: #7F9F31;
}