@charset "UTF-8";
/* Basic Styles */

*{
	padding:0;
	margin: 0;
}
body,td,th {
	color: #454545;
	margin-top:10px;
}
body {
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}
p{
	margin-top: 8px;
	font-size: 11px;
}
.mainp{
	margin:10px;
}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color:#7E201D
}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 3px;
	border:0;
}
img{
	border:0;
	vertical-align:bottom;
}

/* Layout */
.leftcolumn_big{
	margin-left:18px;
	margin-right:1px;
	float:left;
	width:400px;
	display:inline;
}
.leftcolumn_small{
	margin-left:18px;
	margin-right:1px;
	float:left;
	width:264px;
	display:inline;
}
.rightcolumn_big{
	float:left;
	width:400px;
	display:inline;
}
.rightcolumn_small{
	float:left;
	width:264px;
	display:inline;
}
.fullpage{
	margin-left: 18px;
	float:left;
	width: 665px;
	display: inline;
}
.thirds{
	float:left;
	width:220px;
	display: inline;
	text-align:center;
}
.thirds p{
	margin-bottom:25px;
}
.pic{
	margin-bottom:1px;
}
.border{
	width:716px;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#525252;
	margin: 0 auto;
	margin-top:50px;
}
.maincontent{
	width:700px;
	background-color:#FFFFFF;
	background-image:url(corner.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	margin: 0 auto;
	overflow: hidden;
}
.header{
	width:680px;
	height:100px;
	margin: 0 auto;
}
.foliothumbs{
	width:250px;
	padding:10px;
	margin: 30px;
	float:left;
}
#links{
	width:680px;
	margin: 0 auto;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
#links ul{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 5px;
	display: inline;
}
#links ul li{
	list-style:none;
	display:inline;
	padding-left:25px;
	padding-right:10px;
}
.divider{
	background-color:#c0c0c0;
	height:3px;
	width:650px;
	margin: 0 auto;
}
.logo{
	width:450px;
	height:50px;
	background-image:url(logo_rf.jpg);
	background-repeat:no-repeat;
	margin: 10px 0 20px 25px;
}
.copyright{
	margin-top:5px;
	font-size:10px;
	text-align:center;
}

/* Text Styles */

.slogan{
	color:#9d262f;
	font-size:13px;
	font-weight:bold;
	background-color:#c0c0c0;
	width:254px;
	padding: 10px 0 10px 10px;
}
.slogan p{
	padding: 0;
	margin: 0;
}
.red{
	color: #600;
	font-size:10px;
}
.smalltext{
	font-size:11px;
	background-color:#c0c0c0;
	width:150px;
	display:inline;
	float:right;
	padding: 10px;
}