body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body * {line-height:1.6em;}
p {
	margin: 10px 0;
}
#doc {
	padding-top: 10px;
	width: 750px;
}
#hd {
	background-color: white;
	border-bottom: 1px solid #EBEBEB;
	padding-left: 10px;
	color: #0080C0;
}
#hd p { margin-top: 0; }
#bd {
	font-size: 85%;
	padding-bottom: 5px;
}
#ft {
	border-top: 1px solid #EBEBEB;
	padding-top: 10px;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
a { color: #0080C0; }
a:hover { color: #0080C0; }
strong {
	font-weight: bold;
	color: #97511E;
}
#introtext {
	width: 350px;
	padding-right: 40px;
	float: left;
}
		
#formwrapper {
	float: left;
	width: 350px;
}

form {
	padding-top: 10px;
	display: none;
}

form fieldset {
  border: 1px solid #0080C0;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  color: #0080C0;	
  
}

form fieldset legend {
	font-size: 107%;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea, form div.inputset{	
	width: 150px;
	margin: 5px 0 5px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form input {
	padding: 4px;
}

textarea {
	overflow: auto;
	font-size: 114%;
	line-height: 1.4em;
}


form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
form input.radiobutton {	
	width: 20px;
}
form label.radiobutton {
	width: 35px;
}
form div.inputset {
	float: left;
}
form div.inputset input {
	margin: 6px 0 0 10px;
}
form input#submit {
	overflow: visible;
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
}
#introphoto {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #0080C0;
}