
body {
background-color: #660033;
}

.pageframe {
width:702px;
border: 3px solid #006666;
background-color: #fbfbe7;
}

.header a{
color: #E07000;
}

.contact {
background: #CC99CC;
border: 1px solid #006666;
margin: 2px;
padding: 5px;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: white;
}

.content {
margin: 2px;
padding: 25px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}

#gymtable {

border: 1px solid #006666;
background-color: #fbfbe7;

}

#gymtable td {
background: #cc99cc;
border: 1px solid #006666;
padding: 2px;
text-align: left;
}



.headline {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #006666;
font-weight: bold;
}

.smallline {
font-size: 9px;
}

span {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.footerLinks {
border: 1px dotted #006666;
padding: 2px;
text-align: center;
font-size: 10px;
}

.footer {
width: 700px;
color: #ffffff;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.footer a {
color: #E07000;
}


.textframe {
border-top: 1px dashed #006666;
border-bottom: 1px dashed #006666;
padding: 2px;
width: 65%;
text-align: justify;
vertical-align: top;
}

.chromestyle{
width: 702px;
font-weight: bold;
color: #006666;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-top: 1px solid #006666;
border-bottom: 1px solid #006666;
/* background: url(chromebg5.gif) center center repeat-x; THEME CHANGE HERE*/
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
/*color: #494949;*/
color: #006666;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-variant: small-caps;
/* border-right: 1px solid #006666; THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
/* background: url(chromebg5-over.gif) center center repeat-x; */
text-decoration: underline;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v"; */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #006666; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #fbfbe7;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #006666; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #006666;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fbfbcf;
}



.content a,.content a:link,.content a:active,.content a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #E07000;
text-decoration: none;
}

.content a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #E07000;
text-decoration: underline;
}