.top_bar {
    width: 100%;
    height: 10px;
    background: url(../images/top_bar.jpg);
    border-top: solid 1px #666666;
}

.header {
    width: 100%;
    height: 111px;
    background: url(../images/main_image_back.jpg);
}

.main_image {
    width: 144px;
    height: 109px;
    vertical-align: middle;
    padding-left: 12px;
}

.lower_bar {
    width: 100%;
    height: 14px;
    background: url(../images/lower_bar.jpg);
}

.main {
    background: #f5f5f5;
    border-left: solid 1px #666666;
    border-right: solid 1px #666666;
    margin: -2px 0 -2px 0;
}

.menu {
    width: 175px;
    background: #f5f5f5;
    border-left: solid 0 #666666;
    border-right: dashed 1px #666666;
    border-top: solid 1px #f5f5f5;
    border-bottom: solid 1px #f5f5f5;
    padding: 15px;
}

.content {
    background: #ffffff;
    width: 800px;
    padding: 18px;
    border-left: solid 0 #666666;
    border-right: solid 0 #666666;
    border-top: solid 0 #666666;
    border-bottom: solid 0 #666666;
}

.footer {
    width: 100%;
    background: #BABDCA;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    height: 35px;
    color: #53586D;
    text-align: center;
    padding: 10px 0;
}

body {
    margin: 0 0 0 0;
    background-color: #f5f5f5;
    color: #465675;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

table {
    border-collapse: collapse;
}

td {
    padding: 0;
    vertical-align: top;
}

h1 {
    margin: 0 0 20px;
}

h2, h3, h4, h5 {
    font-size: 14px;
    color: #FF9900;
    font-weight: bold;
    margin: 20px 0 10px;
}

h6 {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
}

a:link, a:visited {
    color: #697230;
    text-decoration: none;
}

a:hover {
    color: #23598d;
    text-decoration: none;
}

ul, ol {
    margin: 10px 0;
    padding-left: 20px;
}

li {
    width: auto;
    margin: 0 0 0 0 !important;
    border: 0;
    padding: 0 0 0 0;
}

.siteheading {
    font-size: 48px;
    color: #53586D;
    text-decoration: none;
    text-align: left;
}

.mainlevel {
    margin: 5px 0 5px 0;
}

.mainlevel a:link, .mainlevel a:visited {
    color: #3D4E6D;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

.mainlevel a:hover {
    color: #98A258;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
}

a#active_menu {
    color: #3D4E6D;
    font-weight: bold;
}

.sublevel {
    margin: 5px 0 5px 10px;
}

.sublevel a:link, .sublevel a:visited {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #6F7692;
    width: 100%;
}

.sublevel a:hover {
    color: #98A258;
    width: 100%;
    text-decoration: none;
}

.createdate {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color: #343A58;
    text-decoration: none;
    font-weight: normal;
    padding-bottom: 5px;
}

a.readon:link, a.readon:visited {
    color: #98A258;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

a.readon:hover {
    color: #23598d;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

.site_name {
    padding-left: 20px;
    vertical-align: middle;
}

table.registrations td {
    padding: 5px;
    border: 1px solid black;
}

table.registrations td:nth-child(3) {
    text-align: right;
}
