a.black         { color: #000;    text-decoration: underline; }
a.black:visited { color: #000;    text-decoration: underline; }
a.black:hover   { color: #f00;    text-decoration: underline; }

a.white         { color: #fff;    text-decoration: underline; }
a.white:visited { color: #fff;    text-decoration: underline; }
a.white:hover   { color: #ace733; text-decoration: underline; }

a.body {
 display: block;
 text-align: center;
 width: 200px;
 height: 25px;
 font-size: 10pt;
 font-weight: bold;
 color: #fff;
 background-color: rgb(117,178,221);
 text-decoration: none;
 padding-top: 5px; 
}

a.body:visited {
 color: #fff;
 text-decoration: none;
}

a.body:hover {
 color: #900;
 background-color: #eee; 
 text-decoration: none;
}

a.control {
 display: block;
 text-align: center;
 width: 140px;
 height: 25px;
 font-size: 80%;
 font-weight: bold;
 color: #900;
 background-color: #ace733;
 text-decoration: none;
 border-bottom: 4px solid #fff;
 padding-top: 3px; 
}

a.control:visited {
 color: #900;
 text-decoration: none;
}

a.control:hover {
 color: #fff;
 background-color: #009; 
 text-decoration: none;
}

a.menu {
 display: block;
 text-align: center;
 width: 140px;
 height: 25px;
 font-size: 80%;
 font-weight: bold;
 color: #fff;
 background-color: rgb(117,178,221);
 text-decoration: none;
 border-bottom: 4px solid #fff;
 padding-top: 3px; 
}

a.menu:visited {
 color: #fff;
 text-decoration: none;
}

a.menu:hover {
 color: #900;
 background-color: #eee; 
 text-decoration: none;
}

body {
 margin: 0;
 padding: 0;
 font-family: verdana, tahoma, arial;
 font-size: 12pt;
}

div.shadow {
 width: 950px;
 background-image: url(../img/shadow.jpg);
}

div.banner {
 width: 900px;
 height: 371px;
 text-align: left;
 background-image: url(../img/banner.jpg);
 background-repeat: no-repeat;
}

div.menu {
 width: 169px;
 float: left;
 padding: 10px 0;
}

div.content {
 width: 710px;
 min-height: 450px;
 height: auto !important;
 height: 450px;
 float: right;
 background-color: rgb(184,8,8);
 color: #fff;
 padding: 10px;
}

div.footer {
 clear: both;
 border-top: 3px solid #009;
 height: 30px;
 background-color: rgb(117,178,221);
 color: #009;
 font-size: 80%;
 text-align: center;
 padding-top: 6px;
}

div.title {
 font-family: verdana, tahoma, arial;
 font-size: 14pt;
 font-weight: bold;
 color: rgb(117,178,221);
}

.blk10             { font-size: 10pt; color: #000; }
.wht10             { font-size: 10pt; color: #fff; }
.wht12             { font-size: 12pt; color: #fff; }

.eventdateblue {
 position: absolute;
 display: inline;
 border: 1px solid;
 border-width: 0 .1em;
 padding: 0 .5em;
 top: -.6em;
 left: 1em;
 color: #fff;
 background-color: #00f;
 font-size: 9pt;
 }

.eventdategreen {
 position: absolute;
 display: inline;
 border: 1px solid;
 border-width: 0 .1em;
 padding: 0 .5em;
 top: -.6em;
 left: 1em;
 color: #fff;
 background-color: #ace733;
 font-size: 9pt;
 }

.eventdesc {
 position: relative;
 margin: .5em;
 border: .1em solid #000;
 padding: .5em;
 width: 250px;
 background-color: #eee;
 }
