html body {
    margin: 0px;
    padding: 0px;
    background: #e6e6e6;
    text-align:center;
}

/* ====================== text styles ========================== */

html body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #999;
    text-decoration: none; 
}

p {
    margin-top: 0px;
    padding-top: 5px;
    margin-bottom: 15px;
    line-height: 17px;
}

form {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

img {
    vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bolder;
    text-decoration: none; 
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

h1 {
    color: #84B5DD;
    font-size: 19px;
    margin-bottom: 10px;
}

h2, h3, h4, h5, h6 {
    color: #3F83C2;
    font-size: 1.3em;
    margin-bottom: 10px;
}

a {
    color: #989898;
    text-decoration: none; 
}

a:hover {
    color: #056CB6;
    text-decoration: none; 
}

/* ==================== LAYOUT ========================== */


#page {
    margin: 0 auto;
    text-align:center;
    width: 820px;
    background: #fff url('images/header_back.jpg') no-repeat top right;
}

#container {
    margin: 0 auto;
    text-align:center;
    width: 760px;
    overflow: hidden;
}

#header {
    width: 760px;
    height: 130px;
}

#logo {
    float: left;
    width: 110px;
    height:95px;
    margin-top: 20px;
}

#slogan {
    float:right;
    width: 500px;
    height:15px;
    margin-top: 100px;
    text-align:right;

    font-size: 12px;
    font-weight:bold;
    color: #84B5DD;
}

#menu, #menu table {
    height: 34px;
    width: 100%;
    overflow:hidden;
}

#menu {
    border-top: 2px dotted #999;
    border-bottom: 2px dotted #999;
}


#menu td a {
    padding: 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:normal;
    color: #777;
    text-align:center;
    text-decoration: none; 
    display:block;
}

#menu td a:hover {
    color: #84B5DD;
    text-decoration: none; 

}

#menu td a.active {
    color: #84B5DD;
    text-decoration: none; 

}

#menu td a.first {
    text-align:left;
    padding-left: 0px;
}

#menu td a.last {
    text-align:right;
    padding-right: 0px;
}

#main_pic {
    margin-top: 20px;
    width: 760px;
    overflow:hidden;
    background: #005DAB;
    text-align: left;
}

#pictext {
    float: right;
    width: 440px;
    padding: 80px 0px 0px 0px;
    color: #fff;
    text-align:center;
}

#pictext h1 {
    font-size: 14px;
    color: #fff;
}

#content {
    width: 760px;
    margin: 20px 0px;
    overflow:hidden;
    text-align:left;
}

#content strong {
color: #84B5DD;
}

.button a {
    float: right;
    width: 117px;
    height: 67px;
    margin-left: 15px;
    background: url('images/button.jpg') no-repeat;
    text-align: center;
    padding-top: 50px;

    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.button a:hover {
    text-decoration:none;
    background: url('images/button02.jpg') no-repeat;
}

#footer {
    width: 820px;
    margin: 20px auto;
    color: #777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

#footer a {
    text-decoration:none;
    color: #777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#footer a:hover {
    text-decoration:none;
    color: #84B5DD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#design {
    float:right;
}

#copyright {
    float:left;
}

form select, form input{
    margin: 5px;
    padding: 0px;
    border: 1px solid #425985;
    color: #425985;
}

.submit {
    border: 0px;
    width: auto;
}

ul {
    margin-top: 0px;
}

.divider {
    height: 15px;
    border-bottom: 1px solid #A6BDD8;
    margin-bottom: 25px;
}

