body {
	font-family: Arial, Helvetica, sans-serif;
	color: #5F3B95;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: .8em;
	line-height: 1.5em;
	word-spacing: .1em;
	background: url(images/bg.jpg) repeat-x; 
	background-color: #5F3B95;	
}
.page {
	margin: 0px auto;
	position: relative; 
	/*height: 610px;*/
	width: 781px; /*this has to be an actual px measurement or nothing will center*/
	/* border: 1px solid #FF0000; */
}
td {
	vertical-align: top;
}
a:link {
	color: #5F3B95;
}
a:visited {
	color: #5F3B95;
}
a img {
	border: 0;
}
#footer {
	text-align: center; 
	position: absolute; 
	top: 540px; 
	left: 0px; 
	width: 100%; 
	height: 80px;
}
.footer{
	font-size: .75em;
	line-height: 1em; 
	color: #5F3B95;
	text-align: center;
}
footer.a:link {
	font-size: .75em;
	color: #5F3B95;
}
footer.a:visited{
	font-size: .75em;
	color: #5F3B95;
}	
.text {

}	
	
.text1 {
	font-size: 1em;
	line-height: 1.8em;
	color: #E6E6B0;
}
.text2 {
	font-size: 1em;
	line-height: 1.2em;
	color: #E6E6B0;
}
.text3 {
	font-size: 1em;
	color: #333300;
}
.headline {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #FFCC99;
}
.headline2 {
	text-indent: 20px;
	line-height: 1.25em;
}
.headline3 {
	font-size: 12px;
	color: #330033;
	font-style: italic;
}
li {
	text-indent: 10px;
	line-height: 1.25em;
	list-style-type: none;
}	
.indent{
	text-indent: 20px;	
}
#floatRight{
	float: right;
}
#floatLeft{
	float: left;
}
.right {
	text-align: right;
}
.centered {
	text-align: center;
}
.clear {
	clear: both;	
}

.pagetext { position: absolute; top: 177px; left: 89px; width: 461px; height: 324px; }


/* IDs */

#logo   { 
	position: absolute; 
	z-index: 1; 
	top: 69px; /* was 65 on comp, check in exploder */ 
	left: 98px; 
	width: 370px; 
	height: 80px;
}
#maintable   { 
	position: absolute;  
	top: 149px; /* was 65 on comp, check in exploder */ 
	left: 0px; 
	width: 781px; 
	height: 384px;
	background-color: #5F3B95;
	border: 1px solid white;
}

.bodycell {
	background-color: #D0C4FD;
}
.barrt {
	background: url(images/barrt.jpg) repeat-y; 
}


#events { 
	text-align: left; 
	position: relative; 
	z-index: 10; 
	top: 0px; 
	left: 0px; 
	width: 461px; 
	height: 400px;
	line-height: 1.1em; 
	overflow: hidden;
}
#bgimage   { 
	position: absolute; 
	z-index: 0; 
	top: 25px; 
	left: 0px; 
	width: 100%; 
	height: 610px;
}

