html, body { margin:0; padding:0;}
body{ font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:12px;}

#container { width:800px; height:auto; margin:0 auto; overflow:auto;}
#header{ width:800px; height:160px; background-color:#415372;}
#header img { margin-left:51px; margin-top:16px;}
#navigation{ width:800px; height:25px; background-color:#e3edfe; padding-top:5px;}
#navigation ul { margin:0;}

#navigation ul li { display:inline;}


#navigation ul li a { text-decoration:none; color:#1d3f79; margin-right:10px;}

#content {width:800px; height:auto; overflow:auto; background-color:#e3edfe;}
#sidebar {float:left; width:185px; height:610px;}
.drop {display:none;}
#maincontent {width:600; height:auto; padding-left:10px; overflow:auto; border:solid 1px; border-color:#415372;}
#maincontentright { width:150px; height:auto; float:right; border-left:solid 1px; }
#maincontentleft { float:left;  }
#maincontentbottom { width:600px; clear:both; border-top: solid 1px;}
#footer    {  margin:10px; clear:both; border-top:1px solid #6F7850; text-align:center; color:#6F7850; }


.column {
    float: left;
    width: 25%;
   
}

.row1 {
    min-height: 540px;
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
    font-family: Calibri
}

.row2 {
    font-size: 14px
}

.row3 {
    min-height: 540px;
    font-size: 56px;
    text-align: center;
    color: red;
    font-family: Calibri
}

.row4 {
    width: 25%;
    margin: 0px auto;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    margin-top: 70px;
}

    .row4 a {
        text-decoration: underline;
        color: blue;
    }