A:link{text-decoration:none;}
A:visited{text-decoration:none;}
A:hover{text-decoration:underline;}
input,textarea,select{background-color:#333; color:white;}

body{ 
    font-weight: bold;
    color:black; 
    }

.sponsorwrapdiv {
    position: absolute;
    left:680px;
    top:5px;
    text-align: center; 
    width:120px;
    height:503px;
    }

.sponsordiv {
    overflow:hidden;
    height:434px;
    background-color:white;
    width:100%;
    }

.sponsorimg {
    border-bottom-color:gray;
    border-bottom-width:thin;
    border-style:none;
    width:100%;
    }

.home {
    position: absolute;
    text-align: center; 
    overflow:auto;
    left:5px;
    top:65px;
    width:660px;
    height:455px;
    }

.subhome {
    position: absolute;
    text-align: center; 
    overflow:hidden;
    left:5px;
    top:65px;
    width:665px;
    height:452px;
	background-color:#FFF;
    }

.schedulediv {
    position: absolute;
    text-align: center; 
    overflow:auto;
    left:5px;
    top:60px;
    width:665px;
    height:452px;
    }

.dateCell {
    background-color:#ffffcc;
    font-weight:bold;
}

.eventCell {
    background-color:#f1f6ff;
    border-width:1px;
    border-collapse:collapse;
    border-color:gray;
    text-align:left; 
}

.registrationText {
    position: absolute;
    top:525px;
    left:5px;
    width:662px;
    text-align: center; 
    overflow:auto;
    height:120px;
    border-style:solid;
    border-color:black;
    border-width:1px;
	background:#FFF;
    }

.eventText {
    text-align: center; 
    overflow:auto;
    height:225px;
    border-style:solid;
    border-color:black;
    border-width:1px;
    }

.navdiv {
    position: absolute;
    overflow:hidden;
    left:5px;
    top:5px;
    width:700px;
    height:55px;
    }

.subnavdiv {
    position: absolute;
    overflow:hidden;
    left:5px;
    top:60px;
    width:700px;
    height:30px;
    }

.navimg {
    border-top-width:0px;
    border-left-width:0px;
    border-right-width:1px;
    border-right-color:gray;
    }

.maindiv {position:absolute;
    left:0px;
    top:55px;
    width:780px;
    height:520px;
    overflow-y:auto;}

.submaindiv {position:absolute;
    left:0px;
    top:85px;
    width:780px;
    height:490px;
    overflow-y:auto;}


#centerDiv { height:600px;
    width:800px;
    position:absolute;
    background-attachment:fixed;
    background:url('http://beau.bounceme.net/bground.jpg');
    background-repeat:no-repeat; }
