/************** Default Elements ******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background-color: #fdb700;
	font: 100.01% Arial, Helvetica, sans-serif;
	
}

/************** Layout Elements *******************/

#wrapper {
	width: 780px;
	margin: 0 auto;
	font-size: 80%;
	background: url(contentBg.png) 0 0 repeat-y;
	min-height: 650px; /*ensure the bg image is not cut off at the bottom*/
	position: relative;
}

#contentHolder {
	padding-top: 173px;
	background: url(header.jpg) 0 0  no-repeat;
		width: 780px;
	
}
#content {
	width: 530px;
	margin: 0 auto;
	padding-top: 15px;
}
#footerholder{
	width: 780px;
	margin: 0 auto;
	background: url(footer.png) -1px 0  no-repeat;
	min-height: 73px; /*ensure the bg image is not cut off at the bottom*/
	}
.clearer{
	clear:both;
	}
/************** Styling Content *******************/

h1, h2 {
	margin: 10px 0 5px 0;
}
h1{
	color:			#FFAE00;
	font-weight:	bold;
	font-size:		130%;
	}

h2 {
	font-size: 120%;
}

p {
	font-size:1em;
	margin: 10px 0;
}/************** Styling Form *******************/
form{
	font-size:1em;
	padding-bottom:3em;
	}
form em{
	color:#CC0033;
	font-weight:bold;
	}
form span{
	font-size:0.9em;
	color:#666;
	}
label{
	width:10em;
	display:block;
	float:left;
	text-align:right;
	margin-right:0.5em;
	}

label.shuffleup{
	margin-top:0em;
	}
input, textarea, select{
	border:1px solid #f7de71;
	}
input{
	line-height:1.3em;
	}
input[type="submit"]{
	padding:5px;
	display:block;
	font-size:1em;
	color:white;
	font-weight:bold;
	margin-left:10.5em;
	background-color:#ecb500;
	margin-top:1em;
	
}

.inputReq{
	border-color:red;
	}
/************** Generic Styling Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #9096b0;
	text-decoration: underline;	
}

a:hover {
  color: #242d39;
 }

