/* CSS Document */

/* START Footer Styles */
#footer {
	width:360px;
	margin:2em 0 1em 0;
	padding:0 0;
	clear:both;
	display:block;
	float:right;
	text-align:left;
	border-top:solid #eee 1px;
}
#footer p {
	font-size:9px;
	margin:1em 0 0;
	padding:0 0;
	font-weight:bold;
	line-height: 10px;
}
#footer address {
	font-size:9px;
	font-style:normal;
	font-weight:bold;
}
#footer a {
	font-weight:bold;
	font-size:9px;
}
#footer a:link {
	color:#369;
}
#footer a:visited {
	color:#6699CC;
}
#footer a:hover {
	color:#c00;
	text-decoration:none;
}
#footer a:active {
	color:#369;
}
#footer #redlogo {
	width:70px;
	height:70px;
	background-color:#C00;
	float:right;
	margin:2px 0px 0px 15px;
}
/* END Footer Styles */
