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

/* News Block Styling */
.news {
	width: 170px;
	margin: 20px auto 0;
	text-align:center;
	padding-bottom:10px; /*pads bottom to display newbot.gif*/
	background:#fff url(images/newsbot.gif) no-repeat bottom;
}
.news h2,.news h3{
	margin:0;
	padding:0;
	height:25px;
	line-height:25px;
	background:#D5D5FF url(images/newsH2top.gif);
}
.news p {
	font-size:1em;
	font-style:italic;
	margin: 0;
	padding: 5px;
}
.news img {
	text-align:center;
	margin:0 auto;
	padding:0;
}
p{
	margin:0;
	padding: 5px 0;
	line-height: 1.3;
}
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;
}