body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.outer_main {
    text-align: left;
    margin: 0 auto;
    padding: 8px;
    width: 1180px;
    height: 100%;
}

.upcoming {
    float: left;
    width: 280px;
    height: auto;
}

.upcoming p {
    padding-left: 20px;
    vertical-align: middle;
    font-size: 10pt;
    margin-bottom: 0px;
    margin-top: 3px;
}

.logo_header {
    width: 55px;
    height: 60px;
    float: left;
    padding-bottom: 8px;
}

.title_header {
    height: 60px;
    line-height: 60px;
    font-size: 28pt;
    float: left;
    padding-bottom: 8px;
}

.title_menu {
    height: 60px;
    line-height: 60px;
    font-size: 12pt;
    float: right;
    padding-bottom: 8px;
}

.title_menu a {
    text-decoration: none;
}

.title_menu a:hover {
    text-decoration: underline;
}

.body {
    width: 900px;
    height: auto;
    float: left;
    border-bottom: 1px solid #dddddd;
}

.menu {
    font-size: 12pt;
    float: left;
    width: 200px;
    height: auto;
    padding-top: 5px;
}

.menu_item a {
    font-size: 12pt;
    text-decoration: none;
    float: left;
    width: 150px;
    height: auto;
    text-align: left;
    padding: 7px;
    padding-left: 35px;
    margin-top: 0px;
    margin-bottom: 7px;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
}

.menu_item a:hover {
    font-size: 12pt;
    float: left;
    width: 150px;
    height: auto;
    text-align: left;
    padding: 7px;
    padding-left: 35px;
    margin-top: 0px;
    margin-bottom: 7px;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
}

.menu_item_selected a {
    font-size: 12pt;
    float: left;
    width: 150px;
    height: auto;
    text-decoration: none;
    text-align: left;
    padding: 7px;
    padding-left: 35px;
    margin-top: 0px;
    margin-bottom: 7px;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
}

.menu_news {
    margin-top: 180px;
    font-size: 11pt;
    margin-bottom: 40px;
}

.menu_news h1 {
    font-size: 11pt;
}
.menu_news h2 {
    font-size: 10pt;
    margin-bottom: 0px;
    color: #555555;
}
.menu_news h3 {
    font-size: 10pt;
    font-weight: normal;
    color: #bbbbbb;
    margin-top: 0px;
    margin-bottom: 3px;
}
.menu_news p {
    font-size: 10pt;
    text-decoration: none;
    color: #777777;
    margin-top: 2px;
}

.content {
    font-size: 11pt;
    width: 900px;
    float: left;
    margin-left: 0px;
    padding-top: 0px;
}

td {
    font-size: 11pt;
}

p {
    font-size: 11pt;
}

.footer {
    text-align: right;
    padding-top: 3px;
    font-size: 9pt;
    color: #cccccc;
    clear: both;
    width: 900px;
    height: auto;
    position: static;
}

.addform {
    border: 1px solid #aaaaaa;
    padding: 10px;
}

a {
    color: black;
}

h1 {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 14pt;
}

h2 {
    font-size: 12pt;
}

li {
    font-size: 10pt;
}

a:hover {
    text-decoration: none;
}

.infobox {
    padding: 7px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fcf8e3;
    border-color: #faebcc;
    font-size: 11pt;
}

.newsbox {
    padding: 7px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    font-size: 11pt;
}

.eventbox {
    padding: 7px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fdfdfd;
    border-color: #f4f4f4;
    font-size: 10pt;
}

.videobox1 {
    padding: 7px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ffefcc;
    border-color: #ffefcc;
    font-size: 10pt;
}

.videobox2 {
    padding: 7px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #e6fff5;
    border-color: #e6fff5;
    font-size: 10pt;
}

.videobox3 {
    padding: 7px;
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #e6eeff;
    border-color: #e6eeff;
    font-size: 10pt;
}

.event_form {
    padding-bottom: 5px;
}

.event_form_label,
.event_form_text {
    /* in order to define widths */
    display: inline-block;
}

.event_form_label {
    width: 20%;
    /* positions the label text beside the input */
    text-align: right;
}
.event_form_text {
    width: 75%;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
