body, html
{
     background-image: url ('../images/Hawaii Landscape.jpg');
     color: Yellow;
     width: 100%;
     margin: 0;
     padding: 0;
}


#wrapper
{
    width: 1000px;
    margin: 0 auto;
    background-color: black;
    border: solid 2px #FF6600;
    
    xbackground-color: Gray;
}
h1
{
    font-size: 1.5em;
    font-style:italic;
    color: #A4DCDE;
}
h2
{
    font-size: 1em;
    font-style:italic;
    color: #A4DCDE;
}
#header
{
    width: 100%;
}
#dates
{
    background-color:Green;
    color: white;
}
#banner
{
    background-color: #888888;
    background-image: url('../images/whcclogo.jpg');
    height: 160px;   
}
#leftNav
{
    width: 150px;
    xbackground-color: Green;
    margin-left: 35px;
    float: left;
}
#main
{
    margin-left: 250px;
    margin-right: 30px;
    font-size: 1em;
    
}
#sidebar
{
    background-color: black;
    font-size: 105%;
    padding: 15px;
    margin: 0px 10px 10px 0px;
    width: 200px;
    border-style: solid;
    border-width: 5px;
    border-color: black;
    float: right;
}

#siteLinks a 
{
    color: Lime;
}
#siteLinks a:hover
{
    background-color: Orange;
    color: Black;
}

    
#footer
{
    text-align: center;
    clear:both;
background-color:#FF6600;

}

#footer a 
{
    text-decoration: none;
    color: Black;
}

#footer a:hover
{
    text-decoration: none;
    background-color: blue;
}

#breadcrumb
{
    text-align: center;
    xbackground-color:Black;
    color: White;
}
.bc
{
    font-style: bold;
    color: yellow;
}
#breadcrumb a, #breadcrumb, a:link #breadcrumb, a:visited
{
    text-decoration: none;
    color: white;

}
#breadcrumb a:hover
{
    background-color: #FF6600;
    color: black;
}