body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #008040;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #84B580;
}
#ss h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #E68D8E;
	text-transform: capitalize;
	text-align: center;
}
#ss h3 {
	color: #527917;
	text-align: center;
}
#ss h4 {
	color: #E68D8E;
}
#ss h3 span {
	color: #D3595B;
}
#ss p {
	line-height: 140%;
}
#left-column {
	float: left;
	width: 445px;
	margin-right: 10px;
}
#right-column {
	float: right;
	width: 285px;
	background-image: url(images/box-mid.jpg);
}
.page-border {
	border: 1px solid #84B580;
}
.nav {
	background-color: #84B580;
	color:#568B52;
	font-size:16px;
	padding: 3px;
}
.nav a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
}
.nav a:hover {
color:#F8C7CB;
}
#event, #news {
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}
#event .title{
	font-weight: bold;
	display: inline;
}
#event .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: inline;
}
#news .title{
	font-weight: bold;
	display: inline;
}
#news .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: inline;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #FFCCCC;
	border: 1px dotted #999999;
	margin: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a.button:hover {
	color: #008040;
}

.green-line-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #84B580;
	border-right-color: #84B580;
	border-bottom-color: #84B580;
	border-left-color: #84B580;
}
.footer {
	font-size: 11px;
	color: #333333;
}
.footer a{
	color: #333333;
}
.form {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.box {
	background-color: #FFCCCC;
	padding: 8px;
}
.box h1 {
	margin:0;
	padding: 0px;
	}
/* Form CSS - NO TABLES
-----------------------------------------------------------*/
fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 90%;
	border-bottom-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #999999;
}
legend {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
}
label {
	width: 200px;
	float: left;
}
fieldset h2 {
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
fieldset ol {    
list-style: none;
}
fieldset li {
	padding-bottom: 1em;
	clear:both;
} 
.radio {
	width: 400px;
}
input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
input[type="text"]{
	width: 200px;
}
.clear {
	overflow: hidden;
	margin: 0;
	padding: 0;
	clear: both;
}
.errors {
	color: #FF0000;
}
.inputC[type="text"]{
	width: 20px;
}
.required {
	color: #FF0000;
}

.green {color: #527917;}
.space {margin-left: 20px;}

