*{
	margin : 0;
	padding : 0;
	/*IE ONLY CODE*/
	*overflow-x : hidden;
}

body {
	color: #777;
	font-family: arial,verdana,sans-serif;
	font-size: 62.5%;
}



p{
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	margin: 0 10px 16px 10px;
	width: 485px;
}

p.halfspace {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	margin: 0 10px 8px 10px;
	width: 485px;
}

h1{
	font-size: 2.0em;
	line-height: 1.3em;
	margin: 20px 0 7px 10px;
	color: #000;
	width: 485px;
}

h2{
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 5px 0 0 10px;
	color: #000;
	width: 485px;
}

a:link {
	color: #000;
}


ul{
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	margin-left: 12px;
	width: 485px;
	list-style: none;
}


li{
	background: url(../images/dot.gif) no-repeat 0 5px;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}

li.bottom{
	margin-bottom: 16px;
}


/* FORM STYLES */


form{
	float: left;
	clear: both;
	border: 0;
}

p.formspace {

	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	margin: 0 10px 10px 10px;
	
}

label {
	float: left;
	padding: 3px 10px 0 0;
	text-align: right;
	width: 70px;
	line-height: 1.2em;
}

label.checkboxlabel {
	float: left;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 300px;
	line-height: 1.2em;
}

input, select, textarea, submit {

	font-family: arial, sans-serif;
	font-size: 1.1em;
	color: #444;
	
}

input, textarea{

	width: 290px;
	padding: 2px;
	color: #444;
	
}	

.radio{
	float: left;
	clear: both;
	width: auto;
	margin: 0 0 10px 10px;
}

.checkbox{
	float: left;
	clear: both;
	width: auto;
	margin: 10px 0 0 55px;
}

select{/*
	width: 300px;
	*/
	border-top: 1px solid #000;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
	
input[type="text"], textarea{
	/*mostly for firefox as it doesnt have borders on text fields*/
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

p.radiocopy{
	float: left;
	width: 400px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #000;
	margin: 0 0 0 5px;
}

fieldset{
	float: left;
	margin: 20px 0;
	width: 485px;
	border: 0;
}

.submit{
	float: left;
	clear: both;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #000;
	margin: 5px 10px 0 90px;
}


.submit2{
	float: left;
	clear: both;
	font-size: 1.6em;
	line-height: 1.4em;
	color: #000;
	margin: 5px 10px 0 10px;
}


.italic{
	color: #FF0000;
}

p.choice{
	line-height:1.8em;
}

#emailbut{
	padding: 0 0 0 20px;
	background: url(../images/lights.gif) no-repeat;
}

#postbut{
	padding: 0 0 0 20px;
	background: url(../images/lights.gif) no-repeat;
}

.logolink{
	float:left;
	
}

#logoblock{
	float: left;
	display: inline;
	height: 39px;
	margin-left: 10px;
}

#logoblock p{
	float: left;
	margin: 10px 10px 16px 0;
	width: auto;
}