body {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 80%;
	margin: 0;
	text-align:center;
	border: 1px solid #006699;
	/*background-color: #FFCCCC;*/
	/*background-color: #003366;*/

}

.table1 {
	font-size:100%;
	border: 1px solid #006699;

}

#page {
	width: 800px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

#mainContent {
	/*width:888px; */
	padding:30px;
	padding-top:10px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	clear:both;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
	border-bottom: 1px solid #006699;
	color: #006699;
	
	
}

h1 {
	font-size: 150%;
	color: #006699;
}



#navmenu {
	width: 780px;
	padding: 10px;
	background-color:#0099FF;
	margin-bottom: 5px;
}

#navmenu a {
	color: #003399;
}

#navmenu a:hover {
	color: #990000;
	background-color:#FFFF66;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	width:732px;
	height:35px;
	color:#FFFFFF;
	background-color: #003366;
	text-align:left;
}

#footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	width:732px;
	height:5px;
	color:#FFFFFF;
	background-color: #003366;
	text-align:left;
}

.admin {
	color: #FFFFFF;
	background-color: white;
}




.errors {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FF3300;
}

.queryresults {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
}

.required {
	color:#CC0000;
	/*visibility:hidden;*/
}

/* MENU */

#mainMenu * {
	margin:0;
	padding:0;
}

#mainMenu {
	width:798px;
	clear:both;
	float:left;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
}

#mainMenu ul {
	list-style-type:none;
	float:left;
}

#mainMenu li {
	width:100px;
	/*border-right: 1px solid #9A5107;*/
	/*border-bottom: 1px solid #666666;*/
	background-color:#FFFFFF;
	text-align:center;
	float:left;
}



#mainMenu li a {
	color:#006699;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	display:block;
	/*border-top: 1px solid #FFF;*/
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#mainMenu li a:hover {
	/* text-decoration:underline; */
	background-color: #B2DFEB;
	/* color:#FFFFFF; */
	/* border-top: 1px solid #006699; */
	border-left: 1px solid #006699;
	border-right: 1px solid #006699;
}

.eventBut {
	display: block;
	background-color: #FFCC33;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}


.confirmTable {
	font-size: 100%;
}

#resultsTable table {
	width: 600px;
}

#resultsTable td {
	background-color:	#E3F0EE;
	padding: 3px;
}

#resultsTable .column1 {
	width: 200px;
}

#resultsTable .divider {
	background-color: #FFCC00;
}

