/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}

#Page {
	width:100%;
	margin:0 auto;
}
#Header {
	width: 900px;
	height: 206px;
	margin: 0 auto;
	background:url(../images/header.png);
	
}
#Footer a:visited,#Footer a:link {
color:#FFFFFF;
}
#Links a {
color:#660000;
}
#topLinks {
	width: 250px;
	float:right;
	display:inline;
	clear:both;
	background-color: #ddcea3;
	color:#660000;
	font-weight:bold;
	text-align:right;
}
#topLinks a{
color:#660000;
}
.ScrollTop {
	position:absolute;
	width:293px;
	height:57px;
	top: 80px;
	left:70px;
	margin: 0 auto;
	z-index: 1;	
	 /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/topofscroll.png');	
}
.ScrollTop[class] {
	background-image: url(../images/topofscroll.png);
}
.ScrollMiddle {
	position:absolute;
	width:293px;
	height:217px;
	top: 137px;
	left:71px;
	margin: 0 auto;
	z-index: 1;


	 /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/middleofscroll.png');	
}
.ScrollMiddle[class] {
	background-image: url(../images/middleofscroll.png);
}
.ScrollBottom {
	position:absolute;
	width:293px;
	height: 57px;
	top:353px;
	left:72px;
	margin: 0 auto;
	z-index: 1;






	 /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/bottomofscroll.png');	
}
.ScrollBottom[class] {
	background-image: url(../images/bottomofscroll.png);
}
#ScrollLinks {
	margin-left: 50px;
	width: 185px;
	color: #660000;
	font-size: 11pt;
}
#Main {
	width: 900px;
	margin: 0 auto;
	background-image:url(../images/sidebar.png);
	background-color: #ddcea3;
	background-repeat:no-repeat;
	text-align: center;
}
#RJMain {
	width: 900px;
	margin: 0 auto;	
	background-color: #efe7d0;
}
#Sidebar {
	width: 290px;
	margin: 0;
	float: left;
	display: inline;
	clear:both;
}
#SidebarContent {
	width: 230px;
	margin: 250px auto;
	text-align: left;
}
#SidebarContent h4{
	text-align: center;
}
#mainRight {
	width: 610px;
	float: right;
	margin: 0 0 10px 0;
	display:inline;
	background-color: #efe7d0;
}
#Links {
	float: right;
	display:inline;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #660000;
	clear:both;
}	
#RJLinks {
	width: 200px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #660000;
	clear:both;
}	
#RJleft {
	float: left;
	display:inline;
	margin: 250px 0 0 20px;
	width: 270px; 
	height: 100px;
	clear:both;
}
#Content {
	width: 570px;
	margin: 30px 0px 30px 20px;
	clear: right;
	background-color:#efe7d0;
	text-align: left;
}
#RJContent {
	width: 860px;
	margin: 30px 0px 30px 20px;
	clear: both;
	background-color:#efe7d0;
	font-family: Arial, Helvetica, sans-serif;
}
#Content img{
	margin-right: 15px;
}
h2 {
	color:#660000;
	font-weight: bold;
}
h4 {
	color:#660000;
	font-weight: bold;
}
h3{
	color:#000000;
	font-weight: bold;
}
#Sites {
	margin:10px auto;
	width: 570px;
	background-color: #ddcea3;
}
#Footer {
	width: 900px;
	height: 120px;
	margin:-16px auto;
	/margin:0 auto;
	background-color: #660000;
	clear:both;
}
#FooterContent {
	margin: 15px auto;
	padding:1px;
	width: 900px;
	text-align:center;
	color: #efe7d0;
	clear:both;
}
.redText {
	color: #660000;
	font-size: 20px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
