.body_content {
	width: 610px;
	float:right;
	margin: 20px 0px 20px 0px;
	font-size: 11px;
	}
.body_content h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #841430;
	margin: 0px;
	padding: 0px;
	font-size:14px;
	}


.facts {
	width: 230px;
	margin: 15px;
	float:right;
	background-color: #d1d1d1;
	}
.facts ul li {
	margin-top: 5px;
	}
.facts h4 {
	margin: 5px 0px 2px 10px;
	}
.rtop {
display:block;
background:#e6e6e6;
}
.rbottom {
	display:block;
	background: #e6e6e6;
	}

.rtop *{
display: block;
height: 1px;
overflow: hidden;
background:#d1d1d1;
}
.rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#d1d1d1;
}

.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{
margin: 0 1px;
height: 2px
}

#text-table li {
border: 1px solid #b7b7b7;
margin: 0px;
padding: 5px;
list-style: none;
}

#text-table li.alt {
background: #f1f1f1;
}

/* Events Page */
#prev-events {
width:450px;
}

#prev-events li {
border: 1px solid #eee;
margin: 0px;
padding: 10px;
padding-left: 35px;
background: url(/images/cal-icon.gif) .5em no-repeat;
list-style: none;
}

#prev-events li strong{
color: #97510F;
}

#prev-events li.alt {
background: #f1f1f1 url(/images/cal-icon.gif) .5em no-repeat;
}

dl.event-info {
margin: 0.7em 0;
border: 1px solid #eee;
background: #fff;
}

dl.event-info dd {
margin: 5px;
}

dl.event-info dt {
font-size: 14px;
background: #f7f7f7;
color: #333;
}

dl.event-info dd.event-title {
font-weight: bold;
font-size: 16px;
background: #f7f7f7;
margin: 0;
padding-left: 5px;
}

dl.event-info dd.event-register a {
font-weight: bold;
font-size: 13px;
}

/*Client Login*/
.client {
	width:210px;
	height: 230px;
	padding: 50px 5px 5px 5px;
	margin-left: 100px;
	border: 1px solid #000;
	background-image: url(../clientlogin/images/login.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
/*LISTS*/
.points li{
	padding-bottom: 8px;
	margin-left: 20px;
	}
