html, body {
	width: 100%;
	background-color: #F0FFD9;
	margin: 0;
	padding: 0;
	font-family: "comic sans ms", verdana, sans-serif;
}

#header {
	background-color: #FFFFFF;
	border-bottom: solid 4px #666666;
}

#header:after {
content: "";
display: block;
height: 0;
clear: both;
}

#headertitle {
	font-size: 30px;
	font-weight: bold;
	padding: 5px;
}
#subtitle {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
#mstate {
	font-size: 12px;
	padding: 5px;
}
#sponsors {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
.mainindexbody {
	background-color: #F0FFD9;
	font-size: 13px;
	color: black;
	float:left;
}

.mainbody {
	background-color: #F0FFD9;
	font-size: 13px;
	color: black;
}


.mainindexbody td {
	padding-left: 10px;
}

.help {
	border: 1px solid #000000;
	text-align: center;
	font-size: 13px;
}


a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
}

.menubar {
	background-color: #F0FFD9;
	font-size: 13px;
	color: black;
	float:left;
}

.menubar li {
	list-style-position: outside;
	list-style-type: none;
	margin-left: -30px;
}
.form #textfield {
	border: 1px solid #000000;
	background-color: white;
}
.form {
	background-color: #F0FFD9;
	border: solid 1px black;
}
.mainindexbody #newsby {
	font-size: 10px;
	font-weight: bold;
}
.cellbord {
	border: 1px solid #000000;
}

/* 	The following refers to the updated version of the Website 
*/

p {
margin-top: 8px;
margin-bottom: 8px;
line-height: 18px;
}

td#teamselection {
width: 60px;
border-right: solid 1px #666666; 
padding-right: 10px; 
text-align: left;
}

table#footer {
height: 75px;
border-top: solid 2px #666666;
clear: both;
}

td#footertext {
font-size: 12px;
color: #000;
text-align: right;
padding-right: 10px;
}

.admin-table {
margin-top: -10px;
padding: 10px;
}

.admin-table h1 {
font-size: 15px;
font-weight:bold;
}