body{
/*    background: #0a60a2 url('../images/bg_body.png') repeat-x;*/
    background-color: White;
    margin: 0;
    padding: 0;
    font-size: 80%;
    font-family: Arial,Helvetica,sans-serif;
    color: #2f2f2f;
}
*{
    outline: none;
}
h1,h2,h3,h4,h5,h6{
    color: #2f2f2f;
    font-weight: normal;
}
h1{
    font-size: 1.80em;
    line-height: 1.3em;
}
h2{
    font-size: 1.2em;
}
h3{
    font-size: 1.0em;
}
h4{
    font-size: .8em;
}
h5{
    font-size: .8em;
}
h6{
    font-size: .8em;
}
a:link,a:visited{
    color: #5d88c0;
    text-decoration: none;
}
p{
    font-size: 1.1em;
    line-height: 1.33em;
    margin-bottom: 10px;
}
p a:link,p a:visited{
    border-bottom: 1px dotted #339cd3;
    font-style: oblique;
}
#outerMainContainer{
    position: relative;
    margin: 0 auto;
    background: transparent url('../_images/bg_outermaincontainer.png') no-repeat;
    height: 699px;
    width: 830px;
}
#logo{
    position: absolute;
    left: 313px;
    top: 99px;
}
h1#nextTopFinancial{
    position: absolute;
    top: 267px;
    left: 182px;
    /*text-indent: -10000em;*/
    width: 470px;
    height: 74px;
    /*background: transparent url('../_images/next_top_financial.png') no-repeat;*/
    text-align: center;
}
h1#investorContact{
    position: absolute;
    top: 262px;
    left: 275px;
    /*text-indent: -10000em;*/
    width: 297px;
    height: 30px;
    /*background: transparent url('../_images/investor_contact.png') no-repeat;*/
    text-align: center;
}
a#btnInvestors{
    position: absolute;
    left: 296px;
    top: 389px;
}
p#investorConnect{
    position: relative;
    top: 545px;
    margin: 0 auto;
    width: 335px;
    text-align: center;
}
div#contactForm{
    position: absolute;
    top: 301px;
    left: 79px;
    width: 673px;
    height: 314px;
    background: transparent url('../_images/bg_form.png') no-repeat;
    font-size: .9em;
    line-height: 1.6em;
    color: #2f2f2f;
}
div#contactForm label{
    margin-right: 8px;
    float: left;
    text-align: right;
    width: 115px;
}
div#contactForm div#leftCol{
    position: absolute;
    width: 277px;
    top: 54px;
    left: 13px;
    text-align: right;
}
div#contactForm div#rightCol{
    position: absolute;
    width: 277px;
    top: 54px;
    left: 290px;
    text-align: right;
}
.formItem,.formItemTextarea,.formItemButtons{
    margin-bottom: .5em;
    clear: both;
}
div#contactForm input,
div#contactForm textarea{
    background-color: #cbdbee;
    border: 0;
}
div#contactForm input{
    height: 1.3em;
    width: 150px;
}
div#contactForm textarea{
    width: 150px;
    height: 105px;
}
div#contactForm input#goForth{
    background-color:#98b7de;
    clear: both;
    color: White;
    display: block;
    float: right;
    font-size: 0.9em;
    height: 21px;
    text-transform: uppercase;
    width: 57px;
}
