html{
    font-family:sans-serif;
    background-color: #1E3448;
}
#container{
    width: 700px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#header{
    background-color: #CFDCE6;
    text-align: right;
    padding:10px 15px 10px 10px;
    height: auto;
    margin: 3px 0 3px 0;
    border: solid 1px #406480;
    color: #1E3448;
}
#header .text{
    font-size: 30px;
}
#header .smallText{
    font-size: 12px;
}

#bodyStyle{
    font-size: 12px;
    background-color: #CFDCE6;
    height: auto;
    border: solid 1px #406480;
    padding: 20px;
}

.bodyHeader{
    font-weight: bolder;
    border-bottom: solid 1px #000000;
    border-left: solid 3px #000000;
    padding-left: 5px;
    overflow: hidden;
}

.bodyContent{
    padding-left:25px;
    text-align: justify;
}

#bodyStyle ul li{
    margin-left: 10px;    
}

#footer{
    background-color: #CFDCE6;
    text-align: center;
    color: #1E3448;
    font-size: 12px;
    margin: 3px 0 0 0;
    padding: 5px;
    border: solid 1px #406480;
}

a:link {
    border-bottom:1px dotted #1E3448;
    border-style:none none dotted;
    border-width:0 0 1px;
    color:#2D506C;
    text-decoration:none;
}

a:hover {
    border-bottom:2px groove #000000;
    border-style:none none groove;
    border-width:0 0 2px;
    color:#1E3448;
    text-decoration:none;
}

#special {
    text-align: right;
    float: right;
    padding-left: 10px;
}