.mainBody
{
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 10pt;
}

.welcome
{
    height:287px;
    background-image:url(images/home_main.jpg);
    margin-bottom: 10px;
}

.welcome .text
{
    padding-top: 30px;
    padding-left: 460px;
    padding-right: 20px;
}
.welcome .text h2
{
    font-weight: bold;
    font-size: 14pt;
    margin: 0px;
}
.welcome .text p
{
    margin-top: 13px;
    font-size: 8pt;
}

.career
{
    background-image:url(images/home_opportunities.jpg);
    height: 150px;
    margin-bottom: 10px;
}

.career .text
{
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 210px;
}

.career .text p
{
    margin-top: 13px;
    font-size: 8pt;
}

.newsAndSupport
{
}

.news
{
    float: left;
    height: 115px;
    width: 396px;
    background-image: url(images/home_news.jpg)
}
.news .text
{
    font-size: 8pt;
    margin-top: 26px;
    margin-left: 5px;
    margin-right: 20px;
}
.news .text h2
{
    font-size: 8pt;
    font-weight: bold;
    margin: 0px;
}
.news .text p
{		        
    margin-top: 2px;
    font-size: 8pt;
    margin-bottom: 0px;
}
.news .text .link
{
    margin-top: 0px;
    margin-left: 255px;
    
}
.navSea
{
    background:url(images/navsea_fullgraphic.jpg);
    float:right;
    width:396px;
    height:115px;
    cursor:hand;
}