body {
	background-color: #316600;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #333333;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
a:link {
	color: #9D00A1;
	text-decoration: none;
}
a:visited {
	color: #9D00A1;
	text-decoration: none;
}
a:hover {
	color: #E8C100;
	text-decoration: underline;
	background-color: #9B0299;
}
a:active {
	color: #9D00A1;
	text-decoration: none;
}
.caption {
	font-size: 9px;
	color: #6B7DB5;
}
.headerlarge {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	padding-top: 10px;
	line-height: 1.25em;
	text-transform: uppercase;
}
.headersmall {
	font-size: 14px;
	font-weight: bold;
	color: #B89949;
	font-family: "Trebuchet MS", Verdana, Arial;
}
.mainbody {
	background-image: url(../img/body_bak.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
}
.bodystyle {
	background-image: url(../img/asf_bodybak.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
h1 {
	text-align: left;
	padding-top: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
}
h2 {
	text-align: left;
	padding-top: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: capitalize;
	color: #316600;
}
h3 {
	line-height: 1em;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	border: 1px solid #999999;
	background-color: #A6039A;
	padding: 3px;
	color: #FFFFFF;
	clear: right;
}
h4 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #666666;
	font-style: italic;
}
h5 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666666;
	font-style: italic;
}
.copyright {
	font-size: 9px;
	color: #CCCCCC;
}
.copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #CC9900;
}
.copyright a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.lightbox2 {
	background-color: #ECECEC;
	padding: 30px 10px;
	border: 1px solid #D2D2D2;
	width: 90%;
}
.lightboxschedule {
	background-color: #ECECEC;
	padding: 20px;
	border: 1px solid #D2D2D2;
	width: 70%;
}
p {
	text-align: left;
}
.lightbox3 {
	background-color: #ECECEC;
	padding: 30px 10px;
	border: 1px solid #D2D2D2;
	width: 580px;
	text-align: center;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #666666;
}
.iframe1 {
	height: 600px;
	width: 600px;
	border: 0 none #FFFFFF;
}
ul {
	margin-top: 2px;
	list-style-type: square;
	text-align: left;
}
.gallery-thumb {
	width: 190px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	margin-top: 20px;
	clear: right;
	height: 200px;
	font-size: 12px;
	color: #B900B2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.5em;
}
.gallery-thumb img{
	border: 0px solid #CCCCCC;
	margin-bottom: 5px;
}
.news-block {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.news-block img{
	margin-left: 20px;
	margin-bottom: 20px;	
}
.mainbody img {
	border: 5px solid #E8E8E8;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.error { 
         color: red;
 }

.errorfield { 
               color: inherited;
               background-color: pink;
               border-style: solid;
               border-width: 2px;
               border-color: red;
 }