@charset "UTF-8";
/* CSS Document */

body,html {
	background-color: #ffffff;
	margin: 0px;
	background-image:url(images/scbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color: #000000;
	font-family:  Arial, Helvetica, Century Gothic, Trebuchet MS;
	font-size: 12px;
	line-height: 22px;
	font-weight:500;
}
#con {
	width: 1000px;
	margin: 0px auto;
}
#top {
	width: 1000px;
	height: 95px;
	margin: 0px auto;
	background-image:url(images/scf_top.png);
	background-repeat:no-repeat;
}
#mid {
	width: 1000px;
	height: 350px;
	margin: 0px auto;
	padding-bottom:5px;
	
}
#logo {
	width: 405px;
	height: 350px;
	float: left;
	background-image:url(images/sclogo.png);
	background-repeat:no-repeat;
}
#xml {
	width: 595px;
	height: 350px;
	float:right;
}
#nav {
	width: 1000px;
	height: 75px;
	margin: 0px auto;
	display:inline;
	vertical-align:middle;
	
}
#body_con {
	width: 1000px;
	margin: 0px auto;
	margin-top: 10px;
	clear:left;
}
#bod_col1 {
	width: 605px;
	float: left;
	margin-left: 15px;
}
#bod_col2 {
	width: 350px;
	float:right;
	margin-right:15px;
}	
#bod_fullcol {
	width: 940px;
	margin: 0px auto;
}	

#date_box {
	width: 350px;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 5px;
	clear:both;
	float:left;
	color: #000000;
	font-family:  Arial, Helvetica, Century Gothic, Trebuchet MS;
	font-size: 12px;
	line-height: 19px;
	font-weight:500;
}
#date_boxb {
	width: 560px;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 5px;
	clear:both;
	float:left;
	color: #000000;
	font-family:  Arial, Helvetica, Century Gothic, Trebuchet MS;
	font-size: 12px;
	line-height: 19px;
	font-weight:500;
}
#date_col1 {
	width: 100px;
	height: 85px;
	float:left;
	padding: 17px 0px 0px 5px;
	background-image:url(images/scdateng.png);
	background-repeat:no-repeat;
	text-align:center;
}
#date_col2 {
	width: 240px;
	float: right;
}
#date_col2b {
	width: 450px;
	float: right;
}
#footer {
	width: 1000px;
	height: 85px;
	margin: 0px auto;
	background-image:url(images/scfooter.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	margin-top: 10px;
	
}
#foot_con {
	width: 600px;
	margin: 0px auto;
	margin-top: 15px;
	
	
	
/* Body Text */
}

.bdtxtred {
	color: #de0f29;
	font-family:  Arial, Helvetica, Century Gothic, Trebuchet MS;
	font-size: 12px;
	line-height: 15px;
	font-weight:bold;
}

.bdhead {
	color: #de0f29;
	font-family:  Arial, Helvetica, Century Gothic, Trebuchet MS;
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	text-transform:uppercase;
}

.footertxt {
	color: #000000;
	font-family: Arial, Helvetica, Century Gothic, Arial, Trebuchet MS;
	font-size: 10px;
	line-height: 11pt;
	text-align:center;
}
.datemonth {
	color: #ffffff;
	font-family: Arial, Helvetica, Century Gothic, Arial, Trebuchet MS;
	font-size: 12px;
	line-height: 14px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing: 1px;
}
.dateday {
	color: #ffffff;
	font-family: Arial, Helvetica, Century Gothic, Arial, Trebuchet MS;
	font-size: 60px;
	line-height: 25px;
	font-weight:bold;
	text-align:center;
}
.eventhead {
	color: #000000;
	font-family:  Helvetica, Century Gothic, Arial, Trebuchet MS;
	font-size: 15px;
	line-height: 20px;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform:uppercase;
}	
a:link, a:visited, a:active  {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #de0f29;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom:5px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hr_a {
	height:1px;
	color:#000000;
	background-color:#000000;
	margin-bottom: 8px;
	margin-top: 8px;
}
	