html,body {
	margin: 0;
	padding: 0;
	background-image:url('../images/background_gradient_image.jpg');
	background-color:#001634;
	background-position: top center;
	}

div#container {
	position: relative;
	width: 987px;
	height: 900px;
	padding-left: 0px;
	margin: 0 auto;
	
	}
	
#top {
	float: left;
	padding-left: 0px;	
	}	

#bottom {
	float: left;
	text-align: left;
	margin: 0;
	width: 987px;
	height: 314px;
	
	background-position: top center;
	background-repeat: no-repeat;
	}

#flashcontent {
	float: left;
	margin-top: 0px;
	padding-left: 0px;
	}
	
#signUpForm {
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	}	

p.errortext { 
	color: #000000; 
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: solid 1px #000000; background-color: #eaab06;
	}	
	
#thankyouTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #001634;
	line-height: 1.5;
	}	
#thankyouTxt a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C2F12;
	line-height: 1.5;
	text-decoration: underline;
	}	
	
	
.alert, .required { color: #FF0000; } 
INPUT
{
  font-family : Verdana, Helvetica, Arial, sans-serif;
  font-style : normal;
  font-size : 10px;
  color: #2e180b;
  font-weight : normal;
  background-color: #e5e5e5;
  border: solid 1px #725f53;
}

SELECT
{
  font-family : Verdana, Helvetica, Arial, sans-serif;
  font-style : normal;
  font-size : 10px;
  color: #2e180b;
  font-weight : normal;
  background-color: #e5e5e5;
  border: solid 1px #725f53;
}


.inputfielderror
{
  font-family : Verdana, Helvetica, Arial, sans-serif;
  font-style : normal;
  font-size : 10px;
  color: #2e180b;
  font-weight : normal;
  background-color: #e6c66f;
  border: solid 1px #725f53;

  
}	

.errormessage
{
  
  font-style : normal;
  font-size : 10px;
  color: #000000;
  font-weight : normal;
  background-color: #eaab06;
  border: solid 0px #000000;
  width: 449px;
  height : 22px;
  padding: 2px;
  font-family: Arial, Helvetica, sans-serif;
  overflow :visible;
}	
#footer
{
	//color :#8e5e00;
	color :#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    padding-left: 10px;
    line-height: 14px;
}
a:link,

a:visited{
	font-size: 10px;
	//color: #8e5e00;
	color :#ffffff;
	text-decoration: underline;
}
a:active{
	font-size: 10px;
	//color: #8e5e00;
	color :#ffffff;
	text-decoration: underline;
}