.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 {
	width:170px;
	margin:0 auto;
	padding:0;
	background-color:#066;
}
#navigation h2{
	margin:0;
	padding:0;
	color:#fff;
	height:25px;
	line-height:25px;
	background:#066 url("images/h2navbg.jpg") top;
}
#navigation ul{
	margin:0;
	padding:0 0 5px 0;
}	
/* News Block Styling */
.news {
	width: 168px;
	background-color: #fff;
	margin: 20px auto 0;
	text-align:center;
	border:1px solid #ccc;
}
.news h2,.news h3{
	background-color:#eee;
	height:25px;
	line-height:25px;
}
.news p {
	font-size:1em;
	font-style:italic;
	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;
}