html {
    background-color : #C5DEEF;
}

body {
    font-family : helvetica, arial, sans-serif;
    font-size : 12px;
    color : #084784;
}

#wrapper {
    width : 900px;
    height : 100%;
    margin : 0px auto;
    border : 1px solid #bbb;
    padding : 10px;
    background-color : white;
}

#header {
    border : 1px solid #bbb;
    height : 50px;
    padding : 10px;
    text-align : center;
    background-color : white;
    font-size : 60px;
    letter-spacing : 5px;
    display : block;
}

span.title {
    color : #FF9933;
    font-size : 35px;
    letter-spacing : 5px;
}

#content {
    margin-top : 10px;
    padding-bottom : 10px;
}

#content div {
    padding : 10px;
    border : 1px solid #bbb;
    float : left;
}

#content-left {
    width : 130px;
    height : 450px;
    padding-left : 0px;
    text-align : left;
}

#content-main {
    margin-left : 10px;
    width : 550px;
    height : 450px;
    text-align : justify;
    overflow : scroll;
}

#content-right {
    margin-left : 10px;
    width : 134px;
    height : 450px;
}

#footer {
    float : left;
    margin-top : 10px;
    margin-bottom : 10px;
    padding : 10px;
    border : 1px solid #bbb;
    width : 878px;
    height : 50px;
}

#bottom {
    clear : both;
    text-align : right;
}

h1 {
    color : #FF9933;
    font-size : 25px;
    border-bottom : 1px solid #084784;
}

h3 {
    font-style : italic;
}

div#content-left h2 {
    font-size : 16px;
    background-color : #C5DEEF;
    padding : 3px;
    border-left : 5px solid #084784;
    margin-bottom : 0
}

div#content-right h2 {
    font-size : 16px;
    background-color : #C5DEEF;
    padding : 3px;
    border-left : 5px solid #084784;
    margin-bottom : 10
}

div#content-main h2 {
    color : #6D95BA;
    border-bottom : 1px solid #084784;
}

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

img {
    hspace : 20;
}

a img {
    border : 0;
}

span.important {
    color : #FF9933;
    font-style : italic;
    font-weight : bold;
}

span.courier {
    font-family : courier;
}

div#content-left a {
    background-color : #F9DABF;
    display : block;
    padding : 5px;
    margin : 2px;
    margin-right : 0px;
    margin-left : 10px;
    border-left : 5px solid #E67211;
}

div#content-left a:hover {
    background-color : #FF9933;
}
