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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #6c87a0;
	background-image: url(images/BGGradient.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}

a:link {text-decoration: underline; color: #FFF}
a:visited {text-decoration: underline; color: #CCC}

#container {
	width: 95%;
	min-width: 850px;
	max-width: 1500px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/MainContentBG.png);
	background-repeat: repeat-x;
}

#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 120px;
	background-image: url(images/SCTHeaderGradient.jpg);
}

#headerleft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 120px;
	width: 200px;
}
#headermiddle {
	margin: 0;
	height: 120px;
	overflow: hidden;
	width: 500;
	position: relative;
	float: left;
	clear: none;
	padding-bottom: 0px;
	padding-left: 2em;
	padding-top: 0px;
	padding-right: 0px;
}

#headermiddle ul {
    margin:0;
	padding:90px 10px 0;
    list-style:none;
}
#headermiddle li {
	float:left;
	margin:0;
	padding:0 0 0 5px;
	background-image: url(images/TabLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#headermiddle a, #headermiddle strong, #headermiddle span {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #039;
	background-image: url(images/TabRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 9px;
}
#headermiddle #current {
	background-image:url(images/TabLeftOn.png);
	color: #FC3;
	text-decoration:none;
}
#headermiddle #current a {
	background-image:url(images/TabRightOn.png);
	color: #C60;
	padding-bottom:5px;
}
#headermiddle a:visited {
	text-decoration:none;
}
#headermiddle a:link {
	text-decoration:none;
}

#headerright {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: right;
	height: 120px;
	width: 110px;
	overflow: hidden;
	position: relative;
}

#sidebar1 {
	float: left;
	width: 9em;
	padding-top: 1em;
	padding-right: 1px;
	padding-bottom: 1em;
	padding-left: 0;
	font-size: small;
	margin: 0px;
	position: relative;
	z-index: 5;
}
#sidebar2 {
	float: right;
	position: relative;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
#sidebar1 h3, #sidebar1 p, #sidebar2 p, #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	text-align: center;
}

#mainContent {
	margin: 0;
	overflow: auto;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0.5em;
	vertical-align: top;
	font-size: 80%;
}
#maincontent h3, h2, h1 {
	text-align: center;
}

#centerul {
	text-align:center;
	list-style:none;
}
#centerul li {
	display:inline;
	padding-right: 0.5em;
}

#footer {
	margin: 0px;
	padding: 0px;
	height: 55px;
	background-image: url(images/FooterBG.png);
	color: #FFF;
}
#footerleft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 55px;
	background-image: url(images/FooterLeft.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 95%;
}
#footermiddle {
	margin: 0;
	height: 55px;
	overflow: hidden;
	position: relative;
	float: left;
	clear: none;
	padding: 0px;
}
#footerright {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: right;
	height: 55px;
	width: 5%;
	overflow: hidden;
	position: relative;
	background-image: url(images/FooterRight.png);
	background-repeat: no-repeat;
	background-position: right;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5em;
	text-align: center;
	font-size: small;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
	border-style: none
}

/* box styles */
.box { position: relative; width: 100%; margin: 0 0 10px 0; }
.left { width: 48%; float: left; padding: 0 1% 0 0; }
.right { width: 48%; float: right; padding: 0 0 0 1%; }
.blue {
	background-color: #1B456C;
	background-image: url(images/BlueGradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 5px;
}
.inner {
	color: #FFF;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	text-align: left;
}
		
/* corners */
.corner { position: absolute; width: 20px; height: 20px; background: url('images/corners.png') no-repeat; font-size: 0%; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -20px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -20px; }
.BR { bottom: 0; right: 0; background-position: -20px -20px; }

caption {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

p.monospace {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	font-size: 110%
}

p.bodytext {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: justify;
	text-indent: 2%;
}
