body {
    height: 100%;
    width: 100%;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: #012756; /*Dark Blue*/
    background-color: #fffffa;
    margin: 0px;
    padding: 0px;
}

#content {
    width: 800px;
    margin: auto;
    margin-top: 30px;
}

#topbox {
    background: url(/img/topbox.png) bottom left no-repeat;
    border-top: solid 1px #fff;
}

#menu {
    position: relative;
    top: -3px;
    text-align: right;
    margin-bottom: 0px;
}

#menu li {
    display: inline;
    margin-left: 15px;
}

#menu li a {
    font-size: 12px;
    color: #012756; /*Dark Blue*/
    background-color: #fffffa;
    text-decoration: none;
}

#menu li a:active,
#menu li a:hover,
#menu li a.current {
    color: #e44e1c; /*Orange*/
    background-color: #fffffa;
    border-top: solid 5px #e44e1c; /*Orange*/
    padding-top: 3px;
}

#bodybox {
    position: relative;
    height: 400px;
    border-top: 5px solid #012756; /*Dark Blue*/
}

#bodybox .maincontent {
    padding-top: 7px;
    color: #fff; /*White*/
    background-color: transparent;
}

#bodybox table,
#bodybox p {
     margin-left: 27px;
     margin-right: 25px;
}

#bodybox h4 {
    margin: 0px 27px 0px 25px;
    text-align: right;
    font-size: 14px;
}

#bodybox td {
    padding-right: 30px;
    padding-bottom: 4px;
}

#bodybox h3 {
    font-size: 30px;
    text-transform: lowercase;
    letter-spacing: 2px;
    margin: 0px 0px 0px 17px;
}

#bodybox p {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: justify;
    letter-spacing: 0.3px;
}

#bodybox p:first-letter {
    font-weight: bold;
    font-size: 16px;
}

#bodybox ul {
    list-style: square;
    color: #e44e1c; /*Orange*/
    background-color: transparent;
    margin-left: 55px;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-left: 0px;
}

#bodybox a {
    text-decoration: underline;
}

#bodybox span,
#bodybox a {
    color: #fff; /*White*/
    background-color: transparent;
}

#bodybox a:active,
#bodybox a:hover {
    color: #e44e1c; /*Orange*/
    background-color: transparent;
}

.bold {
    font-weight: bold;
}

#bodybox .orange_dot,
.orange_dot {
    color: #e44e1c; /*Orange*/
    background-color: transparent;
}

#bottombox {
    border-top: solid 3px #012756; /*Dark Blue*/
    border-bottom: solid 5px #012756; /*Dark Blue*/
    padding-top: 11px;
    padding-bottom: 10px;
}

#bottombox form {
    margin: 0px;
}

#bottombox table {
    border-spacing: 0px;
    margin-bottom: 0px;
}

#bottombox h3 {
    color: #e44e1c; /*Orange*/
    background-color: #fffffa; /*Broken white*/
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
}

#bottombox p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.align_top {
    vertical-align: top;
}

.table_padding {
    width: 236px;
    overflow: auto;
    padding-left: 30px;
}

#bottom_left {
    overflow: auto;
    width: 217px;
    margin-right: 50px;
}

#bottom_left table {
    margin-top: 15px;
}

#bottom_left td {
    padding-right: 10px;
}

#bottom_left input {
    width: 120px;
    height: 16px;
    border: solid 1px #012756; /*Dark Blue*/
    margin-bottom: 4px;
}

#bottom_left .button_input {
    width: 50px;
    font-size: 12px;
    color: #012756; /*Dark Blue*/
    background-color: #fff; /*White*/
    border: solid 1px #012756; /*Dark Blue*/
    text-align: center;
}

#bottom_left .button_input:hover {
    color: #012756; /*Dark Blue*/
    background-color: #ddd; /*Grey*/
}

#bottom_left p {
    overflow: hidden;
}

#bottom_middle {
    overflow: auto;
    width: 207px;
    margin-right: 30px;
    margin-left: 30px;
}

#bottom_middle table {
    margin-top: 10px;
 }

#bottom_middle .address {
    margin: 1px 0px;
}

#bottom_middle a {
    color: #012756; /*Dark Blue*/
    background-color: #fffffa; /*Broken White/Light Yellow*/
    text-decoration: underline;
}

#bottom_middle a:hover {
    color: #e44e1c; /*Orange*/
    background-color: #fffffa; /*Broken White/Light Yellow*/
}

#bottom_right {
    width: 230px;
    margin-left: 20px;
}

#bottom_right ul {
    list-style: square;
    color: #e44e1c; /*Orange*/
    background-color: #fffffa; /*Broken White/Light Yellow*/
    padding-left: 25px;
    margin-left: 0px;
}

#bottom_right li {
    padding-bottom: 3px;
}

#bottom_right a {
    text-decoration: underline;
}

#bottom_right a,
#bottom_right span {
    color: #012756; /*Dark Blue*/
    background-color: #fffffa; /*Broken White/Light Yellow*/
}

#bottom_right a:hover {
    color: #e44e1c; /*Orange*/
    background-color: #fffffa; /*Broken White/Light Yellow*/
}

#w3c {
    margin-top: 10px;
    padding-right: 5px;
    text-align: right;
}

#w3c img {
    margin-left: 5px;
    border: none;
}

#w3c a {
    text-decoration: none;
}

#w3c .co2 {
    float: left;
    margin-top: -5px;
}

