.cleaner{
    float: none;
    clear: both;
    height: 1px;
    margin: 0px;
    padding: 0px;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
}
html {
    padding: 0px;
    margin: 0px;
    background-color: #00446e;
    /* background-color: #B3B395; */
    /* background: url(/resources/images/framework/background_page.gif); */
}
body {
    font-size: 62.5%; /* Sets 1 em = 10px = 10 points */
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
img {
    border: 0px;
}
/*----- Structural Styles -----*/
#container {
    padding: 0px 0px 16px 0px;
    margin: 0px auto;
    text-align: left;
    width: 969px;
    background-color: white;
}
#header {
    position: relative;
    height: 105px;
    /* height: 65px; */
    padding:0px;
    /* padding-top: 30px;
    padding-left: 18px; */
}
#footer {
    position: relative;
    padding: 0px;
    margin: 0px;
    height: 40px;
    color: white;
    margin: 0px auto;
    width: 969px;
    font-family: Arial;
}


/* ----- Supporting Styles ----- */
h1 {
    margin: 0px 0px 3px 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 14px;
    /* font-weight: normal; */
    line-height: 16px;
    color: #00446e;
    /* color: #a41732; */        
}
h2 {
    margin: 0px;
    padding: 0px;
    /* font-weight: normal; */
    font-family: Arial, Sans-serif;
    font-size: 14px;
    color: #00446e;
    line-height: 16px;
    /* font-size: 11px; */
    /* color: #a41732; */
    text-transform: uppercase;
}
h4 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #073579;
}
h5 {
    font-size: 11px;
    color: #00446e;
    /* color: #083679; */
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

#logo {
    position: absolute;
    top: 18px;
    /* top: 8px; */
    left: 16px;
}

#globalnav {
    position: absolute;
    top: 65px;
    right: 15px;
    margin: 0px;
    padding: 0px;
}
    #globalnav li {
        display: inline;
        list-style: none;
        margin: 0px;
        padding: 0px 0px 15px 0px;
    }

    #globalnav li a {
        text-decoration: none;
    }

/*
    #globalnav li:hover {
        background: url(/resources/images/framework/globalnav_highlight.gif) no-repeat bottom center;
    }
    #globalnav li.selectedglobal {
        background: url(/resources/images/framework/globalnav_highlight.gif) no-repeat bottom center;    
    }
    #globalnav > li.selectedglobal > a {
        color: #d28d28;
        /* color: #a41732; */
    }
    #globalnav li a {
        text-decoration: none;
        text-transform: uppercase;
        font-family: Arial, Sans-serif;
        font-weight: bold;
        font-size: 13px;
        color: #073579;
    }
        #globalnav li a:hover {
            color: #d28d28;
            /* color: #a41732; */        
        }
*/

        #globalnavAbout {
            position: absolute;
            top: 80px;
            left: 240px;
            display: none;
        }
        #globalnavSchools {
            position: absolute;
            top: 80px;
            left: 360px;
            display: none;
        }
        #globalnavCareers {
            position: absolute;
            top: 80px;
            left: 470px;
            display: none;
        }
        #globalnavInvestor {
            position: absolute;
            top: 80px;
            left: 610px;
            display: none;
        }
        #globalnavContact {
            position: absolute;
            top: 80px;
            left: 757px;
            display: none;
        }

.footerTitles {
    text-transform: uppercase;
}

    #footer ul {
        margin: 0px;
        padding: 0px;
    }
    #footer ul li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        line-height: 15px;
    }
    #footer a {
        color: white;
        text-decoration: none;
    }
    #footer a:hover {
        text-decoration: underline;
    }
    #footerCol1, #footerCol2, #footerCol3, #footerCol4  {
        position: relative;
        float: left;
        width: 127px;
/*      width: 135px; */
        margin: 17px 5px 15px 2px;
        font-size: 11px;
        /* font-size: 9px; */
        line-height: 14px;
    }

    #footerCol5, #footerCol6, #footerCol7  {
        position: relative;
        float: left;
        width: 102px;
/*        width: 110px; */
        margin: 17px 5px 15px 2px;
/*        margin: 17px 10px 15px 2px; */
        font-size: 11px;
/*        font-size: 9px; */
    }

    #copyright {
        float: right;
        margin-top: 4px;
        margin-right: 0px;
        width:100px;
        font-size: 11px;
    }

.bulletListDocIcon {
    margin: 0px;
    padding: 0px;        
}
    .bulletListDocIcon li {
        margin-top: 10px;
        list-style: none;
        background: url(/resources/images/framework/icon_document.gif) no-repeat;
        padding-left: 30px;            
    }
    
    .bulletList8kIcon {
        margin: 0px;
        padding: 0px;    
    }
    
        .bulletList8kIcon li {            
            margin-top: 10px;
            list-style: none;
            background: url(/resources/images/framework/icon_8-k.png) no-repeat;
            padding-left: 30px;            
        }
    
    
    .bulletList3aIcon {
        margin: 0px;
        padding: 0px;        
    }
    
        .bulletList3aIcon li {
            margin-top: 10px;
            list-style: none;
            background: url(/resources/images/framework/icon_3-A.png) no-repeat;
            padding-left: 30px;                
        }

    .bulletListBalloonIcon {
        margin: 0px;
        padding: 0px;
    }
        .bulletListBalloonIcon li {
            margin-top: 10px;
            list-style: none;
            background: url(/resources/images/framework/icon_text_balloon.png) no-repeat;
            padding-left: 30px;
        }
    
.boldBlue {
    font-weight: bold;
    color: #083679;
}
.blueText {
    color: #083679;
}
.greenText {
    color: #009900;
}
.largerText {
    font-size: 14px;
}
.margin15px {
    margin: 15px;
}
.btmMargin10px {
    margin: 0px 0px 10px 0px;
}
.topBlueBorder {
    border-top: 1px solid #083679;
}
.margin9pxTopBtm {
    margin: 9px 0px 9px 0px;
}

.margin15px {
    margin: 15px 15px 0px 15px;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 