/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */

body {
	background: url("/sc_images/ltbluestrip2.gif") repeat;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
.MainMenu {font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.style3 {font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {font-size: 16pt}
.style12 {font-size: xx-small}
.categorytxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
}
.categorytxt a:link {
	color: #000000;
}
.categorytxt a:visited {
	color: #000000;
}
.categorytitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
}

a img {
	border: none;
}

#header,
#footer {
	background: #E8FFBA;
	border: 1px solid green;
}

#content {
	border: 1px solid #999;
	color: #000;
}

.navimage {
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #EEE;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {
	border: 1px solid #A5D768;
}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
	background: #FFF6E5;
}
.warn strong,
.warn label {
	color: #FF8000;
}
#error {
	border: 1px solid #F3D5D5;
}
.error {
	background: #FFF1F1;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}

.sc_content {
	background-color: #ffffff; 
	width: 100%;
	margin-left: 10px; 
	border: gray solid 1px;
	padding: 7px;
	text-align: center;
}

.bcc_banner_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  text-align: center;
  color: #fde111;
}

.bcc_title_text_large {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 36pt;
}

.bcc_title {
	background-color: #526ef8;
	width: 765px;
	border: #fde111 solid 3px;
	text-align:center;
}