body { 
	font-family: "Trebuchet", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color: #000;
	background-color: #FFF;
}
#wrapper {
	background-color: #FFF;
}
html>body {
	background-color: #FFF;
}
h1 {
	margin: 1em 0;
	font-size: 120%; 
	border-top: dashed 1px black;
	border-bottom: dashed 1px black;
	padding: 1em 0;
	text-align: center;
}
h2 {
	font-size: 110%; 
	margin: 1.2em 0 1em 0; 
}
h3 {
	font-size: 100%; 
	margin: 1em 0;
}
blockquote {
	margin: 1.5em;
	padding: 1em;
	border: solid 1px black;
}
blockquote p, blockquote cite, blockquote li {
	font-family: Georgia, serif;
}

.print_footer {
	border-top: dashed 1px black;
	border-bottom: dashed 1px black;
	padding: 1em 0;
	margin-top: 1.5em;
}

/* Hidden */

.hidit, #banner, #splashbot, #mainnav1, .breadcrumb, .print_no, #footerright {
	display: none;
}

/* Lists and boxes */

#footer {
	margin-bottom: 0;
	margin-left: 0;
	padding: 1.5em 0;
	list-style-type: none;
	}
#footer li {
	margin: 0;
}
#footer li img {
	border: none;
	display: inline;
	vertical-align: bottom;
}

/* Forms */

label {
	margin-bottom: 0.5em;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 2em;
	}
label:after {
	content: ":";
	}
label.radio {
	margin :0;
	font-weight: normal;
}
input, textarea, select {
	font-family: inherit;
	display: block;
	margin-bottom: 1em;
	margin-left: 20px;
	margin-right: 2em;
	width: 360px;
	font-weight: normal;
	font-size: 97%;
	}
select {
	width: auto;
	line-height: 1.2em;
	height: 1.6em;
}
input[type="checkbox"], input[type="radio"] {
	width: 2em;
	/*display: inline;*/
	float: left;
	clear: left;
}
textarea {
	height: 8em;
	}
input[type="submit"], input.submit {
	margin-top: 1em;
	width: 10em;
	color: inherit;
	clear: both;
	}
