/* Print Stylesheet and V.4- Browser Styles */

body{
	margin: 1em 2em;
	width: 7.75in;
	font-family: Georgia, "Hoefler Text","Bookman Old Style", "Times New Roman", Times, serif;
	font-size: 90%;
	background: #fff;
	color: #000;
}
#side ul, #footer-links, #footer{
	font-family: "Tahoma","Lucida Grande","Trebuchet MS",Arial,Helvetica,sans-serif;
}

/* Linkies */
a{
	color: #8A6C67;
}
a:visited{
	color: #555;
}
a:hover{
	text-decoration: none;
}


/* Headings */
h1, h2, h1 a, h1 a:visited, legend, caption{
	color: #5F2D22;
}
h2{
	font-weight: normal;
	font-size: 150%;
	margin-bottom: 0;
}
h3, caption{
	font-size: 115%;
	
}


/* Footer */
#footer-links, #footer{
	font-size: 90%;
	padding: 0.75em;
}
#footer-links{
	border-top: 1px solid #CBBAA8;
	padding-bottom: 0;
}
#footer{
	background: #DAD4C7;
	color: #493D24;
}
#footer address{
	font-style: normal;
	font-size: 85%;
}

ol li, ul.expand li, #main-sponsors li{
	margin-bottom: 0.75em;
}
#contents address{
	margin: 0.75em 1em;
}

/* Form stuff */

#contents form input, #contents form select{
	margin-bottom: 3px;
}
#contents form table th{
	display: none;
}
legend, caption{
	font-weight: bold;
}
label{
	width: 185px;
	text-align: right;
	padding-right: 5px;
	float: left;
	clear: left;
}
input, textarea{
	width: 215px;
}
input.short{
	width: 30px;
}
#submit-button{
	text-align: center;
	margin-bottom: 0;
}
input#submit{
	width: auto;
}

td label{
	width: 150px;
}
td input{
	width: 30px;
}
form, #form-results{
	background: #F8F7F1;
	border: 3px solid #E0D3C8;
	padding: 10px 5px;
	width: 435px;
}
form table{
	clear: left;
	margin-bottom: 1em;
	width: 100%;
}
form table caption{
	padding: 1em;
}

