body
{
 font-family: Tahoma;
 font-size: 13px;
 color: #004077;
 background-color: #e7fbff;
}

.mainsection
{
 background-color: #e7fbff;
 width: 1024;
 text-align: center;
 margin-left:auto;
 margin-right:auto;
}

.text
{
 text-align: left;
 margin-left: 20;
 margin-right: 20;
}

a:link {color: #2e90c8; text-decoration: none;}
a:visited {color: #2e90c8; text-decoration: none;}
a:hover {color: #2e90c8; text-decoration: underline;}
a:active {color: #2e90c8; text-decoration: underline;}

img
{  border-style: none;
}

#column1-wrap {
    float: left;
    width: 100%;
}
#column1 {
    margin-right: 400px;
}
#column2 {
    float: left;
    width: 400px;
    margin-left: -400px;
}
#clear {
    clear: both;
}