﻿body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
a, a:active, a:after{
	color:navy;
}
a:hover{
	color:red;
}
h1{
	background-image:url('../images/dc.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:40px;
	height:35px;
	line-height:35px;
	vertical-align:middle;
	font-size: 1.4em;
}
#RCommonBody{
	width:780px;
	margin:auto;
}
#RCommonLeftBar{
	width: 556px;
	float:left;
}
#RCommonRightBar{
	width: 220px;
	float:right;
	padding-top: 10px;
}
#RCommonSep{
	clear:both;
	height:1px;	
}
#RCommonFooter{
	text-align:center;
	margin-top:20px;
	border-top:1px silver outset;
	color:gray;
	padding-top:10px;
}
#RCommonFooter a{
	text-decoration:none;
}
.button{
	display:block;
	padding:3px;
	border:1px #CCCCCC outset;
	margin:auto;
	text-align:center;
	text-decoration:none;
}
.button:hover{
	background-color:#EEE;
	border-style:inset;
}
ul{
	margin:0px;
	padding:0px;
}
