BODY {
    font-family: helvetica;
    font-size: 11pt;
}

#content-wrapper {
width: 800px;
margin: 0px auto;
padding-top: 0px;
}

#header {
    height: 86px;
    font-size: 24pt;
    color: white;
    background-image: url(/images/header.jpg);
    background-repeat: no-repeat;
    font-family: times;
}

#content {
    background-image: url(/images/header_reflection.jpg);
    background-repeat: no-repeat;
    height: 92px;
}

#footer {
    padding-top: 10px;
    clear: both;
}

#header td {
    font-size: 36pt; 
    color: white;
    text-shadow: #000 2px 2px 2px;
}

#content-left {
    padding-top: 20px;
    margin-top: 0px;
    width: 170px;
    float: left;
    font-size: 10pt;
}

#content-main {
    padding-top: 20px;
    margin-top: 0px;
    float: left;
    margin-left: 20px;
    width: 610px;
}

#navigation {
    font-size: 12pt;
    padding-bottom: 4px;
    border-bottom: 1px dashed #999;
}

#navigation a {
    color: black;
}

div.box {
    border: 1px dotted #666;
    padding: 8px;
    background-color: white;
}

div.boxHeader {
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 8px;
}

div.eventBlurb {
    font-size: 10pt;
    margin-bottom: 8px;
}

span.eventTime {
    font-style: italic;
}

a.noUnderline {
    text-decoration: none;
}

a.header {
    text-decoration: none;
    color: white;
}

span.info {
    font-size: 9pt;
    font-style: italic;
}

BUTTON {
    background-color: white;
    border: 1px outset #999;
    padding: 3px 8px 3px 8px;
    font-weight: bold;
}

ul.menu, ul.submenu {
    cursor: pointer;
    list-style: square inside;
    padding: 0px;
    margin: 0px;
}

ul.submenu {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 4px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

tr.odd {
    background-color: #eee;
}

td, th {
    font-size: 10pt;
}

table.matrix {
    border-spacing: 0px;
}

table.matrix th {
    text-align: left;
}
table.matrix td, th {
    border-bottom: 1px solid #999;
}

table.calendar {
    border-spacing: 0;
}

table.calendar th {
    border: none;
    padding-bottom: 10px;
}

table.calendar td.calendarDayHeaderActive {
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    border-bottom: 1px solid #999;
    background-color: #cfc;
}

table.calendar td.calendarDayActive {
    background-color: #eee;
    padding: 4px;
    font-size: 8pt;
}

table.calendar td.calendarDayHeaderInactive {
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    color: #999;
    background-color: white;
}

table.calendar td.calendarWeek {
    font-size: 8pt;
    font-weight: bold;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fee;
}

.property {
    font-weight: bold;
}

span.error {
    color: red;
}

span.date {
    font-style: italic;
    font-size: 10pt;
}

a.bolden {
    font-weight: bold;
}

div.news_preview {
    background-color: #eee;
    text-align: justify;
}

#content-main p {
    text-align: justify;
}

.mandatory {
    background-color: #ddd;
}
