body { 
	background-color:#b0c278; 
	background-image:url('../images/bg.gif');
	backgroun-repeat:repeat;
	font-family:Arial;
}

a:link, a:visited{
	color:#ffff80;
	text-decoration:none
}
	
a:hover, a:active {
	color:#616161;
	text-decoration:underline;
	text-underline:single;
}
	
#Section1 {
	width:771px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#headBox {
	background-color:#e7cd4f;
	width:771px;
	border:1px solid #000;
	text-align:center;
}

#navBar {
	height:26px;
	width:771px;
	text-align:center;
}

#navBar td {
	background-image:url('../images/link2.gif');
	background-position:center center;
	background-repeat:no-repeat;
	width:100px;
}

#navBar td:hover {
	background-image:url('../images/link.gif');
	background-position:center center;
	background-repeat:no-repeat;
}

a.navLink, a.navLink:visited {
	text-decoration:none;
	font:bold 12px arial,sans-serif;
	color:#fff;
}

a.navLink:hover, a.navLink:active {
	text-decoration:none;
	font:bold 12px arial,sans-serif;
	color:#616161;
}

#bodyBox {
	width:771px;
	padding:0px;
	border:1px solid #000;
	position:relative;
	top:-1px;
}

.eventTable {
	text-align:left;
	width:100%
}

.smFooter {
	font-size:10px;
}
