﻿* 
{
    margin:0; 
    padding:0; 
}

body 
{
    font-family: verdana, Arial, serif;
    font-size:68%;
    color: Black;
    background-color: White;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    margin: 5px 5px;
}

.head3
{
    font-family: verdana, Arial, serif;
    color: #333333;
    text-align: center;
}

.mainBody 
{
    position: relative;
    width:800px; 
    /* height: 600px; */
    margin-bottom: 0px; 
    margin-top: 0px; 
    margin-left: auto; 
    margin-right: auto; 
    /*
    min-height: 600px; 
    height:auto !important;
    height: 600px;
    */
}

.mainMenu
{
    position: absolute;
    top: 100px;
    left: 0;
    height: 20px;
    background: #5c9ccc url("images/menuBack.png") 50% 50% repeat-x;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
}

a.mainMenuLink:link 
{
    text-decoration: none;
    color: #333333;
}

a.mainMenuLink:visited
{
    text-decoration: none;
    color: #333333;
}

a.mainMenuLink:hover
{
    text-decoration: none;
    color: #3399ff;
}

a.mainMenuLink:active
{
    text-decoration: none;
    color: #333333;
}

.secondMenu
{
    position: absolute;
    top: -2px;
    left: 630px;
    height: 20px;
    width: 170px;
    background: #5c9ccc url("images/menuBack.png") 50% 50% repeat-x;
    text-decoration: none;
    text-align: center;
    color: #333333;
    font-weight: bold;
}

a.secondMenuLink:link
{
    text-decoration: none;
    font-weight: bold;
    color: Green;
}

a.secondMenuLink:visited
{
    text-decoration: none;
    font-weight: bold;
    color: Green;
}

a.secondMenuLink:hover
{
    text-decoration: none;
    font-weight: bold;
    color: Green;
}

a.secondMenuLink:active
{
    text-decoration: none;
    font-weight: bold;
    color: Green;
}

.importantLink:link
{
    text-decoration: none;
    font-weight: normal;
    color: Red;
}

.importantLink:visited
{
    text-decoration: none;
    font-weight: normal;
    color: Red;
}

.importantLink:hover
{
    text-decoration: none;
    font-weight: normal;
    color: Red;
}

.importantLink:active
{
    text-decoration: none;
    font-weight: normal;
    color: Red;
}

.twitterbox
{
    position: absolute;
    margin: 0px 0px 0px 0px;
    top: 18px;
    left: 630px;
    width: 150px;
}

.content
{
    position: absolute;
    top: 122px;
    left: 0px;
    width: 800px;
    /* height: 510px; */
    margin: 0px 0px 0px 0px;
    color: Black;
    /* overflow: inherit; */
}

.contentWithTwitter
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 620px;
    /* height: 510px; */
    margin: 0px 0px 0px 0px;
    color: Black;
    /* overflow: inherit; */
}

.scrollableContent
{
    position: absolute;
    top: 0px;
    left: 0px;
    /* height: 470px; */
    /* overflow: scroll; */
}

.homeNewsTickerBox
{
    position: absolute; 
    top: 5px; 
    left: 0px; 
    width: 620px;
}

.tickerHeadline
{
    font-weight: bold;
}

.homeBlurbBox
{
    position: absolute; 
    top: 20px; 
    left: 0px; 
    width: 620px;
}

.homeLegalBI 
{
    position: absolute; 
    top: 120px; 
    left: 0px; 
    width: 310px;
}

.homeBI 
{
    position: absolute; 
    top: 150px; 
    left: 315px; 
    width: 310px;
}

.blurbPoint 
{
    margin-top: 20px;
    font-weight: bold;
}

.blurbHighlight 
{
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: -10px;
    color: #3399ff;
}

.blurb 
{
    padding: 10px 2px 10px 2px;
}

.blurbQuote
{
    padding: 10px 2px 10px 2px;
    font-style: italic;
    text-align: center;
    color: #3399ff;
}

.downloadIcon
{
    vertical-align: middle;
}

.statementTitle
{
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: larger;
    font-weight: bold;
}

.pageTitle
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: larger;
    font-weight: bold;
}

.privacyPoint
{
    margin-top: 20px;
    font-weight: bold;
}

.privacyNotice
{
}

.legalBIModuleTitle
{
    margin: 20px auto 0 auto; 
    width: 300px;
}

.legalBIModuleImage
{
    height: 56px;
    width: 300px;
}

a 
{
    color: #3399ff;
    text-decoration: none;
}

a:link
{
    color: #3399ff;
    text-decoration: none;
}

a:visited
{
    color: #3399ff;
    text-decoration: none;
}

a:hover
{
    color: #3399ff;
    text-decoration: none;
}

a:active
{
    color: #3399ff;
    text-decoration: none;
}

li 
{
    list-style: url('images/blueGlassBullet.png');
    font-weight: bold;
    margin: 3px 0px 3px 30px;

}

.featuresList 
{
    list-style: url('images/blueGlassBullet.png');
    font-weight: normal;
    margin: 3px 0px 3px 30px;
}

.button
{
    border-left: 2px solid #15668f;
    border-right: 2px solid #000000;
    border-top: 2px solid #15668f;
    border-bottom: 2px solid #000000;
    background: #5c9ccc url("images/buttonBack.png") 50% 50% repeat-x;
    color: Black;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    height: 26px;
}

.contactFieldTitle 
{
    padding-top: 20px;
    color: #3399ff;
    font-weight: bold;
}

a.newsHeadlineList:link 
{
    text-decoration: none;
    color: #3399ff;
}

a.newsHeadlineList:visited
{
    text-decoration: none;
    color: #3399ff;
}

a.newsHeadlineList:hover
{
    text-decoration: none;
    color: #3399ff;
}

a.newsHeadlineList:active
{
    text-decoration: none;
    color: #3399ff;
}

li.newsHeadlineList 
{
    list-style-type: none; 
    list-style-image: none;
    font-weight: bold;
    color: #3399ff;
    padding-top: 10px;
    margin: 3px 0px 3px 30px;
}

.newsSynopsis
{
    font-weight: normal;
    color: Black;
}

.newsHeadline
{
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: larger;
    font-weight: bold;
}

.newsContent
{
    padding: 10px 2px 10px 2px;
}

.eventDetail
{
    font-weight: bold;
}

.loginBox
{
    top: 50px; 
    left: 30px; 
    width: 300px; 
    padding: 60px 30px 30px 30px; 
    float: right;
}

.customerContent
{
    /*
    position: absolute;
    top: 0px;
    left: 0px;
    */
    padding: 10px 10px 10px 10px; 
    /* height: 450px; */
    /* overflow: scroll; */
}

.watermark
{
    color: Gray;
    font-style: italic;
}

.footer 
{
    width:800px; 
    /* 
    margin-bottom: 11px; 
    margin-top: 11px; 
    */
    margin-top: -5px; 
    margin-left: auto; 
    margin-right: auto;
    /* z-index: 999; */
}

.copyright
{
    font-family:verdana, Arial, serif;
    font-weight: normal;
    color: Black;
    background-color: White;
    text-transform: none;
    text-decoration: none;
}

