/*@import url('reset.css') screen;
@import url('text.css') screen;
@import url('960.css') screen;
@import url('sitemaker.css') screen;
@import url('print.css') print;*/

body {
	background: #002366 url(../whhs-banner.png) repeat-x center top;
}

#banner, #banner a {
	margin-top: 90px;
	margin-bottom: 30px;
	color: white;
	font-variant: small-caps;
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
}

#body {
	background-color: #fff;
}

.heading {
	font-size: 1.6em;
	font-weight: bold;
	background-color: red;
	color: white;
	padding: 5px;
}

#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
	text-align: center;
}

#footer a {
	color: white;
}

a {
	color: #002366;
}

a:hover, a:active {
	color: red;
}