body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;  
    margin: 0px;
    height: 100%; 
}


a:link, a:visited {
  color: #045491;
  font-weight : bold;
  text-decoration: none;
}

a:link:hover, a:visited:hover  
{
  color: #045491;
  font-weight : bold;
  text-decoration : underline;
}

#top 
{
    background-image: url("#{resource['images/seamlesstexture2_1200.jpg']}");
    color: white;
    width: 100%;
    height: 60px;
}

#bottom 
{
    position: relative;
    background-color: #c2dfef;
}

#left 
{
    float: left;
    background-color: #ece3a5;
    padding: 2px;
    width: 12%;

    position:absolute;
    bottom:0px;
    top:60px
}

#wrapper
{
    min-height: 100%;
    height:     100%;
}

#content 
{
    /*    position: relative;*/
    /*    background-color: #fffff7;*/
    /*    padding: 2px;*/
    float: left;
    width: 85%;
    padding-left: 14%;
    /*    overflow: auto;*/
    /*    border-left: #036fab solid 1px;*/
}

#top a:link, #top a:visited 
{
    color: white;
    font-weight : bold;
    text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  
{
    color: black;
    font-weight : bold;
    text-decoration : underline;
}

.page-title
{
    font-size: 1.5em; color: brown; text-align: center;
    box-shadow:rgba(0,0,0,0.5) 0px 0px 24px; 
    line-height: 2em;
    margin-bottom: 15px;
    background-color: #c2dfef;
    
/*    border-radius:12px;*/
}


.header-title 
{
    font-size: 3em;
	
/*    text-align: center;*/
    text-align: center;
/*margin: 200px auto;*/
font-family: "League-Gothic",Courier;
font-weight: bolder;

text-transform: uppercase;

color: bisque;

/*color: #222;*/

text-shadow: 0px 2px 3px #666;
}

.more-info-needed
{
    color: wheat; font-size: 2em; font-style: italic; border: yellow dotted 2px;
    background-color:teal; margin-bottom: 10px;
}


.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #fff;
  -webkit-box-shadow: 3px 3px 5px 6px #fff;
  box-shadow:         3px 3px 5px 6px #fff;
}