#container { 
    clear: left;
    padding: 0px;  
    margin: 0px; 
    position: relative;
}

#rcontainer { 
    float: right;
    margin-top: 6px; 
    position: relative;
    background: white;
    width: 225px;
}
#lcontainer { 
    clear: both;
    float: left;
    margin-top: 6px; 
    margin-right: 2px; 
    position: relative;
    background: #ececec;
    width: 673px;
    height: auto;
}

/* ######### Front Page News Only ######### */
#fContainer {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background: white;
    width: 900px;
}
#fContainer900 {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background: white;
    width: 900px;
}
#fContainer2 {
    clear:both;
    margin: 0px;
    overflow: hidden;
    background: white;
    width: 900px;
    height: 4px;
    font-size: 2px;
    list-style-type: none;
}
/* ######### left side news menu bar ######### */
#newsMenuLeft {
    float: left;
    display: block;
    margin: 0px;
    margin-left: 6px;
    padding: 0px;
    width: 600px;
    list-style-type: none;
    text-align: left;
}
#newsMenuLeft ul{
    display: block;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#newsMenuLeft a{
    text-decoration: none;
}

#newsMenuLeft li{
    float: left;
}
#newsMenuLeft li.heading{
    display: block;
    overflow: visible;
    width: 600px;
    height: 40px;
    list-style-type: none;
    font-size: 12px;
    font-family: HelveticaNeue,Helvetica,Sans-serif,Arial;
    font-weight: bold;
    text-align: center;
    color: navy;
    background: url(images/nav_buttons/headline_head.gif) no-repeat top left;
}
#newsMenuLeft li.footer{
    display: block;
    overflow: visible;
    margin: 0px;
    width: 580px;
    height: 60px;
    xpadding-top: 0px;
    xpadding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    xvertical-align: top;
    list-style-type: none;
    font-size: 12px;
    font-family: HelveticaNeue,Helvetica,Sans-serif,Arial;
    color: black;
    background: url(images/nav_buttons/headline_foot.gif) no-repeat top left;
}
#newsMenuLeft li.photo{
    display: block;
    overflow: hidden;
    width: 600px;
    height: 280px;
    list-style-type: none;
    background: white;
    text-align: center;
}
#newsMenuLeft li.half{
    display: block;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 2px;
    width: 300px;
    xheight: 280px;
    list-style-type: none;
    background: white;
    text-align: left;
}

#newsMenuLeft li.tblank{
    display: inline;
    overflow: hidden;
    width: 10px;
    height: 40px;
    list-style-type: none;
    background: #d0c7a6;
}
#newsMenuLeft li.bblank{
    display: inline;
    overflow: hidden;
    width: 10px;
    height: 60px;
    list-style-type: none;
    xbackground: #024f9f;
    background: #e8e8e8;
}
/* ######### center news menu bar ######### */
#newsMenuCenter {
    float: left;
    margin: 0px;
    padding: 0px;
    display: inline;
    width: 10px;
    height: auto;
    text-align: left;
}
#newsMenuCenter ul{
    margin: 0px;
    padding: 0px;
    display: inline;
    list-style-type: none;
}
#newsMenuCenter li{
    display: inline;
    overflow: hidden;
    list-style-type: none;
}

/* ######### leftside/rightside page containers ######### */
#pageLeft { 
    margin-top: 10px;
    clear: both;
    float: left;
    margin-left: 2px;
    margin-right: 2px; 
    position: relative;
    background: white;
    width: 614px;
    height: auto;
}
#pageLeft ul{
    clear: left;
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
    list-style-type: none;
    height: auto;
}
#pageLeft li.half{ 
    float: left;
    margin-right: 2px;
    margin-left: 2px;
    position: relative;
    width: 300px;
    height: auto;
    background: #ececec;
    background: white;
}
#fullLeft {
    float: left;
    display: inline;
    margin: 0px;
    margin-bottom: 6px;
    margin-left: 6px;
    padding: 0px;
    width: 600px;
    list-style-type: none;
    text-align: left;
    background: #ececec;
}
#fullLeft ul{
    margin: 0px;
    padding: 0px;
    width: 600px;
    display: inline;
    list-style-type: none;
}

#fullLeft li.headersmall{
    font-size:10px;
    padding-top:4px;
    padding-left: 4px;
    padding-bottom:8px;
    font-family: HelveticaNeue,Helvetica,Sans-serif,Arial;
    list-style-type: none;
    text-align: left;
}
#fullLeft li.headertitle{
    display: block;
    list-style-type: none;
    font-size: 20px;
    font-weight: bold;
    padding-bottom:4px;
    padding-left: 4px;
    font-family: HelveticaNeue,Helvetica,Sans-serif,Arial;
    list-style-type: none;
    text-align: left;
}
#fullLeft li.headersubtitle{
    display: block;
    list-style-type: none;
    font-size: 16px;
    font-weight: bold;
    padding-bottom:4px;
    padding-left: 4px;
    font-family: HelveticaNeue,Helvetica,Sans-serif,Arial;
    list-style-type: none;
    text-align: left;
}
#fullLeft li.storybody{
    display: block;
    list-style-type: none;
    font-size: 12px;
    padding-bottom:4px;
    padding-left: 4px;
    font-family: HelveticaNeue,Helvetica,Sans-serif,Arial;
    list-style-type: none;
    text-align: left;
}
#fullLeft img {
    padding-left: 4px;
    padding-right: 4px;
    align: right;
    text-align: right;
}

#fullLeft h1{
    display: block;
    list-style-type: none;
    font-size: 14px;
    padding-bottom:4px;
    font-family: HelveticaNeue,Helvetica,Sans-serif,Arial;
    list-style-type: none;
}
#fullLeft li.half{ 
    float: left;
    position: relative;
    width: 300px;
    height: auto;
    background: white;
    display: inline;
}


/* ######### leftside/rightside page containers ######### */
#pageRight { 
    float: right;
    position: relative;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    display: inline;
    width: 268px;
    text-align: left;
    background: white;
    text-align: center;
}
#pageRight ul { 
    margin: 0px;
    width: 272px;
    padding: 0px;
    display: inline;
    text-align: center;
    background: white;
    font-size: 2px;
    list-style-type: none;
}
#pageRight li { 
    margin: 0px;
    padding: 0px;
    width: 272px;
    display: inline;
    text-align: center;
    background: white;
    font-size: 2px;
    list-style-type: none;
}
#pageRight li.ad { 
    margin: 0px;
    padding: 0px;
    width: 272px;
    display: inline;
    text-align: center;
    background: white;
    font-size: 22px;
    list-style-type: none;
}

#pageRight li.next { 
    margin: 0px;
    padding: 0px;
    display: inline;
    text-align: center;
    background: white;
    font-size: 10px;
    list-style-type: none;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    font-family: HelveticaNeue,Helvetica,Sans-serif,Arial;
}

/* ######### right side news menu bar GRAPHICAL ######### */
#gnewsMenuRight {
    float: right;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0px;
    display: inline;
    width: 267px;
    text-align: left;
    background: white;
}
#gnewsMenuRight ul{
    margin: 0px;
    padding: 0px;
    width: 267px;
    display: inline;
    font-size: 2px;
    list-style-type: none;
}
#gnewsMenuRight li{
    margin: 0px;
    padding: 0px;
    width: 267px;
    display: inline;
    overflow: hidden;
    font-size: 2px;
    list-style-type: none;
}
#gnewsMenuRight a.news{
    display: block;
    background: #080808 url(images/nav_buttons/story_block.gif) no-repeat top left;
    width: 241px;
    height: 30px;
    color: white;
    padding-left: 20px;
    padding-right: 4px;
    text-decoration: none;
    text-align: left;
    font-size: 10px;
    font-family: HelveticaNeue,Helvetica,Sans-serif,Arial;
}
#gnewsMenuRight A.news:hover{
    background: #080808 url(images/nav_buttons/story_block_over.gif) no-repeat top left;
    width: 241px;
    height: 30px;
    color: white;
}
#gnewsMenuRight a.more{
    display: block;
    overflow: hidden;
    background: #e8e8e8 url(images/nav_buttons/story_block_more.gif) no-repeat top left;
    width: 241px;
    height: 35px;
    padding-left: 20px;
    padding-right: 4px;
    text-decoration: none;
    text-align: left;
    font-size: 10px;
    font-family: HelveticaNeue,Helvetica,Sans-serif,Arial;
}
#gnewsMenuRight A.more:hover{
    background: #080808 url(images/nav_buttons/story_block_more_over.gif) no-repeat top left;
    width: 241px;
    height: 35px;
    color: white;
}
