/*---------------------------------------------------------------------general*/
html, body {height:100%;
}
body {background-color:#003B04;
	width:100%;
	margin:0;
	padding:0;}
img {margin:0; padding:0;}
.fleft {float:left;
	padding:5px;}
.fright {float:right;
	padding:5px;}
hr {clear:both;
	color:#FFA300;
	border:2px solid #FFA300;
	margin-top:10px;
	padding-top:5px;
	margin-bottom:5px;}
a, a:visited{color:#FFf300;}
a:hover {color:#ffa300;}
ul#mainbullet li {list-style-type:disc;}
img.centered {display:block;
	margin:0 auto;}


/*---------------------------------------------------------------------center of page*/

div#field {background: #B8FF91 url('images/fieldcenter.gif') repeat;
	position:absolute;
	left:150px;
	top:0px;
	width:85%;
	min-width:700px;
	margin:0;
	padding:0;
	overflow:hidden;
	padding-bottom:800px;
	}

div#fieldlayerr1{background: transparent url('images/fieldleft.gif') repeat-y left 0px;
	width:100$;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0;
	padding:0;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
div#fieldlayer2 {background: transparent url('images/fieldright.gif') repeat-y right 0px;
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	padding:0;
	margin:0;
	padding-bottom: 32767px;
	margin-bottom: -32767px;

}
div#content {padding:10px 60px 60px 64px;
	width:*;
	font-family:helvetica;
	font-size:1.1em;
	padding-bottom:50px;}
#content li {list-style:none;}
/*-------------------------------------------------------------------------------Top*/
div#topbar{background: #B8FF91 url('images/topbkg.gif') repeat-x;
	height:135px;
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	white-space:nowrap;
	overflow:hidden;
	text-align:center;
	}
img#rightborderi{position:absolute; right:0px; top:0; margin-left:-35px;}
img#leftborderi{position:absolute; left:0px; top:0;}
/*------------------------------------------------------------------------------Menu Stuff*/
div#menu {background-color:#003B04;
	position:absolute;
	top:0;
	left:0;
	width:150px;
	text-align:center;
}
#menu ul {list-style:none;
	padding:0;
	margin:0;
	text-indent:0;
	line-height:0;}
#menu li {padding:0;
	margin:0;
	line-height:0;
}
#menu li a{display:block;
	padding-top:25px;
	padding-bottom:25px;
	margin:0;
	color:white;
	font-family:"Helvetica";
	text-decoration:none;
	font-weight:bold;
	white-space:normal;
	line-height:1em;
	}
#menu li a:hover{background: #003B04 url('images/play.gif') no-repeat center;
	}
#menu img{margin-bottom:30px; border:0;}

/*---------------------------------------------Other attributes*/
p.testimonial{background-color:#229955;
	border:#00ff00 1px solid;
	color:white;
	font-style:italic;
	font-size:.9em;
	padding:2px;
	}

p.testimonial span{font-weight:bold;
	color:#ffcc11;
	font-style:normal;
	font-size:1.1em;}
div.header { color:black; font-size:2em;
	background: transparent url('images/logo.png') no-repeat left;
	padding-left:64px;
	text-decoration:none;
	margin-bottom:10px;
	}
table.schedule {caption-side:top;border-collapse:collapse;}
table.schedule {border:2px white solid;
	margin-bottom:20px;}
table.schedule td{padding:5px;
	border:2px white solid;
	color:white;}
table.schedule tr:first-child td{font-weight:bold;}
.schedule tr td {background-color:#559e22;}
table.schedule tr.ot td {background-color:#409b74;}

/* Hide from IE5-mac. Only IE-win sees this. */
*html img#rightborderi{ right:-1px;}
*html img#leftborderi{ left:-1px;}
*html #menu li a{
	padding-top:30px;
	padding-bottom:48px;
	}

/* End hide from IE5/mac */


