#popup {
    position: absolute;
    visibility: hidden;
    background-color: white;
    padding: 0;
    margin: 0;
    line-height: 18px;
    z-index: 100;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted black;
    color: black;
}
a:hover {
    text-decoration: none;
    border-bottom: 1px solid black;
    color: black;
}

.popup_tile {
    padding: 5px 5px 5px 5px;
    z-index: 100;
    border: 1px solid black;
    background-color: #EFEFEF;
    width: 400px;
    height: auto;
    color: #000000;
    position: absolute;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
}

.popup_tile .madwho_h1 {
    font-size: 12px;
    padding-left: 5px;
    font-weight: bold;
    color: black;
    padding-bottom: 8px;
}

.popup_tile .madwho_h2 {
    font-size: 10px;
    padding-left: 5px;
    color: #999999;
    padding-bottom: 5px;
}

.popup_tile .madwho_h3 {
    font-size: 11px;
    color: black;
    padding-left: 5px;
    font-weight: bold;
    padding-bottom: 5px;
}

.popup_tile .madwho_img {
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}

.popup_tile .madwho_cmnt {
    font-size: 12px;
    padding-left: 5px;
    padding-bottom: 5px;
    color: black;
}

.popup_tile .madwho_tl {
    padding: 0;
}

.popup_tile .cls {
    float: right;
    padding-left: 3px;
    cursor: pointer;
}

.page_header {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    /*padding: 10px;*/
    color: black;
    font-size: 11px;
    /*padding-left: 20px*/
}

.general_text {
    width: 700px;
    /*padding: 10px;*/
    clear: both;
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    font-family:cursive;
}

.route_map_img {
    clear: left;
}

body {
    color: black;
    font: 13px verdana;
    line-height: 18px;
    background-color: ivory;
    text-align: justify;
}

.outerContainer {
    height: 100%;
}

body>div.outerContainer {
    height: auto;
    min-height: 100%;
}

.header {
    height: 20px;
    font-family:cursive;
    width: 875px;
    color: black;
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
    border: 5px solid #362E2E;
    background-color: #D3D3D3;
}

.content {
    background-color: #EFEFEF;
    font-family:cursive;
    width: 875px;
    color: black;
    font-size: 12px;
    border: 5px solid #362E2E;
    text-align: center;
    clear:both;
}

.footer {
    clear: both;
    color: black;
    background-color: #D3D3D3;
    width: 875px;
    height: 20px;
    border: 5px solid #362E2E;
    text-align: center;
}

