body {
 background-color: none;
 font-family: verdana;
 font-size: 8pt;
}

img.left {
 padding: 10px;
}

div#top {
 position: absolute;
 top: 0px;
 left: 0px;
 background-image: url('images/topBG.gif');
 background-position: 0 0;
 background-repeat: repeat-x;
 background-attachment: none;
 width: 100%;
 height: 150px;
}

div#banner {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 700px;
 height: 150px;
}

div#menu {
 position: absolute;
 top: 180px;
 left: 1%;
 border: 0px;
}

div#contain { 
 position: absolute;
 top: 203px;
 left: 1%;
 width: 64%;
 border: 1px solid #595857;
 background-color: #FBF8CD;
 padding: 10px;
 align: justify;
}

.bottom {
 position: absolute;
 top: 40%;
 width: 85%;
 background-color: none;
 border: 0px;
}

.bottom {
 position: absolute;
 top: 40%;
 width: 85%;
 height: 100%;
 background-color: none;
 border:0px;
}

iframe#events {
 position: absolute;
 top: 150px;
 right: 1%;
 color: #660000;
 background-color: none;
 width: 30%;
 border: 0;
 height: 100%; 
}

a:link {font-family: verdana; font-size: 8pt; color: #99CC66; text-decoration: none;}
a:active {font-family: verdana; font-size: 8pt; color: #99CC66; text-decoration: none;}
a:visited {font-family: verdana; font-size: 8pt; color: #FF6666; text-decoration: none;}
a:hover {font-family: verdana; font-size: 8pt; color: #FFFFFF; text-decoration: none;}

