/* Main Page Stuff */

html { overflow-y: scroll; }

body {
    font-size: 62.5%;
    color:#5F5F5F;
    background-color:#bbb;
    font-family: Arial, Helvetica, sans-serif;
    margin-top:-7px;
}

#access-aid { visibility:hidden;}

h1 { font-size: 2em; margin-top:-1px; margin-bottom:-10px;}
h2 { font-size: 1.8em; margin-top:24px; margin-bottom:-10px;}
h3 { font-size: 1.6em; }
h4 { font-size: 1.3em; margin-top:10px; margin-bottom:0; }
p, ul, ol, a, li {font-size: 1.2em;}
p { margin-top:20px; margin-bottom:-8px;}


#container {
    position: relative;
    width: 800px;
    margin: auto;
    vertical-align:top;

   /* */ background: #ffffbb url(../graphics/c_container_bg.gif) repeat-Y left;
}



/* Top */

#header {  
    height: 50px; 
    background: url(../graphics/a_header_logobar.jpg) no-repeat right;
}

#header img {  
    margin-left:9px; 
    margin-top:1px; 
    border:0;
}


#logo {  
     padding:0;
     margin:0;
     float:left;
}


#imagebar {
    border-top: 2px solid #A8DCEA;
    border-bottom: 2px solid #A8DCEA;   
    background: url(../graphics/b_imagebar_bg.jpg) no-repeat right; 
    height:218px;         
}


/* Left - Navigation */

#navigation {
    width:160px;
    color:white;
    float:left;
        display: inline;
        background-color:#95531A;/*#9D1006;*/
        height:100%;
}


ul {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
}


ul a {
    text-decoration: none;
    display: block;
    padding: 0 0.5em;
    padding-bottom: 6px;
    padding-top: 6px;
    background: url(../graphics/c_ul_bg.png) repeat-x;/**/
}


li  {
    border-bottom: 1px solid #FFFFCC;
    font-weight:bold;
    font-size:1em;
}



#navigation a:link {color:white;}
#navigation a:visited {color:#FFFFcc;}
#navigation a:hover {background: #AF6320;background: url(../graphics/c_ul_bg_selected.gif) repeat-y;}

a.currentselection  {
    background: url(../graphics/c_ul_bg_selected.gif) repeat-y;
    background-color: #8A5022;
}

.accessibilitylogo{
    margin-left:10px;
    padding-top: 16px;
}



/* Right - Content */

#content {
    margin: 0px 0px 0px 160px;
    background-color:#FFFFBB;
    padding-top: 9px;
    padding-left: 9px;
    padding-bottom: 15px;
    padding-right: 9px;
    border-left: 1px solid #FFFFCC;
    vertical-align:top;
    min-height:270px;
    height:auto !important;
    height:270px;
}	

#headertext {margin-left: 20px; margin-top:2px;}



/* Bottom */

#footer {
    border-top: 3px solid #A8DCEA;
    height: 47px;
    background: url(../graphics/d_footer_bar.jpg) no-repeat right; 
    clear:both;
}
	
#footer p {margin-top:13px;}
#footer a {margin-top:13px; color:#5F5F5F;font-size: 1.0em; font-weight:bold;}/* ************** */

/* creates central float */
#footerimagecontainer {float:left;}
#footercontainer {width:580px; float:right;}




  






























   .popup {margin:0;}






.standard   { text-decoration: underline; color:#333333; font-size:1em;  }


