html {
    overflow-y: scroll;
}

body {
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-family: arial, helvetica, sans-serif;
    font-size: 36px;
    color: #5e6266;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 130px;
}

h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 20px;
    color: #5e6266;
    width: 100%;
    margin-top: 35px;
    border-bottom: 2px solid  #B5BEC5; 
}

h3 {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: #5e6266;
    width: 100%;
    margin-top: 35px;
    border-bottom: 1px solid  #B5BEC5; 
    clear: both;
}


#content {
    width: 780px;
    text-align: center;
    margin-top: 0px; 
    margin-right: auto; 
    margin-bottom: 0px; 
    margin-left: auto; 

}

#header {
    background-color: #C2CAD0;
    background-repeat: no-repeat;
    background-position: 1px;
    margin-top: 0px;
    border-bottom: 5px solid #8d9399;
    border-top: 1px solid #8d9399;
    font-family: arial, helvetica, sans-serif;
    float: left;
    width: 780px;
    height: 62px;
    text-align: left;
}

#content_sidebar {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: #404040;
    float: left;
    width: 180px;
}

.content_menu {
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    font-family: arial, helvetica, sans-serif;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    float: left;
    clear: left;
    margin-top: 30px;
    width: 180px;
    padding: 0px 0px 0px 0px;
}

.content_menu div {
    display: block;
    border-bottom: 1px dashed #DDDDDD;
    font-size: 16px;
    padding: 3px 0px 3px 0px;
    font-weight: bold;
}

.content_menu a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 8px 0px 8px 0px;
    color: #404040;
}

.content_menu a:visited {
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 8px 0px 8px 0px;
    color: #404040;
}

.content_menu a:active {
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 8px 0px 8px 0px;
    color: #404040;
}

.content_menu a:hover {
    text-decoration: underline;
    font-size: 14px;
    display: block;
    padding: 8px 0px 8px 0px;
    background-color: #e5e5e5;
    color: #000000;
}


.image_paragraph_right {
    float: right;
    margin-top:0px;
    margin-left:20px;
    margin-bottom:10px;

    
}

td {
    border: solid 1px #8d9399;
    padding-left: 5px;
    padding-right: 5px;

}

th {
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #8d9399;
    background-color: #f7f7f7;
}

table {
    padding-left: 30px;
    text-align: center;
}


#content_main {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 130%;
    color: #404040;
    float: right;
    width: 560px;
    text-align: justify;
}

#content_main a, #content_main a:visited, #content_main a:active {
    text-decoration: underline;
    color: #707c83;
}

#content_main a:hover {
    text-decoration: underline;
    color: #000000;
}

#content_right {
    margin: 0 auto;
    padding: 5px;
    display: inline;
    float: right;
    width: 265px;
}

#content_left { 
    margin: 0 auto;
    padding: 5px;
    display: inline;
    float: left;
    width: 265px;
}

#footer {
    width: 780px;
    border-top: 1px solid #DDDDDD;
    text-align: center;
    clear: both;
    margin-top: 0px; 
    margin-right: auto; 
    margin-bottom: 0px; 
    margin-left: auto; 
}

#footer_space {
    line-height: 30px;
    width: 780px;
    clear: both;
    margin-top: 0px; 
    margin-right: auto; 
    margin-bottom: 0px; 
    margin-left: auto; 
}

#footer_right {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #DDDDDD;
    float: right;
    text-align: right;
}

#footer_left {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #999999;
    float: left;
    clear: left;
    text-align: left;
}

#footer_right a, #footer_right a:visited, #footer_right a:active {
    text-decoration: none;
    color: #999999;
}

