body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color: #CCCCCC;
}

hr {
	color: blue;
}

.sectionheader {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

.redline {
	border-top: 3px solid maroon;
}

.headerline {
	border-bottom: 3px solid maroon;
}

.centertext, .errortext {
	text-align: center;
}

.errortext {
	color: red;
}

.smalltext {
	font-size: smaller;
}

#searchbox {
	margin-left: 50px;
}

#searchbox label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	
	padding-top: 0.3em;
	padding-right: 10px;
}

#searchbox fieldset {
	border: 0.1em solid blue;
}

.spacer {
	line-height: 0.5em;
}

#paginate {
	margin-top: -1.5em;
}

#datatable {

}

#datatable th {
	text-align: center;
	background-color: maroon;
	color: white;
}

#datatable img {
	border: 0;
}

.headername {
	font-size: 2.2em;
	font-weight: bold;
	text-align: right;

	margin-top: 0.3em;	
	padding-bottom: 0.1em;
	border-bottom: 0.2em solid maroon;
}

#footer {
	font-size:  0.8em;
	text-align: center;
	line-height: 1.3em;
	border-top: 0.3em solid maroon;
}

.subheader {
	background-color: #434343;
	color: white;
	
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;

	margin-top: 10px;	
	margin-bottom: 10px;
}

#menu {
/*font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
overflow: hidden;
text-align: center;*/
	background-color: maroon;
	font-size: 1.0em;
	padding: 0px 0px 8px 0px; 
	overflow: hidden;
}

#menu li {
float: left;
list-style: none;
}

#menu li.backLava {
	border-bottom: 2px solid #FFFF00;
	padding-top: 1px;
	width: 9px; 
/*	height: 20px; 
	z-index: 8; */
	position: absolute;
}

#menu li a {
/*text-decoration: none;
text-transform: lowercase;
outline: none;
color: #fff;
text-align: center;
padding: 0px 10px; 0px; 0px;
z-index: 10;
display: block;
position: relative;
margin: 0px;
overflow: hidden;*/
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	outline: none;
	text-align: center;
	top: 0px;
	text-transform: lowercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 18px;
	position: relative;
	overflow: hidden;
	margin: auto 20px;
}

#slideshow {
	margin-top: 10px;
}

.pageheader {
	font-family: Antipasto;
	font-size: 3.5em;
	font-weight: normal;
	
	text-align: right;
	margin-top: 10px;
	margin-bottom: 15px;
}

.pagetitle {
	font-family: Antipasto;
	font-weight: normal;
	font-size: 2.5em;

	text-align: left;
	margin-top: 13px;
}
