body {
	margin:0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
}

#header {
	position:relative;
	width: 960px;
	margin:0 auto;
	background-image: url(images/swoosh.jpg);
	background-repeat: no-repeat;
}
	#navigation {
		position:absolute;
		top:20px;
		left:20px;
	}
	#navigation  a {
		font-style: normal;
		font-weight: normal;
		text-decoration: none;
		color: white;
	}
	#navigation a:hover {
		color: #CCCC00;
	}
	#navigation .selectedpage {
		color: #ECEA60;
		font-weight: bold;
	}
	#subnav {
		position:absolute;
		left:130px;
	}
	#subnav a {
		color:white;
	}
	#subnav a:hover{
		color: #CCCC00;
	}
	a img {
	border:0;
	}
	a:link {
		text-decoration: none;
		color: #0000CC;
	}
	a:visited {
		text-decoration: none;
		color: #0000CC;
	}
	#title {
		position:absolute;
		right:100px;
		top:120px;
	}
	#subtitle {
		position:absolute;
		right:100px;
		top:180px;
	}
	#hat {
		padding:250px 60px 30px 60px;
	}
	#hat img {
	float:left;
	margin-right:40px;
	}
	.clear {
	clear:both;
	}

#content {
	margin:0 auto;
	width:960px;
	}
	#line {
		background-color: #BB6080;
		height: 20px;
		margin-top: 20px;
	}
	h1 {
		font-weight: normal;
		color: #23387c;
		font-size: 46px;
		margin:0;
	}
	#content h1 {
		margin: 30px;
	}
	#content table h1 {
		margin-top: 0px;
	}
	h2{
		color: #8D0F23;
		font-weight: normal;
		margin:0;
	}
	#content h2 {
		margin-top: 35px;
	}
	h3 {
		color: #8D0F23;
		margin-bottom: 0px;
		margin-left: 30px;
	}
	#content h3 {
		color: #8D0F23;
		margin-bottom: 0px;
		margin-left: 30px;
		margin-top: 35px;
	}
	h4 {
		color: #23387c;
		font-size: 24px;
		font-weight: normal;
	}
	.h3paragraph {
		margin-left: 30px;
	}
	.RedLetter {color: #8D0F23;}
	.top {
		margin-top:0;
	}
	blockquote {
		margin-right: 150px;
		margin-left: 150px;
		color: #8D0F23;
		font-style: italic;
	}
	.signature {
		text-align: right;
		font-style: normal;
	}
	.tablecaption {
		color: #23387C;
		margin-top: 0px;
		text-align: center;
	}