.mainfonts {
	font-family: "Trebuchet MS";
	font-size:16px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #528C1C;

}
a:link {
	color: #3D7D01;
}
a:visited {
	color: #3D7D01;
}
a:hover {
	color: #BF0B30;
}
a:active {
	color: #BF0B30;
}
a.footer:link    { text-decoration: none; color: #EEEEEE;}
a.footer:visited { text-decoration: none; color: #EEEEEE;}
a.footer:hover   { text-decoration: underline; color: #FFFFFF;}
a.footer:active  { text-decoration: underline; color: #FFFFFF;
}
.bodypad {
	padding-top: 3px;
}
.boxpad {
	padding: 8px;
	text-align:left;
}

.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.newstitle {
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}
.eventtitle {
    font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
.rtttl {
	color: #3D7D01;
	text-decoration: none;
}
.distttl {
	font-size: 14px;
	font-weight: bold;
	color: #3D7D01;
	text-decoration: none;
}
.disttt2 {
	font-size: 13px;	
	color: #3D7D01;
	text-decoration: none;
}
.distttlbig {
	font-size: 18px;
	font-weight: bold;
	color: #3D7D01;
	text-decoration: none;
	padding-left: 14px;
}
.whttxt {
	color: #FFFFFF;
}
.calendarlg {
    font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
}
.astrisk {
	font-weight: bold;
	color: #BF1837;
}
.astrisksmall {
	font-size: 13px;	
	color: #BF1837;
}
.smallfont{
	font-size: 11px;	
}
.debris {
    font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	padding-left: 5px;
}


.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:10px 10px 10px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font-size:14px;
	-moz-border-radius: 6px; /* FF1+ */
	-webkit-border-radius: 6px; /* Saf3-4 */
	border-radius: 6px; /* Opera 10.5, IE 9, Saf5, Chrome */
}

.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/icons/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/icons/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/icons/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/icons/error.png');
}

.roundedbox {
	padding:8px;
	border: 3px solid #030;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;


}
.button_green {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:4px 20px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}.button_green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.button_green:active {
	position:relative;
	top:1px;
}



.roundedbox:input{
	font-size:16px;
	size:20px;}
	
	
.button_blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 13px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}.button_blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.button_blue:active {
	position:relative;
	top:1px;
}
	.big_blue {
	font-size: 24px;
	color: #036;
}
.big_red {
	font-size: 18px;
	font-weight: bold;
	color: #900;
}
.big_gray {
	font-size: 24px;
	color: #666;
}


.grad_green {
	background: rgb(28,83,2); /* Old browsers */
background: -moz-linear-gradient(top, rgba(28,83,2,1) 0%, rgba(64,124,2,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,83,2,1)), color-stop(100%,rgba(64,124,2,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(28,83,2,1) 0%,rgba(64,124,2,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(28,83,2,1) 0%,rgba(64,124,2,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(28,83,2,1) 0%,rgba(64,124,2,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c5302', endColorstr='#407c02',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(28,83,2,1) 0%,rgba(64,124,2,1) 100%); /* W3C */
color:#FFF;
font-size:18px;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.small_12 {
	font-size:12px;}


.orderNow {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #528c1c), color-stop(1, #2d6b00) );
	background:-moz-linear-gradient( center top, #528c1c 5%, #2d6b00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#528c1c', endColorstr='#2d6b00');
	background-color:#528c1c;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
	border-radius:24px;
	border:4px solid #5a6e39;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:19px;
	font-weight:bold;
	padding:13px 25px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009;
}
.orderNow:link{
	color:#FFF;}
	.orderNow:visited{
	color:#FFF;}
.orderNow:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2d6b00), color-stop(1, #528c1c) );
	background:-moz-linear-gradient( center top, #2d6b00 5%, #528c1c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d6b00', endColorstr='#528c1c');
	background-color:#2d6b00;
}.orderNow:active {
	position:relative;
	top:1px;
}

.grad_green_hdr {
	background: rgb(45,98,4); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(45,98,4,1) 0%, rgba(22,74,6,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,98,4,1)), color-stop(100%,rgba(22,74,6,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(45,98,4,1) 0%,rgba(22,74,6,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(45,98,4,1) 0%,rgba(22,74,6,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(45,98,4,1) 0%,rgba(22,74,6,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d6204', endColorstr='#164a06',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(45,98,4,1) 0%,rgba(22,74,6,1) 100%); /* W3C */
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:14px;
	padding:5px;
	margin:5px;
	text-shadow: 2px 2px 3px #1D400A;
}

.rightbox {
	padding: 10px;
	margin-left: 20px;
	border: 4px solid #060;
	float:right;
	width:250px;
	font-size:14px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(252,252,252,1) 46%, rgba(238,238,238,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(46%,rgba(252,252,252,1)), color-stop(99%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(238,238,238,1) 0%,rgba(252,252,252,1) 46%,rgba(238,238,238,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(238,238,238,1) 0%,rgba(252,252,252,1) 46%,rgba(238,238,238,1) 99%); /* Opera11.10+ */
background: -ms-linear-gradient(left, rgba(238,238,238,1) 0%,rgba(252,252,252,1) 46%,rgba(238,238,238,1) 99%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, rgba(238,238,238,1) 0%,rgba(252,252,252,1) 46%,rgba(238,238,238,1) 99%); /* W3C */
	}
