@charset "UTF-8";
body  {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background: #434E32;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.twoColFixLt #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #434E32;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	line-height: 2;
	background-image:url(../images/CornMazeHeader.png);
	background-repeat:no-repeat;
	height:128px;
}
.twoColFixLt #content {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #434E32;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;

}
img {
border:none;
}
a:link, a:visited {
	color: #FFFF99; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #434E32;	text-decoration: none;
	font-weight: bold;
}


.twoColFixLt #spacer {
line-height:normal;
padding:20px;
font-size:12px;
color:#000000;
}
.twoColFixLt #spacer a{ color:#000000; text-decoration:underline;}

.hourscost{
border:#434E32 solid thin;
padding-left:12px;
}

.special{
font: 16px Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFF99;
padding:12px;
}
.yellowtext{
color:#FFFF99;
}
.smalltype{
font: 12px Arial, Helvetica, sans-serif;
font-weight:bold;
}
.fineprint{
font: 10px Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border:0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mydirections {
visibility:hidden;
}
.dirtext{
    font-family: Verdana, Arial, sans serif;
    font-size: 11px;
    margin: 2px;
	width:350px;
	background-color:#FFFFFF;
	color:#000000;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin solid #434E32;
}
.headlineyellowtext{
font: 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
color:#FFFF99;
}
.headlineblktext{
font: 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
color:#000;
}

.announce{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
height:240;
width:410;
font: 16px Arial, Helvetica, sans-serif;
	font-weight:bold;
color:#000;
}