.leftNav {  
	padding: 5px 10px 5px 10px;
	border-left: 7px solid #000099;
	border-right: 1px solid #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	background: #bbbbff;
	font-size: 12px; 
	line-height: 20px; 
	text-decoration: none;
	}
.leftNav a:active { color: #000066; text-decoration: none; font-size: 12px}
.leftNav a:link {  color: #000066; text-decoration: none; font-size: 12px}
.leftNav a:visited {  color: #000066;text-decoration: none; font-size: 12px}
.leftNav a:hover {  color: #000066; text-decoration: underline ; font-size: 12px}

.mainbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 20px 10px 20px;
	color: #000066;
	font-size: 12px;
	text-decoration: none;
	max-width: 700px;
	}
.mainbody a:active { color: #000066; text-decoration: underline; font-size: 12px}
.mainbody a:link {  color: #000066; text-decoration: underline; font-size: 12px}
.mainbody a:visited {  color: #000066;text-decoration: underline; font-size: 12px}
.mainbody a:hover {  color: #CC3300; text-decoration: underline ; font-size: 12px}

.mainbody h1 {
	font-family: Times New Roman bold, Arial bold, Helvetica, sans-serif;
	color: #000080; 
	font-size: 24px;
}
.mainbody h2 {
	font-family: Times New Roman bold, Arial bold, Helvetica, sans-serif;
	color: #000080; 
	font-size: 20px;
}


.mainbody table tr td {
	color: #000080;
	padding: 0px 20px 0px 20px;
}

.photoalbum a { target: _top }

#header {
    height: 147px;
    padding: 0px;
    background: url(images/gymbanner.jpg) repeat-x;
    }

#headerText {
    position: absolute;
    top: 120px;
    font-size: 24px;
    font-weight: bold;
    text-indent: 30px;
    color: white;
}

#topbar {
    margin: 0;
    padding: 2px 20px 1px 2px;
    font-size: smaller;
    background: #000099;
    color: #ffffff;
    text-align: right;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
    }

#bottomLegal {
	background: #000099;
	padding: 2px 30px 2px 30px;
	text-align: center;
	color: #ffffff;
	font-size: smaller;
}


