a{
	color:#999;
	text-decoration:none;	
}
body{
	font: 14px Arial, Helvetica, sans-serif;
	color: white;
	background: black url(images/header.gif) repeat-x;
}

#mainColumn{
	margin: 0px auto;
	width: 950px;
}

#pageTitle{
	height: 100px;
	line-height:100px;
	width:950px;
	margin-bottom:60px;
}

#rightColumn{
	float:right;
}

#leftColumn{
	float:left;
	display:inline;
}

#ajaxForm #leftColumn{
	width:435px;
	margin-right:84px;
}

#ajaxForm #rightColumn{
	width:431px;	
}

#ajaxForm #leftColumn p{
	padding-bottom:22px;
}

#errorMessage,
#thankyouMessage{
	visibility:hidden;
	height:0;
}
#errorMessage,
#errorMessage2{
	color:#F03;	
}

#thankyouMessage,
#thankyouMessage2{
	color:#0F9;
}

#thankyouMessage2,
#errorMessage2{
	margin-bottom:10px;
}
#radioButtons{
	width:30px;
}

#lables{
	width:120px;	
}

#barGraph{
	width:250px;
}

#formChoices ul{
	float:left;
	display:inline;
}

#formChoices ul li{
	height:18px !important;
	margin-top:18px;
}

#barGraph li span{
	display:inline-block;
	margin-left:10px;
	font-weight:bold;
}

#barGraph li p{
	display:inline;
	margin-left:5px;
	font-weight:bold;
}

#formChoices input{
	margin:0 10px;
}

#formChoices label{
	font-weight:bold;
}

#emailItems input{
	margin-top:20px;
	margin-left: 10px;
	font: 11px bold Arial, Helvetica, sans-serif;
}

#emailItems #emailAddress{
	width:150px;
}

#emailItems #submitButton{
	padding:0 20px;
	font-weight:bold;
}
#footer{
	position:fixed;
	bottom:0px;
	width:100%;
	height:193px;
	background:url(images/footer.gif) repeat-x bottom left;
}