        div.ticker{
            position: absolute;
            top: 165px;
            left: 20px;
            width: 750px;
            height: 19px;
        }
        
        /* ****************** START OF LATEST NEWS SECTION ******************** */
        
        div.latestNews {
            position: absolute;
            top: 190px;
            left: 10px;
            width: 452px;
            height: 750px;
            border-top: black solid 1px;          
        }
        
        div.internalLateNews {
            position: absolute;
            top: 10px;
            left: 10px;
            width: 427px;
            height: 260px;
        }
        
        div.internalLateNewsCom {
            position: absolute;
            top: 275px;
            left: 10px;
            width: 150px;
            height: 15px;
        }
        
        div.internalLateNewsDate {
            position: absolute;
            top: 275px;
            left: 280px;
            width: 156px;
            height: 15px;
            text-align: right;
        }        
        
        div.moreNewsSecArt {
            position: absolute;
            left: 25px;
            width: 427px;
            height: 60px;
        }
        
        div.bullet{
            position: absolute;
            left: 5px;
            width: 10px;
            height: 10px;
       }
        
        div.moreNewsSecCom {
            position: absolute;
            left: 355px;
            width: 150px;
            height: 15px;          
            font-size: 10px;
            font-weight: bold;
            color: gray;
        }
        
        div.moreNewsSecDate {
            position: absolute;
            left: 335px;
            width: 100px;
            height: 15px;
            text-align: right;
            font-size: 10px;
            font-weight: bold;
            color: gray;
        }
        
        div.moreNewsSecHR {
            position: absolute;
            left: 10px;
            width: 427px;
            height: 2px;
            text-align: center;
            /* background-color: blue; */
        }
        /* ****************** END OF MORE NEWS SECTION ******************** */      
        /* ****************** START OF FEATURES SECTION ******************** */
        div.features {
            position: absolute;
            top: 670px;
            left: 10px;
            width: 452px;
            height: 270px;
            border-top: black solid 1px;
        }
        
        div.intFeatures{
            position: absolute;
            top: 25px;
            left: 5px;
            width: 432px;
            height: 250px;        
        }
        
        div.intFeat1{
            position: absolute;
            top: 0px;
            left: 0px;
            width: 432px;
            height: 120px;           
        }
        
        div.intFeat2{
            position: absolute;
            top: 130px;
            left: 0px;
            width: 432px;
            height: 120px;          
        }
        
        div.intFeatImg1{
            position: absolute;
            top: 1px;
            left: 10px;
            width: 165px;
            height: 118px;
        }
        
        div.intFeatText{
            position: absolute;
            top: 40px;
            left: 180px;
            width: 250px;
            height: 95px;
            font-size: 10px;
            vertical-align:top;
        }
        
        div.intFeat2Title{
            position: absolute;
            top: 0px;
            left: 180px;
            width: 170px;
            height: 25px;
            color: white;
            font-weight: bold;
        }
        
        div.intFeat1Title{
            position: absolute;
            top: 0px;
            left: 180px;
            width: 180px;
            height: 25px;
            color: black;
            font-weight: bold;
        }
        
        /* ****************** END OF FEATURES SECTION ******************** */       
        /* ****************** START OF JOBS SECTION ******************** */

        
        div.jobAd{
            position: absolute;
            top: 10px;
            left: 500px;
            width: 234px;
            height: 60px;
            padding-top:1px;
            padding-left:1px;
            padding-bottom:1px;
            padding-right:1px;
            background-color:black;
        }
        
        div.intJobs{
            position: absolute;
            top: 21px;
            left: 10px;
            width: 432px;
            height: 75px;
            text-align:center;
        }
        /* ****************** START OF JOBS SECTION ******************** */
        
        
        div.conCam {
            position: absolute;
            top: 485px;
            left: 460px;
            width: 336px;
            height: 255px;
            border-top: black solid 1px;
        }
        
        div.conCamInt{
            position: absolute;
            top: 30px;
            left: 10px;
            width: 315px;
            height: 225px;
            background-color: #EAEAEA;
            border: 1px solid gray;
        }
        
        div.conCamIntTxt{
            position: absolute;
            top: 192px;
            left: 0px;
            width: 315px;
            height: 25px;           
            font-size:10px;
            text-align:center;
        }
        
        div.eventDiary {
            position: absolute;
            top: 750px;
            left: 460px;
            width: 336px;
            height: 200px;
            border-top: black solid 1px;
        }
        
        div.eventList {
            position: absolute;
            top: 22px;
            left: 3px;
            width: 330px;
        }
        
        th.eventList {
            border-right: dashed gray 1px;
            font-size:12px;
        }
        
        td.eventList {
            border-right: dashed gray 1px;
            text-align: center;
            background-color: #EAEAEA;
            font-size:10px;
            height: 18px;
        }
        
        td.eventListB {
            border-right: dashed gray 1px;
            text-align: center;
            height: 18px;
            font-size:10px;
        }
        
        /*Example CSS for the two demo scrollers*/
        
        #pscroller1{
            width: 305px;
            height: 180px;
            border: 0px solid black;
            padding: 5px;
        }
        #memoryticker{
            background-color: white;
            width: 750px;
            font: bold 12px Arial;
            /*Tip: add in height attribute here for multiple line scroller*/
            border: 0px solid black;
            padding: 2px;
            /*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
            /*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
            filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7);
        }