
/*Set Base styles*/
div.menu a {
color: #eeeeee;
background: #ffffff;
text-decoration:none;
font-size:16px;
line-height:20px;
/*font-family: Tahoma, verdana, sans-serif;*/
font-family: Bank Gothic, Light;
padding: 2px 2px ;
margin:auto;
border:none;
}
/*Set Link Colors*/
div.menu a:link {
color: #eeeeee;
background: #5476C0;
}

div.menu a:active {
color: #eeeeee;
*background: #003093;
}

div.menu a:visited {
color: #eeeeee;
background: #5476C0;
}
/*End Set Link Colors*/
div.menu a:hover {
color: #eeeeee;
background: #003093;
/**border:1px solid #000000;*/
}


/*Running Club Header*/
.header1 {
background-color:#003093;
color:#ffffff;
font-size:2em;
padding: .4em .8em ;
font-weight:bold;
margin-bottom:.1px ;
font-family: Rockwell;
}
.bodytext {
color:#5476C0 ;
font-size:16px;
font-family: Rockwell;
}
div.bodytext a:active {
color: #eeeeee;
*background: #003093;
}
div.bodytext a:visited {
color: #eeeeee;
background: #5476C0;
}
div.bodytext a:link {
color: #eeeeee;
background: #5476C0;
}

.footer1{
background-color:#5476C0;
color:#5476C0;
font-size:2em;
width:100%;
padding: .2em .8em ;
font-weight:bold;
margin-bottom:.5px ;
font-family: Arial, verdana, sans-serif;
}

.gallery{
color: #eeeeee;
background: #5476C0;
font-size:1em;
padding: .4em .8em ;
font-family: Bank Gothic, Light;
}