
body {
    margin: 0px;
    padding: 0px;
    background-color: #325879; 
    font-family: trebuchet ms, arial, sans-serif; 
    font-size: 14px; 
    color: #333333;
}

.leftcol1 {
    /* border: 1px solid red; */
    text-align: left; 
    font-family: arial, sans-serif; 
    font-size: 12px; 
    line-height: 1.2em; 
    font-weight: bold; 
    color: #000000;
}

.centercol1 {
    /* border: 1px solid red; */
    text-align: center; 
    font-family: trebuchet ms, sans-serif; 
    font-size: 14px; 
    color: #000000;
}
.blogentry {
    /* border: 1px solid red; */
    text-align: left !important;
    font-family: trebuchet ms, arial, sans-serif;
    font-size: 14px;
    line-height: 1.1em; 
    color: #000000;
}
.blogtitle {
    font-size: 22px;
    font-weight: bold;
}
.formfield1 {
    height: 26px;
    border: 2px solid #636669; 
    background-color: #E9ECEE;
}