
body { 
    display: block;
    background-color: darkgray;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

a, a:link, a:visited, a:active, a:hover {
    color: royalblue;
}

.logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    width: 180px;
    height: 120px;
    background-repeat: no-repeat;
    border: none;
}

.main {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 95%;
    padding-bottom: 20px;
}

.main_tr {
    vertical-align: top;
}

.main_settings {
    width: 5px;
    height: 100px;
}

.vertical_top {
    vertical-align: top;
}

.main_table {

}

.site_left {
    width: 210px;
}

.contents {
    width: 790px;
    vertical-align: top;
    padding-top: 10px;
}

.contents_table {
    vertical-align: top;
}

.page_title {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 10px;
    padding-left: 4px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px lightgray inset;
}

.break {
    height: 8px;
}
.header {
    text-align: center;
    font-weight: bold;
}

.map {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 2px groove darkgray;
}

.navigation_menu {
}

.navigation_table {
    margin-top: 10px;
}

.navigation_table td {
    padding-bottom: 4px;
}

.contact_info {
    margin-top: 20px;
    border: 2px crimson solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.contact_info_title {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 12px;
}