@charset "utf-8";
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #000000;
	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;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(/_img/template/sc_background.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	background: #DDDDDD;
	height:230px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	z-index:100;
}

/* Navbar */
.twoColFixLtHdr #navbar {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:-55px 0 0 40px;
	color:#FFFFFF;
}
.twoColFixLtHdr #navbar a {
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:80%;
	font-weight:600;
}
.twoColFixLtHdr #navbar a:hover {
	color: #999999;
}


.twoColFixLtHdr #bodybackground {

	padding:0;
	background-image:url(/_img/template/sc_body.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
/* Sidebar */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 0px 40px;
	z-index:99;
}
.twoColFixLtHdr #sidebar1 h6 {
	color:#4b014d;
	text-transform:uppercase;
	font-size:180%;
	font-weight:500;
	line-height:100%;
	font-stretch:condensed;
}
/* Main Content */

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 280px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:-11px;
	border-left:1px dashed #000000;
	min-height:465px;
}


.twoColFixLtHdr #mainContent h1 {
	border-bottom:1px dashed #000000;
	margin-left:-20px;
	margin-right:20px;
padding-top:20px;
	padding-left:20px;
	background:transparent;

	color:#4b014d;
	text-transform:uppercase;
	font-size:100%;
}
.twoColFixLtHdr #mainContent h2 {
	margin-left:-20px;
	margin-right:20px;

	padding-left:20px;
	background:transparent;

	color:#4b014d;
	text-transform:none;
	font-size:100%;
}
.twoColFixLtHdr #mainContent p, .twoColFixLtHdr #mainContent blockquote, .twoColFixLtHdr #mainContent li, .twoColFixLtHdr #mainContent td, .twoColFixLtHdr #mainContent th {
	color:#3f3e3f;
	font-size:80%;
	line-height:150%;
	padding-right:30px;
}
.resultstable td {
	color:#FFFFFF;
}
td.sponsorstable {
	font-size:200%;
}
img {
	border:0
}
/* Footer */
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #footercredits a {
	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 */
	background:#000000;
	font-size:80%;
	color:#CCCCCC;
	text-decoration:none;
}
.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;
}
form {
padding: 0px;
margin: 0px;
}
input, select, option {
background: #D8DEC7;
color: #394c6a;
font-size: 11px;
font-family: verdana, arial, sans-serif;
}
input.button {
font-weight: bold;
}
input:hover, select:hover, option:hover, input:active, select:active, option:active, input:focus, select:focus, option:focus  {
background: #fff;
color: #394c6a;
}
td,th{
vertical-align: top;
}

/* Online rego */
#formbox{
border: 0px solid;
padding:0px;
margin-bottom:4px;
}
#formbox td {
background-color:#D7DFC8;
color:#000000;
padding:4px;
}
#formbox table {
width:555px;
}
.error {
color:#FF0000;
}
