@import url("General.css");

body {
    margin: 0px;
    background-image: url(images/BG.gif);
    background-color: #FFF;
    font-size:11px;
    font-family:Verdana,Arial;
}

#header, #footer {
    width:920px;
    margin:0px auto 0px auto;
    height:142px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

div #MainImageBanner

{
    position:relative;
    top:0px;
    left:0px;
    padding:0px;
    height: 110px;
}


div #MainImageBanner a.TopMainLink:Link, a.TopMainLink:Visited
{
    position: relative;
    top: -30px;
    left: 22px;
    right: 30px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size:14px;
    z-index: 1;

}

.TopNav{

    height: 30px;
    background-color: #000000;

}


#sideNav {
    width: 200px;
    background-color: #000000;
}

#rightSide {
    width:160px;
}

#navigation {
    float:left;
    width:200px;
    background-color:#000;
    padding:0px 0px 1000px 0px;
    margin:0px 0px -1000px 0px;
}

.navdivider

{
    color:#ffe500; 
    margin-left: 10px;
    margin-right: 10px;
}

#rightSide {
    float:right;
    background-color:#c60001;
    padding:0px 0px 1000px 0px;
    margin:0px 0px -1000px 0px;
    border-right: #000;
}

#container {
    width:920px;
    background-color: #c60001;
    margin:0px auto 0px auto;
    overflow:hidden;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

#centre {
    width:560px;
    float:left;
    background-color:#c60001;
}

#centrecontent
{
    padding-left: 10px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
}

#footer 
{
    clear:both;
    height: 25px;
    background-color: #000;
    border-bottom: 1px solid #000;
    color: #FFFFFF;
}

a:active
    { 
    color: #930001;
    text-decoration: underline;
    font-weight: bold;
    font-size:11px;
    }   
  
a:Link
    {        
    color: #930001;
    text-decoration: underline;
    font-weight: bold;
    font-size:11px; 
    
    }

a:visited
    { 
    color: #930001;
    text-decoration: underline;
    font-weight: bold;
    font-size:11px;
    
    }
    
a:hover
    {
    color: #930001;
    text-decoration: underline;
    font-weight: bold;
    font-size:11px;
    
    }
 

