body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/stripes.gif);
	margin: 0px;
	padding: 0px;
}

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

a:hover {
	color: #f60;
	text-decoration: none;
	background-color: white;
}

#headerarea {
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.headerbar {
	border-bottom: 1px solid #dddddd;
	background-image: url(hbar.gif);
	font-size: small;
	margin: 0px;
	position: absolute;
	top: 132px;
	left: 0px;
	right: 0px;
	height: auto;
}

#bodyarea {
	position: absolute;
	top: 144px;
	left: 0px;
	right: 0px;
	height: auto;
	background-image: url("bluishtile.gif");
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

td { font-family: Arial, Helvetica, Geneva, sans-serif }

#searchform {
	font-size: smaller;
	text-align: center;
}

#footer {
	font-size: smaller;
}

.footerlinks {
	text-align: center;
}

.eventlist {
	border: thin solid #0000FF;
	margin-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
}

.otherlist {
	border: thin solid #999999;
	margin-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
}

.indent10 {
	padding-right: 10px;
	padding-left: 10px;
}

.centeredtext {
	text-align: center;
}

.smallertext {
	font-size: smaller;
}

.largertext {
	font-size: larger;
}

.headertext {
	font-weight: bold;
	text-align: center;
	font-size: larger;
}

.largerboldtext {
	font-weight: bold;
	font-size: larger;
}

.eventheader {
	float: left;
	font-weight: bold;
	font-size: larger;
	padding-top: 14px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.eventbody {
	margin-left: 14px;
}

.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;
}

img.smallimageleftalign {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

img.smallimagerightalign {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
