html {
    overflow: hidden;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    background-color: #bcbfca;
    font-family: Verdana;
    font-size: 11px;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

div#container {
    background-image: url(images/bg.png);
    background-repeat: repeat-x;    
    height: 100%;
}

div#center {
    width: 900px;
    background-color: #1e2b51;
    margin: 0 auto;
    min-height: 100%;
    background-image: url(images/center-bg.png);
    background-repeat: repeat-y;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

div#head {
    background-color: white;
    border-top: 35px solid #1e2b51;
    border-bottom: 16px solid #bcbfca;
    height: 80px;
}

div#head img {
    display: block;
    float: left;
}

div#right {
    width: 520px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 10px;
    float: left;
    background: #fff;
    height: 100%;
}

div#footer {
    color: #bbb;
    text-align: center;
    margin-top: 50px;
}

div#left {
    float: left;
    width: 210px;
    text-align: right;
    padding-right: 10px;
    color: white;
    
    padding-top: 40px;
}

h1 {
    width: 520px;
    padding-right: 2500px;
    border-bottom: 4px solid #a4b358;
    padding-bottom: 4px;
    font-size: 13px;
}

h2 {
    font-size: 13px;
}

h3, h4, h5 {
    font-size: 11px;
}


img#logo {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 25px;
}

div#left ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

div#left ul li {
    display: block;
    border-bottom: 2px dotted #a4b358;
    margin-top: 10px;
    padding-bottom: 4px;
}

div#left ul li a {
    display: block;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
div#left ul li a:hover,
div#left ul li a.active {
    color: #a4b358;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

td, th {
    border: 1px solid #ccc;
    padding: 4px;
}

table.invisible {
    border: none;
}

table.invisible td, table.invisible th {
    border: none;
    padding: 0;
    padding-right: 3px;
}

a img {
    border: none;
}

a {
    color: #1e2b51;
    text-decoration: none;
}

a:hover {
    color: #a4b358;
    text-decoration: none;
}


address {
    margin: 5px 0;
    padding-left: 0;
}





form fieldset {
  margin-bottom: 10px;
}

form label {
  display: block;
  float: left;
  line-height: 1.8;
  vertical-align: top;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

form label {
  width: 120px; /* Width of labels */
}

#submit {
    margin-left: 120px;
}
