﻿body
{
	text-align: center;
	font-size: 10pt;
	font-family: Verdana, Arial;
	min-width: 700px;
	background-color: #52789C;
	color: #424346;
}

h1 { font-size: 22pt; }
h2 { font-size: 20pt; }
h3 { font-size: 18pt; }
h4 { font-size: 16pt; }
h5 { font-size: 14pt; color: #2C4356; }

.centeredText {	text-align: center; }
.smallText { font-size: 7pt; }

#titleOuterWrapper
{
	margin: 0 auto;
	width: 700px;
	height: 150px;
	text-align: left;
	background-image: url(images/TitleBackground.jpg);
}
#titleOuterWrapper img
{
	width: 700px;
	height: 120px;
	border: none;
}

#menuWrapper
{
	width: 580px;
	height: 20px;
	text-align: center;
	position: relative;
	top: -7px;
	left: 60px;
}
#menuWrapper a
{
	font-size: 8pt;
	font-weight: bold;
	margin: 0 20px 0 20px;
	text-transform: uppercase;
}
#menuWrapper a:link
{
	color: #52789C;
	text-decoration: none;
}
#menuWrapper a:active
{
	color: #D08D24;
	text-decoration: none;
}
#menuWrapper a:visited
{
	color: #52789C;
	text-decoration: none;
}
#menuWrapper a:hover
{
	color: #2481D0;
	text-decoration: underline;
}

#contentOuterWrapper
{
	margin: 0 auto;
	width: 580px;
	text-align: left;
	background-image: url(images/BodyBackground.jpg);
	padding: 20px 60px 20px 60px;
}
#contentInnerWrapper
{
	margin: 0 auto;
	width: 580px;
}

#footerOuterWrapper
{
	margin: 0 auto;
	width: 700px;
	height: 75px;
	text-align: left;
	background-image: url(images/FooterBackground.jpg);
}

a.link:link
{
	color: #4431D3;
	text-decoration: none;
}
a.link:active
{
	color: #FF9000;
	text-decoration: none;
}
a.link:visited
{
	color: #4431D3;
	text-decoration: none;
}
a.link:hover
{
	/*color: #543C1C;*/
	color: #FFFFFF;
	background-color: #4431D3;
	text-decoration: underline;
}

.divBitSparkLogoContainer
{
	text-align: center;
}
.imgBitSparkLogo
{
	height: 55px;
	widows: 107px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.divFriend
{
	padding-left: 10px;
	padding-bottom: 20px;
}
.imgSwimNumber
{
	clear: none;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 25px;
	width: 21px;
	padding-right: 4px;
}
ul
{
	list-style-image: url("images/bullet2.gif");
	list-style-type: circle;
}