/*
colors:
-------


*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	background-color:#333333;
	color:#000000;
}
a {
	cursor:pointer;
	color:#fbc5bd;
	text-decoration:underline;
}
a:hover {
	color:#333333;
}
input, select, textarea {
	background-color:#d9d9d9;
}
.inactive {
	background-color:#c7cad6;
	text-align:right;
}


/* table setup */
table {
	width:100%;
	padding:0;
	border:0;
}
tr {
	vertical-align:top;
}
.alignright {
	text-align:right;
	padding-right:5px;
}
.alignleft {
	text-align:left;
	padding-left:5px;
}
.alignmiddle {
	text-align:center;
}
.trTotal {
	font-weight:bold;
}
/* end table setup */



/* classes for columns */
.col3-1 {
	width:243px;
	float:left;
	padding:5px;
}
.col3-3 {
	width:243px;
	float:right;
	padding:5px;
}
.col3-2 {
	margin-left:253px;
	width:243px;
	padding:5px;
}
.col2-1 {
	width:300px;
	float:left;
	padding:5px;
}
.col2-2 {
	margin-left:310px;
	padding:5px;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:#333333;
}
#leftPublic {
	width:10px;
	float:left;
	min-height:600px;
}
#rightPublic {
	line-height:120%;
	background:#c8c8c8 url('images/GreyFade.gif') repeat-x;
}
#rightPublic form {
	padding:10px;
}
#rightPublic table {
	
}

#rightPublic2 {
	line-height:120%;
	
	background:#c8c8c8 url('images/GreyFade.gif') repeat-x;
}
#rightPublic2 form {
	padding:10px;
}
#rightPublic2 table {
	
}

/* end classes for columns */

/* headers setup */
h1, h2, h3, h4, h5, h6 {
	margin:0;
}
/* end headers setup */

/* main setup */
#wrapper {
	margin:auto;
	background-color:#333333;
	max-width:756px;
	border:1px solid #000000;
}

#wrapper2 {
	margin:auto;
	background-color:#333333;
	max-width:1050px;
	border:1px solid #000000;
}
#header {
	text-align:center;
	background:#333333 url('images/2013-header.jpg') center top no-repeat;
	height:256px;
	border-bottom:1px solid #000000;
}

#header2 {
	
	background:#000000 url('images/2013-header.jpg') center top no-repeat;
	height:256px;
	
	border-bottom:1px solid #000000;
}

#subheader {
	text-align:center;
	height:200px;
	background:#d9d9d9;
}
#pagecontent {
	margin:0px 250px;
	background-color:#f9f7f8;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
}
#footer {
	text-align:center;
	font-size:12px;
	background:#ffffff url('images/footer-2013.jpg') center bottom no-repeat;
	color:#881209;	
	text-align:center;
	padding:10px;
	height:240px;
	border-top:15px solid #ef3524;
}
#footer a {
	color:#881209;
}
#footer a:hover {
	color:#333333;
}
/* end main setup */



/* page content */
.divStyle1 {
	padding:10px;
	text-align:center;
}

.divStyle5 {
	border:0;
	padding:10px;
	text-align:center;
}
.divStyle2, #divSubmit {
	border:1px solid #881209;
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	padding:10px;
}
.divStyle2 a {
	color:#000000;
}
.divStyle2 a:hover {
	color:#881209;
}
.divStyle3 {
	border:1px solid #f98f21;
	text-align:center;
	padding:10px;
	width:500px;
	margin:auto;
}

.divStyle4 {
	border:1px solid #881209;
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	padding:10px;
}


.tdAlert {
	font-size:11px;
	color:#881209;
	padding-bottom:10px;
}
.error {
	border:1px solid #ebef50;
	background-color:#c7787e;
	color:#ebef50;
	text-align:center;
	padding:10px;
	font-weight:bold;
}
.message {
	border:1px solid #f68e1f;
	background-color:#fbfcd8;
	color:#990033;
	text-align:center;
	padding:10px;
}
.readonly {
	background-color:#dddfc4;
}
.padding10center {
	padding:10px;
	text-align:center;
}
/* end page content */



/* sponsor reg */
#SponsorLevels div {
	width:80%;
	margin:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:11px;
}
.Bronze {
	background-color:#C9BCA0;
}
.Silver {
	background-color:#F0F5F7;
}
.Gold {
	background-color:#FBEDB5;
}
/* end sponsor reg */
input.btn{
position:relative;
width:80px;
height:40px;
font: bold 100% Arial, Helvetica, sans-serif;
}