﻿body
{
	font-family: 'Arial';
	text-align: center;
	background: #E2FCFE;
}
a:visited
{
	color: Blue;
}
.main_content 
{
    width:1000px;
	margin:0px auto;
	background: #ffffff;
	padding: 10px;
}
.script_banner
{
    font-family: 'Segoe Script', Arial;
    font-size: 16pt;
    font-weight: bold;
}
.banner
{
	background-color: white;
	background-image: url(images/headerRSC.jpg);
	background-repeat: no-repeat;
	border-bottom: solid 2px black;
	font-family: Arial;
	height: 50px;
	text-align: right;
	line-height: 50px;
	margin-bottom: 10px;
}


