a:link {
text-decoration: underline;
color: #B8860B;
}	

a:visited {
text-decoration: underline;
color: #381211;
}

a:hover { 
text-decoration: underline;
font-style: italic;
}

body {
font-family: Verdana, Arial;
font-size: small;
background-color: #E0E0E0;
}

.banner {
width: 96%;  
background-color: #425F9A;
padding: 0% 2% 0% 2%;
}

.bannerbottom {
width: 100%; 
height: 1%; 
background-color: #DFB34B;
}

.menu {
float: left; 
width: 14%; 
padding: 2%;
margin: 1%;
border: solid 1px #425F9A; 
background-color: #7E8AAE;
}

a.menulink:link {
text-decoration: none;
color: #000;
}

a.menulink:visited {
text-decoration: none;
color: #000;
}

a.menulink:hover {
text-decoration: none;
font-style: normal;
color: #FFF;
background-color: #425F9A;
}

.events {
float: right; 
width: 14%; 
padding: 2%;
margin: 1%;
border: solid 1px #425F9A; 
background-color: #7E8AAE;
}

.content {
float:left; 
width: 52%; 
margin: 1% 1% 3% 1%; 
padding: 2%;
background-color: #FFFFFF;
border: solid 1px #CCCCCC;
background-image:url(common/seal_trans_corner.gif);
background-position: bottom right;
background-repeat: no-repeat;
}

.menuheading {
font-family: Perpetua, Verdana, Arial;
font-size: x-large;
font-variant: small-caps;
text-decoration: underline;
color: #000;
}

.heading {
font-family: Perpetua, Verdana, Arial;
font-size: x-large;
font-variant: small-caps;
text-decoration: underline;
color: #425F9A;
}





