body{
	background-color: #f5f5f5;
	color: #333;
	font-family: verdana, tahoma, sans-serif;
	font-size:12px;
	text-align:center;
}

img{
	border:0;
}

#extra { text-align: center; }

#thankyou { padding: 10px; }

#header{
	/*width: 48em;*/
	height: 120px;
	background: url(/images/siteheader.jpg) no-repeat top /*no-repeat 14px top*/;
	border-bottom: 1px solid #ccc;
	background-color: #cccccc;
/* temp 
	border: 1px solid red;
*/}

#header p{
	display:none;
	margin: 129px 0 0 10em;
}

#container{
	background-color: #FFF;
/*	width: 48em;*/
	text-align: left; /* resets the text alignment */
	margin: 0 auto; /* centers the container */
	margin-bottom: 1em;
	border: 1px solid #ccc;
	padding: 0;

	width: 730px; 
	/*height: auto !important; height: 400px; */
	clear: both; }


#form_footer {
	clear:left;
	text-align:center;
/* temp
	border: 1px solid yellow;
	*/
}

#footer {
	clear:left;
	text-align:center;
	margin-bottom: 10px;
}

#content{
	/*border-top: 1px solid #c0c0c0;*/
	padding:1em;
	/* temp 
	border: 1px solid blue;*/

}
#contactInfo{
	float: left;
	margin-right: 2em;
	/* temp 
	border: 1px solid green;
	*/

}

#contactInfo h2, #issues h2{
	font-family: "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	letter-spacing: .1em;
	font-size: 1.3em;
	font-weight: 600;
}

#issues{
	float: right; width: 365px; vertical-align:top;
	/*float: left;*/
	/* temp
	border: 1px solid purple;
	 */
}

#content form{
	padding-left: 1em;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	/*border: 1px solid #ccc;*/
}

#content  form p{
	margin: 0 0 .4em 0;
}

#contactInfo input {
	display: block;
	border: 1px solid #ccc;
	background: #f5f5f5;
	padding: 2px;
	color: #444;
	width: 225px;
}


form ul{
	float: left;
	list-style:none;
	margin:0 0 1em 0;
    padding:0;
}

form li{
	margin-right: 1em;
}

#issues input.checkbox{
	display: inline;
	border: 0;
	/*background: #FFF;*/
}

#content li label{
	font-size: .9em;
}

#content p.submitbutton{
	clear:left;
	text-align:center;

}

		
#content p.submitbutton input{
	display:inline;
	width:100px;
}

#content input.hidden{
	display:none;
}

#content p.thankYou{
 color:#0080FF;
}

.required, span.requiredField{
	color: red;
}
.returnmsg { margin: 3px; color: #0F0; float: right }

.extra { text-align: center; }

.input3 {display: block;border: 1px solid #ccc;background: #f5f5f5;padding: 2px;color: #444;width: 225px;}

#rss table { margin:0; }