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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	color: #FFFFFF;
	position: absolute;
	background-color: #00007E;
	width: 750px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}


.oneColFixCtrHdr #header h1 {
	margin: 0;
	height: 105px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 600px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F60100;
}
.oneColFixCtrHdr #container #belowHeader {
	clear: both;
	height: 110px;
}

.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

.oneColFixCtrHdr #container #beforeFooter {
	clear: both;
	height: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #00007e;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* -- navigation bar -- */
.oneColFixCtrHdr #header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(../graphics/menu_bg_red.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 780px;
}

.oneColFixCtrHdr #header ul li {
	float: left;
}

.oneColFixCtrHdr #header ul li a {
	padding-top: 0px;
	padding-right: 1.5em;
	padding-bottom: 0px;
	padding-left: 1.5em;
	font-size: 16px;
	line-height: 1.5em;
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	display:block;
	background-image: url(../graphics/menu_sep.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

.oneColFixCtrHdr #header ul li a.first {
    background:none;
	}
.oneColFixCtrHdr #header ul li a:hover {
	color:#0000FE;
}
.oneColFixCtrHdr #container #mainContent h1 {
	color: #f60100;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #f60100;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.oneColFixCtrHdr #container #mainContent h3 {
	color: #f60100;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.oneColFixCtrHdr #header #logoImage {
	background-image: url(../graphics/sca_logo_rlb_100x150.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	height: 100px;
	width: 780px;
	top: 0px;
	right: 0px;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00007E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #container #mainContent #picture_border_right {

}

.style1 {color: #FFFFFF}

.oneColFixCtrHdr #container #mainContent table #days {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #00007E;
	background-color: #e22541;
	height: 30px;
	width: 60px;
	border: 1px solid #00007E;
	padding: 2px;
	font-size: 16px;
}

.oneColFixCtrHdr #container #mainContent table #date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00007E;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	width: 60px;
	height: 60px;
	border: 1px solid #00007E;
	padding: 2px;
}

.oneColFixCtrHdr #container #mainContent table #campdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F60100;
	font-weight: bold;
	background-color: #fed531;
	text-align: right;
	vertical-align: top;
	width: 60px;
	height: 28px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00007E;
	border-left-color: #00007E;
	padding: 2px;
}
.oneColFixCtrHdr #container #mainContent #eventheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F60100;
	font-weight: bold;
	text-align: center;
	border-top-color: #00007E;
	border-right-color: #00007E;
	border-bottom-color: #00007E;
	border-left-color: #00007E;
}
.oneColFixCtrHdr #container #mainContent #campdate #camplink {
	color: #F60100;
	vlink: #F60100;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.oneColFixCtrHdr #container #mainContent #event {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00007E;
	text-align: center;
	vertical-align: top;
	border-top-color: #00007E;
	border-right-color: #00007E;
	border-bottom-color: #00007E;
	border-left-color: #00007E;
}
.oneColFixCtrHdr #container #mainContent #eventday {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F60100;
	font-weight: bold;
	text-align: center;
	border-top-color: #00007E;
	border-right-color: #00007E;
	border-bottom-color: #00007E;
	border-left-color: #00007E;
}


.oneColFixCtrHdr #container #mainContent table #lastrow {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00007E;
}
.oneColFixCtrHdr #container #mainContent #camptitle div {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F60100;
	font-weight: bold;
	font-size: 18px;
}
.oneColFixCtrHdr #container #mainContent #camphighlightlist #camphighlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #00007E;
	font-weight: bold;
	padding: 2px;
	list-style-image: url(../graphics/eighth_note_bullet_blue_16.gif);
}
.oneColFixCtrHdr #container #mainContent #testimonials p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #00007E;
	font-size: 14px;
}
.oneColFixCtrHdr #container #mainContent #registrationincludes p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00007E;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #scalogo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #F60100;
}
