body {margin:0;padding:0;background-color:#C2D4E2;font-family:verdana;font-size:9pt;color:black;}
.block-img {display:block;}

.header-top {
    border-bottom:solid 0px #178DBB;
    height:75px;
    font-size:8pt;
    padding-left:25px;
    padding-top:3px;
    padding-bottom:3px;
}

.header-center {
    border-right:solid 1px white;
}

.header-bottom {
    height:20px;
}

.menu {
    width:200px;
    height:75px;
}

.home-cell {
    width:50%;
    height:187px;
    padding-left:25px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:25px;
}

.content {
    padding-left:25px;
    padding-right:25px;
    padding-top:10px;
    padding-bottom:25px;
}

.footer {
    width:100%;
    font-size:8pt;
    padding-left:25px;
    padding-top:20px;
    padding-bottom:10px;
}

/* hyperlink styles of the unselected menu items */
A.MenuItem:link    {
    text-decoration: none;
    color: black;
}

A.MenuItem:visited {
    text-decoration: none;
    color: black;
}

A.MenuItem:active  {
    text-decoration: none;
    color: black;
}

A.MenuItem:hover  {
    text-decoration: underline;
    color: black;
}

/* IE 5.x Hacks
----------------------------------------------- */

* html body .home-cell {
    padding-top:20px;
}

* html body .content {
    padding-top:20px;
}