body {
    margin: 0px;
    padding: 0px;
    font-family: Comic Sans MS, Comic Sans, comic sans, Arial, cursive, sans-serif;
    font-size: 12pt;
    color: black;
    background-color: white;
}

.crumbbar {
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    background-color: #FFBB00;
    color: #000000;
    font-weight: bold;
}

/* General Headers */
.heading {
    margin: 30px;
    font-weight: bold;
    font-size: x-large;
    text-transform: uppercase;
}

/* Category headers */
.category {
	padding-top: 24px;
    font-weight: bold;
    font-size: large;
    text-transform: uppercase;
}

.prize {
    margin-top: 12px;
    margin-bottom: 24px;
    font-weight: bold;
}

.winner {
	list-style-position: inside;
    list-style-image: url( graphics/winner.png );
    list-style-type: circle;
    color: red;
    margin-top: 6px;
    margin-bottom: 12px;
    /*margin-left: 20px;*/
    font-weight: normal;
}

.event {
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
    margin-top: 6px;
    margin-bottom: 12px;
    /*margin-left: 20px;*/
    font-weight: bold;
}
.newevent {
	list-style-position: inside;
    list-style-image: url( graphics/new.png ) ;
    list-style-type: circle;
}
.eventdes {
	list-style-type: none;
	list-style-image: none;
    list-style-position: outside;
    margin-bottom: 12px;
    /*margin-left: -10px;*/
    font-weight: normal;
}

/* sidebar */
.sidebar {
	width: 250px;
    margin: 0px;
    padding: 0px;
    color: #005500;
    background-color: #fff2cd;
    border: 1px solid #505050;
}
.sidebar a:link {  border: 3px solid #fff2cd; margin: 0px; padding: 3px;
    background-color: #fff2cd; color: #000000; text-decoration: none; display: block; }
.sidebar a:visited { border: 3px solid #fff2cd; margin: 0px; padding: 3px;
    background-color: #fff2cd; color: #000000; text-decoration: none; display: block; }
.sidebar a:active { border: 3px solid #000000; margin: 0px; padding: 3px;
    background-color: #FFBB00; color: #000000; text-decoration: none; display: block; }
.sidebar a:hover { border: 3px solid #000000; margin: 0px; padding: 3px;
    background-color: #FFBB00; color: #000000; text-decoration: none; display: block; }

/* sidebar headers */
.menuheadertop {
    margin-top: 0px;
    border-bottom: 1px  solid #505050;
    color: #ffbb00;
    background-color: #52696a;
    font-size: larger;
    font-weight: bold;
}
.menuheader {
    margin-top: 16px;
    border-top: 2px solid #000000;
    border-bottom: 1px  solid #505050;
    color: #ffbb00;
    background-color: #52696a;
    font-size: larger;
    font-weight: bold;
}

/* message */
.message {
    padding: 12px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center  top;
    background-color: white;
}

.message ul {
    list-style: none;
}

/* footer */
.footer {
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    background-color: #FFBB00;
    color: #000000;
    font-weight: bold;
}
.footer a:link { color: #005500; text-decoration: none; }
.footer a:visited { color: #005500; text-decoration: none; }
.footer a:active { color: #005500; text-decoration: underline; }
.footer a:hover { color: #005500; text-decoration: underline; }

/* Other Things */
.warning {
    color: #ff0000;
    font-weight: bold;
}

.warning_area {
    margin: 3px;
    padding: 3px;
    color: #550000;
    background-color: #ffff7f;
    border: 2px solid #aa0000;
}