/*
 * global starting formats
 */

*, html {
    margin: 0;
    padding: 0;
}

body {
    color: #040499;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif; 
}

div {
    background-color: white; 
    position: float;
    overflow: hidden;
    text-align: bottom;
}

img {
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
    color: #040499;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    color: #040499;
}

h3 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}


/*
 * section/page specific
 */

div#base_wrapper {
    position: relative;
    width: 950px;
    margin: 0 auto;
    background: white;
    text-align: left;
    z-index: 1;
}

div#banner {
    width: 100%; 
    margin-top: 14px;
}

div#logo {
    float: left; 
    width: 725px;
}

img#top_right {
    vertical-align: middle;
}

div#top_right {
    float: left; 
    width: 225px;
    height: 60px;
    line-height: 60px;
    text-align: bottom;
}

div#navbar {
    background-color: #D2D2D2;
    float: clear;
    width: 100%; 
    height: 8px; 
    margin-bottom: 45px;
}

div#home_logo {
    text-align: center;
}

div#home_leftblock {
    float: left;
    width: 500px;
    text-align: left;
}

img#home_leftblock {
}

#home_h1 {
    color: #040499;
    font-size: 36px;
    line-height: 38px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#home_h2 {
    color: #040499;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

div#leftblock {
    float: left; 
    width: 240px; 
    text-align: left;
}

div#leftbox {
    background-color: #040499; 
    color: white; 
    width:170px; 
    padding: 5px;
    font-size: 16px; 
    font-weight: bold; 
    color: white; 
    margin-bottom: 15px;
}

div#lefttext {
    width:170px;
    margin-bottom: 20px;
}

img#leftlink {
    vertical-align: middle;
}

div#leftlink {
    width: 170px;
    line-height: 45px;
    text-align: center;
}

div#confirm_leftblock {
    float: left;
    width: 0%;
    text-align: center;
}

div#special_leftblock {
    float: left;
    width: 340px;
    text-align: center;
}

div#special_lefttext {
    background-color: #D2D2D2;
    width: 300px;
    color: #333333;
    font-size: 12px;
    padding: 20px;
    text-align: left;
    
}

div.confirm {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}

div#content {
    width: 640px;
    margin-bottom: 30px;
}

#content p {
    margin-bottom: 16px;
}

img#leftimage {
    width: 300px;
    float: left;
    padding-right: 10px;
}

div.home {
    width: 450px;
}

div.special {
    width: 560px;
    padding-left: 40px;
}

.home p {
    margin-top: 30px;
    margin-bottom: 12px;
    font-family: arial; 
    font-size: 18px; 
    color: #555555;
}

.home input {
    font-family: arial;
    font-size: 18px; 
    color: #555555;
    width: 10em;
}

div#home2 {
    width: 450px;
    float: right;
}

.header {
    color: #040499;
}
    
.header a {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-decoration: none;
}

.header a:visited {
    color: #040499;
}
     
.header a:hover {
    color: blue;
    text-decoration: underline;
}    
    
.bodybig {
    color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.bodybigblue {
    color: #040499;
    font-weight: bold;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

#bodybiggerblue {
    color: #040499;
    font-size: 18px;
}

#bodyblue {
    color: #040499;
    font-size: 12px;
}

#footer {
    font-family: Arial, Helvetica, sans-serif;
    color: #040499;
    font-size: 12px;
    text-align: center;
    text-decoration: none; 
    clear: both;
    width: 100%;
    height: 150px;
    line-height: 24px;
}

#footer a {
    text-decoration: none;
}

#footer a:visited {
    color: #040499; 
}
     
#footer a:hover {
    color: blue;
    text-decoration: underline; 
}

.footernav {
    margin-left: 350px;
}

.footernav td
{
    border-bottom: none;
    border-top: none;
    border-right: navy thin solid;
    border-left: none;
    width: 100px;
    height: 20px;
}

td#footernav_last
{
    border: none;
}

td#footernav_bottom
{
    border: none;
    height: 40px;
}

ol#termslist
{
    list-style-type: lower-roman;
    margin-left: 10px;
    list-style-position: inside;
}

ol#privacylist
{
    list-style-type: lower-alpha;
    margin-left: 10px;
    list-style-position: inside;
}

ul#privacylist
{
    margin-left: 10px;
    list-style-position: inside;
}

ul.errorlist {
    margin: 0;
    padding: 0;
}
.errorlist li {
    background-color: red;
    color: white;
    display: block;
    font-size: 12px;
    margin: 0 0 3px;
    padding: 4px 5px;
}

ul.messagelist {
    margin: 0;
    padding: 0;
}

.messagelist li {
    background-color: #040499;
    color: white;
    display: block;
    font-size: 14px;
    margin: 0 0 3px;
    padding: 4px 5px;
}

ol#how-to {
    margin-left: 20px;
}

#how-to li {
    margin-top: 8px;
    margin-bottom: 8px;
}

ul#knownissues {
    margin-left: 20px;
    padding: 20;
}

#knownissues li {
    margin-top: 8px;
    margin-bottom: 12px;
}


