a:link {
    color: #663300;
    text-decoration: none;
}

a:hover {
    color: #663300;
    text-decoration: underline;
}

a:visited {
    color: #663300;
    text-decoration: none;
}

a:visited:hover {
    color: #663300;
    text-decoration: underline;
}

body {
    background-color: #663300;
    color: black;
    font-family: arial,helvetica, sans-serif;
    font-size: 12pt;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.content {
    background-color: white;
    color: #663300;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 791px;
}

.menu {
    border-right: solid #663300 1px;
    border-bottom: solid #663300 1px;
    color: #663300;
    float: left;
    font-size: 10pt;
    padding-left: 2px;
    padding-right: 2px;
    width: 125px;
}

.menu-section-header {
    width: 100%;
    border-top: solid #663300 2px;
    border-bottom: solid #663300 2px;
    font-weight: bold;
}

.menu-sub-section p {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 10px;
    text-indent: -5px;
}

.double-rule {
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	border-top: solid 1px #663300;
	border-bottom: solid 1px #663300;
}

.page-content {
    width: 650px;
    margin-left: 135px;
}

.page-header {
	color: #663300;
    width: 100%;
    font-size: 24pt;
    text-align: center;
}

.notice {
    color: red;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.notice a:link {
    color: red;
}

.notice a:visited {
    color: red;
}

.footer {
    background-color: #663300;
	clear: left;
    color: black;
    float: left;
    font-size: 8pt;
    text-align: center;
    width: 791px;
}

.footer a {
	color: gray;
}

.section-header {
    font-size: 18pt;
}

.calendar a:link {
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}

.calendar a:hover {
    color: #003366;
    text-decoration: underline;
    font-weight: bold;
}

.calendar a:visited {
    color: #336699;
    text-decoration: none;
    font-weight: bold;
}

.calendar a:visited:hover {
    color: #336699;
    text-decoration: underline;
    font-weight: bold;
}

.calendarHeader {
	font-weight: bold;
}

.alt-row {
	background-color: #EEEEEE;
}
