@charset "utf-8";
/* CSS Document */
/* Blue Hen Parrothead Club 2009 */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .80em;
	margin: 5px;
	padding: 0px;
	text-align: center;
	background-color: #000;
}

#wrapper {
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	height: auto;
	text-align: left;
	border: 1px solid gray;
	background-color: #CFC;
}
h1 {
	font-size: 1.2em;
}

h6 {
	font-size: .73em;
}

fieldset {
	font-weight: bold;
	font-size: .90em;
}

.required {
	font-style: italic;
	color: #F00;
}
