body, html {
	font-size: 100%;
	line-height: 1.125em; /* 18px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

a img { border: none; }

#header {
	font-size: 0.75em; /* 12px */
	font-family: Helvetica, Garamond, sans-serif;
	color: #000;
}
#tagline {
	font-size: 125%;
}

#news ul {
        margin: 0; padding: 0;
}
#news li {
        list-style-type: none;
	color: #fff;
}
#news a {
	color: #fff;
	text-decoration: none;
}

#content {
	font-size: 0.63em; /* 10px, 10.5pt */
	line-height: 1.3em;
}
#content p {
	margin: 0.8em 0;
}
#content p a:link { color:#800000 }
#content p a:visited { color:#800000 }
#content p a:hover { color:#0000ff }

#content h1 {
	font-size: 120%;
	font-weight: bold;
	color: #036;
	margin: 0 0 1.5em 0;
}
#content h2 {
	font-size: 100%;
	font-weight: bold;
	color: #900;
	margin-bottom: 0;
}
#content h2 a {
	color: #900;
	text-decoration: none;
	font-style: italic;
}
#content h2 a:link { color:#900 }
#content h2 a:visited { color:#900 }
#content h2 a:hover { color:#900; text-decoration:underline; font-style: italic; }

#home #content #background { /* Home page override */
	width: 89.29em;
	height: 45.63em;
}
#content p.date {
        margin: 0;
	padding: 0;
}
#content p.deck {
	padding: 0;
	margin-top: 0;
}

#content form label {
        text-align: right;
	font-weight: bold;
}
#content form label.required {
	color: #900;
}

.pullquote {
	float: right;
	margin: 1em 0 1em 1em;
}

.quoteheading {
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	color: #036;
}
.quote {
	font-style: italic;
}

#news {
	font-size: 104.8%; /* 11px, 11pt */
	line-height: 1.2em;
	color: #fff;
	/* news box background exists in background image */
}
#news h1 {
	margin: 0;
	padding: 0.2em 0 0.4em 1em;
	font-size: 117%; /* 13px, 13pt */
	font-weight: bold;
	color: #f93;
}

#footer {
	font-size: 0.44em; /* 7px, 7pt */
}
