@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
	border: 0;
	color: 37b9ea;
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
/* CSS Document */

#container {
	width: 850px;
	background: #ffffff;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}#masthead {
	background-image: url(../images/SC_logo.gif);
	height: 98px;
	width: 280px;
	background-repeat: no-repeat;
	padding-top: 58px;
	padding-left: 570px;
}
#main_content {
	background-image: url(../images/SC_mainbkgd1col.gif);
	width: 850px;
	background-repeat: no-repeat;
	height: 381px;
}	
#main_text {
	padding-left: 120px;
	padding-right: 350px;
	padding-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main_text h1 {
	font-size: 200%;
	color: #003366;
	font-family: "Stone Informal";
}
#main_text h2 {
	font-size: 60%;
	color: #666666;
	line-height: 110%;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main_text h5 {
	font-size: 60%;
	color: #37b9ea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#main_text p {
	font-size: 80%;
	color: #666666;
	line-height: 120%;
}
a:link {
	color: #37b9ea;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #37b9ea;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
}/*
#right_column {
	float: right;
	height: 281px;
	width: 178px;
	/* background-image: url(../images/SC_sidebkgd1col.gif); 
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 105px;
	line-height: 200%;
}*/
#right_column h3 {
	font-size: 100%;
	color: #999999;
	font-family: "Trebuchet MS";
}
#right_column h4 {
	font-size: 80%;
	color: #330066;
}
#footer {
	background-image: url(../images/SC_footer.gif);
	height: 231px;
	width: 850px;
	bottom: 0px;
}
