/* CSS Document */

html, body {
height: 100%;
}

body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 76%;/**/
background-color: #CC0000;
}

div.spacer {  /* this keeps the floating elements within the topcontent */
clear: both;
}

/*** CONTAINER boxes up the entire page including header and footer ***/
#container {
background-color: #fff;
border-left: 1px solid #000;
border-right: 1px solid #000;
width: 750px;
margin-right: auto;
margin-left: auto;
position: relative;
min-height: 100%;
height: 100%;
voice-family: "\"}\"";
voice-family: inherit;
height: auto;
}

html>body #container {
height: auto;
}

#header {
position: relative;
width: 100%;
height: 98px;
left: 0;
top: 0;
text-align: left;
clear: both;
}

#topStuff {
}

#header.home {
}

#nav {
display: none;
}

#nav.home {
display: none;
}

#content {
left: 50px;
width: 530px;
text-align: left;
float: left;
position: relative;
}

#content.home {
width: 400px;
}

#footer {
display: none;
}

#calendar {
width: 190px;
position: relative;
left: 70px;
float: left;
top: 0px;
}

#calendar .date {
font-weight: bold;
font-size: 0.90em;
}

#calendar .event {
font-size: 0.90em;
}

#calendar ul {
font-size: 0.90em;
line-height: 1.2em;
margin-left: 0.7em;
}

#calendar a, #calendar a:link, #calendar a:visited {
text-decoration: none;
}

#calendar a:active, #calendar a:hover {
text-decoration: underline;
}

#calendar a.monthLink, #calendar a:link.monthLink, #calendar a:visited.monthLink {
color: #fff;
text-decoration: none;
}

#calendar a:active.monthLink, #calendar a:hover.monthLink {
color: #D5E5F2;
text-decoration: underline;
}

#events {
border-top: 1px solid #d60000;
}

.italic {
font-style: italic;
}

.bold {
font-weight: bold;
}

.warn {
font-weight: bold;
color: #f00;
}

.warnCenter {
font-weight: bold;
color: #f00;
text-align: center;
}

p, td, li {
font-size: 1.0em;
line-height: 1.6em;
}

#footer p {
font-size: 0.86em;
text-align: center;
}

td p {
font-size: 1.0em;
line-height: 1.6em;
}

.center {
text-align: center;
}

.caption {
font-size: 0.86em;
font-style: italic;
}

tr.bg_red {
background-color: #d60000;
}

h1 {
color: #d60000;
text-align: center;
font-size: 1.3em;
font-weight: bold;
}

h2 {
color: #d60000;
font-size: 1.1em;

}

td.resultHead2 {
color: #fff;
font-weight: bold;
}

th {
color: #fff;
font-weight: bold;
}