.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, #categories {
	width:170px;
	margin:20px auto 0;
	padding:0;
	background:transparent url("images/h2navbot.jpg") bottom;
}
#navigation h2, #categories h2 {
	margin:0;
	padding:0;
	color:#066;
	height:25px;
	line-height:25px;
	background: transparent url("images/h2navbg.jpg") top;
}
#navigation ul, #categories ul{
	margin:0;
	padding:0 0 5px 0;
}	
/* News Block Styling */
.news {
	width: 168px;
	background:#fff url("images/h2newsbot.jpg") no-repeat bottom;
	margin: 20px auto 0;
	padding: 0 0 10px;
	text-align:center;
}
.news h2,.news h3{
	color:#fff;
	background:#E3F0EE url("images/h2newsbg.jpg") top;
	height:25px;
	line-height:25px;
	border:0;
}
.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;
}
/* 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;
}