#RSGfooterHEAD {
	 
	background-color: silver;
	border: black solid 1px;

	border-top-left-radius: 12px;
	-moz-border-top-left-radius: 12px;
	-webkit-border-top-left-radius: 12px; 

	border-top-right-radius: 12px;
	-moz-border-top-right-radius: 12px;
	-webkit-border-top-right-radius: 12px; 
}

#RSGfooterMAIN {
	background-color: silver;
	border: black solid 1px;
	border-top: rgb(153, 153, 153) solid 3px;
	border-bottom: rgb(153, 153, 153) solid 3px;

	padding: 25px;
}

#RSGfooterFOOT {
	height: 10px;
	background-color: silver;
	border: black solid 1px;

	border-bottom-left-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px; 

	border-bottom-right-radius: 12px;
	-moz-border-bottom-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px; 

}

.footCOL {
	color: white;
	float:left;
	width: 225px;
	font-size: 0.8em;
	font-weight: bold;
	padding:5px;
}

.footCOL a {
	color: white;
	text-decoration:none;
}

.footCOL a:hover {
	text-decoration: underline;
}

.footCOLhead {
	border: 2px white solid;
	background: rgb(153, 153, 153);
	text-align: center;
	padding: 2px;

}

.footCOLbody {
	padding: 5px;
	text-align: center;
}