body {
	background-image: url(images/bodyBackground.jpg);
	background-repeat: repeat-x;
	background-color: #208ffb;
	margin: 0;
	font-family: Verdana;
}

a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: #000164;
	text-decoration: none;
}

.masthead {
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
}

.masthead p {
	text-align: right;
	font-weight: bold;
	color: white;
	font-size: 9pt;
	padding: 20 30 0 0;
}

.masthead a:link {
	color: white;
	text-decoration: underline;
}

.masthead a:visited {
	color: white;
	text-decoration: underline;
}

.masthead a:hover {
	color: white;
	text-decoration: none;
}

.nav {
	background-image: url(images/navBackground.jpg);
	background-repeat: no-repeat;
}

.leftGutter {
	background-image: url(images/leftGutter.jpg);
	background-repeat: repeat-y;
	width: 12px;
}

.homeText {
	background-image: url(images/hhsswimming.jpg);
	background-repeat: no-repeat;
	width: 350px;
}

.homeAnn p {
	padding: 0 5 0 5;	
	font-size: 12pt;
}

.homeAnn a {
	font-size: 12pt;
}

.mainHome {
	background-color: white;
	width: 916px;
	height: 400px;
}

.mainHome p {
	font-size: 8pt;
	padding: 0 5 0 5;
	line-height: 1.8em;
}

.main {
	background-color: white;
	/*width: 916px;*/
	width: 716px;
	height: 400px;
}

.main h1 {
	padding: 0 20 0 20;
	font-size: 11pt;
	font-weight: bold;
}

.main h3 {
	padding: 0 20 0 20;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 2px;
	color: #404040;
}

.main p {
	padding: 0 20 0 20;
	font-size: 9pt;
	line-height: 1.6em;
}

.main li {
	padding: 0 20 0 20;
	font-size: 9pt;
	line-height: 1.6em;
}

.main td {
	font-size: 8pt;
	line-height: 1.6em;
}

.left {
	background-color: #eaeaea;
	width: 200px;
}

.left p {
	padding: 0 20 0 20;
	font-size: 8pt;
	line-height: 1.6em;
}

.rightGutter {
	background-image: url(images/rightGutter.jpg);
	background-repeat: repeat-y;
	width: 12px;
}

.footer {
	background-image: url(images/footerBackground.jpg);
	background-repeat: no-repeat;
	width: 940px;
}

.footerInterior {
	background-image: url(images/footerBackgroundInterior.jpg);
	background-repeat: no-repeat;
	width: 940px;
}

.footer2 p {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}

.footer2 a:link {
	color: white;
	text-decoration: underline;
}

.footer2 a:visited {
	color: white;
	text-decoration: underline;
}

.footer2 a:hover {
	color: white;
	text-decoration: none;
}


