.rtop,.rbottom{
	display:block;
}
.rtop *,.rbottom *{
	display:block;
	height: 1px;
	overflow: hidden;
}
.ltop,.lbottom{
	display:block;
}
.ltop *,.lbottom *{
	display:block;
	height: 1px;
	overflow: hidden;
}
.r1{
	margin: 0 5px;
}
.r2{	
	margin: 0 3px;
}
.r3{
	margin: 0 2px;
}
.r4{
	margin: 0 1px;
	height: 2px;
}
.rs1{
	margin: 0 2px;
}
.rs2{
	margin: 0 1px;
}
/* Navigation Block Styling
#navigation { comment-see style sheet for styling
	width:180px;
	margin:0 auto;
	padding:0;
	/*background:transparent url(../ablewell/images/h2navbot.jpg) bottom;
}
#navigation h2 {
	margin:0;
	padding:0;
	color:#fff;
	height:25px;
	line-height:25px;
background: transparent url(../ablewell/images/h2navbg.jpg) top;
} 
#navigation ul{
	margin:0;
	padding:0 0 5px 0;
}*/	
/* News Block Styling */
.news {
	width: 160px;
	background:#fff url(images/navH2bot.gif) no-repeat bottom;
	border:1px solid #afcfdf;
	margin: 40px auto 0;
	padding: 0 0 10px;
	text-align:center;
}
.news h2,.news h3{
	font-size:1.4em;
	color:#fff;
	background:#069 url(images/navH2top.gif);
	height:25px;
	line-height:25px;
	border:0;
}
.news p {
	font-size:1.1em;
	font-style:normal;
	margin:0 0 10px;
	padding:0;
}	

div#boxr {
	display:block;
	float:right;
	width:150px!important;
	width:148px;
	margin:10px 0 0 10px;
    background:#E4E7F2;
}
div#boxl {
	display:block;
	float:left;
	width:150px!important;
	width:148px;
	margin:10px 10px 0 0;
    background:#E4E7F2;
}
div#boxr p{
	margin:0;
	padding: 5px;
	font-size:.8em;
	font-style: italic;
	text-align:center;
}
div#boxl p{
	margin:0;
	padding: 5px;
	font-size:.8em;
	font-style: italic;
	text-align:center;
}
/* Classes for Boxes */
div.boxr {
	display:block;
	float:right;
	width:150px!important;
	width:148px;
	margin:10px 0 0 10px;
    background:#E4E7F2;
}
div.boxl {
	display:block;
	float:left;
	width:150px!important;
	width:148px;
	margin:10px 10px 0 0;
    background:#E4E7F2;
}
div.boxr h3{
	margin:0;
	padding: 0;
	font-size:1.1em;
	font-style: italic;
	text-align:center;
}
div.boxr p{
	margin:0;
	padding: 5px;
	font-size:1em;
	font-style: italic;
	text-align:center;
}
div.boxl p{
	margin:0;
	padding: 5px;
	font-size:1em;
	font-style: italic;
	text-align:center;
}