ul#top_nav li#logo {
    width: 255px;
    background: transparent url(/images/gns-nav_title-home2.gif) no-repeat 0px 0px;
}
ul#top_nav li#logo a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
ul#top_nav li#logo a:hover {
    background: transparent url(/images/gns-nav_home-over.gif) no-repeat 24px 0px;
}

ul#top_nav li#nav_news {
    background: transparent url(/images/gns-nav_devider.gif) repeat-x 0px 0px;
    width: 109px;
}
    li#nav_news a {
        display: block;
        width: 100%;
        height: 100%;
        background: transparent url(/images/NEWS-gns-nav_news.gif) no-repeat 0px 0px;
    }
    li#nav_news a:hover {
        background: transparent url(/images/NEWS-gns-nav_news.gif) no-repeat 0px 0px;
    }

#submenu {
    clear: both;
    width: 800px;
    height: 97px;
    background: transparent url(/images/news_submenu.jpg) no-repeat 0px 0px;
}
#submenu ul {
    clear: both;
    margin: 0px 0px 0px 127px;
    padding: 68px 0px 0px 0px;
    list-style: none;
}
#submenu ul li {
    background-color: #CDA19F;
    font-family: Arial, sans-serif;
    float: left;
    margin: 0px;
    padding: 0px;
    /* height: 29px; */
}
#submenu ul li a {
    float: left;
    background-color: #B42D32;
    color: #CDA19F;
    padding: 5px 5px 5px 5px;
    margin: 3px 3px 3px 3px;
    font-weight: bold;
    text-decoration: none;
}
#submenu ul li a:hover {
    background-color: #680001;
    color: white;
}

#maincontent {
    clear: both;
    float: left;
    width: 800px;
    background: transparent url(/images/gns-sec-bg.jpg) no-repeat 0px -215px;
    margin-top: -1px;
    padding-top: 0px;
    border-bottom: 1px solid #A0A0A0;
}

#maincontent h1 {
    text-align: center;
    text-transform: uppercase;
}

h1 {
    font-family: Helvetica,Arial,Verdana,sans-serif;
    color: #B50004;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 20px 0px 127px;
    padding-top: 24px;
}
p {
     margin: 14px 70px 0px 127px;
     line-height: 18px;
}
dl { 
    margin: 0px 20px 0px 127px;
}
dt { 
    margin-top: 14px;
}
dt p {
    margin-left: 0px;
}

dt a {
    color: #848484;
}

dt.press a{ 
    text-transform: uppercase;
}

dt a:hover {
    color: #5ba4bf;
}
dd { 
    margin: 0px;
    padding: 0px;
    font-style: italic;
}

#footer {
    text-align: left;

}














