﻿#RightContent, 
.RightBoxFloated,
.LeftBoxFloated 
{
    font-size:80%;
}
.RightBox 
{
	margin-bottom:5px;
}

#RightContent .RightBox,
.RightBoxFloated,
.LeftBoxFloated 
{
	border:#d9d4c1 2px solid;
	padding:6px;
	background:#eeeee6;
}

#RightContent .RightBox img,
.RightBoxFloated img,
.LeftBoxFloated img
{
	border:solid 5px #d9d4c1;
}

#RightContent .RightBox a,
#RightContent .RightBox a:visited,
.RightBoxFloated a,
.RightBoxFloated a:visited,
.LeftBoxFloated a,
.LeftBoxFloated a:visited
{
	color:#62561a;
	font-weight:normal;
	text-decoration:none;
	font-size:90%;
	margin-bottom:0px;
}

#RightContent .RightBox a:hover,
.RightBoxFloated a:hover,
.LeftBoxFloated a:hover
{
	color:#c00;
	text-decoration:underline;
}

#RightContent .RightBox h3,
.RightBoxFloated h3,
.LeftBoxFloated h3
{
	margin-bottom:3px;
	margin-left:5px;
}

#RightContent .RightBox h3 a,
.RightBoxFloated h3 a,
.LeftBoxFloated h3 a
{
	color:#62561a;
	font-weight:normal;
	text-decoration:underline;
	font-size:95%;
	margin-bottom:0px;
}

#RightContent .RightBox ul,
.RightBoxFloated ul,
.LeftBoxFloated ul
{
	margin-bottom:3px;
	margin-left:0px;
	list-style-type:none;
}

#RightContent .RightBox ul li,
.RightBoxFloated ul li,
.LeftBoxFloated ul li
{
	margin-bottom:10px;
	margin-left:0px;
}

#RightContent .RightBox ul li a,
.RightBoxFloated ul li a,
.LeftBoxFloated ul li a,
.RightBoxFloated ul li a:visited,
.LeftBoxFloated ul li a:visited
{	
	color:#62561a;
	font-weight:normal;
	text-decoration:none;
	font-size:120%;
	margin-bottom:0px;
}

.RightBoxFloated,
.LeftBoxFloated
{	
	margin-bottom:10px;
}

.RightBoxFloated
{
    margin-left:10px;
    float:right;   
}
.LeftBoxFloated
{
    margin-right:10px;
	float:left;
}
