html {
    background-color: white;
}

body {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
}

a,
a:hover,
a:active,
a:visited {
    color: #0000ff;
}

img.thick_white_border {
    margin: 0px 0px 0px -20px;
    padding: 9px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

h1, h2, h3 {
    font-family: "Souvenir Lt BT", Arial, Helvetica, sans-serif;
    color: black;
    font-weight: normal;
}

h1 {
    font-size: 22pt;
    margin: 30px 0px 22px -10px;
}
h2 {
    font-size: 18pt;
    margin: 20px 0px 10px -5px;
}
h3 {
    font-size: 14pt;
    margin: 20px 0px 10px -3px;
}

.lined {
    border-bottom: 1px dotted #6396cb;
}

object#calendar {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 10px;
    margin: 0px 0px -50px -12px;
    width: 100%;
    height: 600px;
}

object#events_list {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    width: 55%;
    height: 400px;
}

object#map {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 600px;
}

div#page {
    position: absolute;
    top: 0px;
    left: 1%;
    width: 98%;
    z-index: 20;
    min-width: 640px;
}

div#top_links {
    display: none;
}

div#logo {
    width: 207px;
    height: 56px;
    margin-top: 10px;
    margin-bottom: -10px;
}

div#main_menu {
    display: none;
}

div#section_menu {
    background: transparent;
    float: right;
    margin: 35px 0px 20px 40px;
    padding: 0px 20px 0px 20px;
    width: 180px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

div#section_menu ul {
    margin: 0px 0px 12px 18px;
}
div#section_menu ul.section_menu,
div#section_menu ul.section_menu ul {
    margin: 0px 0px 0px 20px;
}
div#section_menu ul.section_menu {
    margin-left: -5px;
    padding-top: 3px;
}
div#section_menu ul.section_menu li {
    margin-top: 10px;
    list-style: none;
}
div#section_menu ul.section_menu a {
    text-decoration: none;
    border: 1px dashed transparent;
    padding: 2px 5px 2px 5px;
    display: block;
}
div#section_menu ul.section_menu a:hover {
    border: 1px solid #993333;
    color: #993333;
}
div#section_menu ul.section_menu a.selected {
    font-weight: bold;
    border-color: inherit;
}

div#inner_page {
    background: transparent;
    margin: 30px 0px 0px 0px;
    padding: 0px 40px 0px 10px;
    font-size: 16px;
    line-height: 150%;
}
div#content {
    min-height: 400px;
    height: auto !important;
    height: 400px;
}

div#content_pushdown {
    margin: -5px -40px 0px -25px;
    padding: 0px 0px 0px 23px;
    background-color: transparent;
}
div#content_pushdown h1 {
    font-size: 18pt;
    margin: 0px 0px 5px -7px;
}
div#content_pushdown p {
    font-family: "Times New Roman", serif;
    font-size: 13pt;
    font-style: italic;
    line-height: 120%;
    letter-spacing: 0px;
}

div#bottom_menu {
    display: none;
}

div#legal {
    text-align: center;
    font-size: 9pt;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 130%;
}

table.tabular {
    width: 100%;
}

table.tabular,
table.tabular th,
table.tabular td {
    border: 1px solid #999999;
    padding: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: 10pt;
}

table.tabular th {
    background-color: #cccccc;
    color: #000000;
    padding: 2px 5px 2px 5px;
}

table.tabular td {
    background-color: #fafafa;
    color: #000000;
    padding: 1px 4px 1px 4px;
}

table.tabular td img {
    border: none !important;
    margin: 0px 0px -3px 0px;
    padding: 0px;
}

