body 
{
    background:#111; 
    font-family:Georgia,"times new roman",serif; 
    font-size:16px;
    color:#cccccc; 
    line-height:1.7em;
}
a 
{
    color:#B8860B; 
    text-decoration:none;
}
a:hover 
{
    color:#D3D3D3;
}
h1 
{
    font-size:2.8em; 
    font-weight:normal;
    margin:0; 
    padding:10px 0 0 0px;
}
h2,h3 
{
    font-size:1.8em; 
    font-weight:normal;
    margin:0 0 10px; 
    padding:0;
}
h4 
{
    font-size:1.2em;
    font-weight:normal
}
p,ul,ol 
{
    margin:0 0 20px 0; 
    padding:0;
}
#wrap 
{
    margin:20px auto; 
    width:960px;
}
#pad
{
    height:100px;
}
#header  
{
    background-image: url('./images/acornbanner.jpg'); 
    float:left; 
    width:960px; 
    height:314px; 
    margin-bottom:40px;
    background-repeat: no-repeat;
}
#logo 
{
    margin-right: auto; 
    margin-left: auto;
    background-image: url('./images/acornlogo.png'); 
    width:200px;
    height:126px
}
#logofooter
{
    margin-right: auto; 
    margin-left: auto;
    margin-top:50px;
    margin-bottom:50px;
    width:100px;
    height:70px;
    background-repeat: no-repeat;
    background: url('./images/acornlogo.png'); 
    background-size: 100px 70px;
}
#hmenu ul 
{
    float:left; 
    width:960px;
    height:50px;
    background-color:#0d1216;
    margin: 1%;
    z-index:2;
    position:relative;
}
#hmenu ul li 
{
    display:block; 
    float:left;
}
#hmenu ul li a 
{
    color:#B8860B; 
    font-size:1.4em; 
    float:left; 
    padding:1px; 
    margin:10px 25px 0 0;
}
#hmenu ul li a:hover 
{
    color:#D3D3D3;
}
#hmenu ul li a.current 
{
    color:lightskyblue;
}
#main 
{
    position:relative;
    z-index:1;
    width:960px; 
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    color:darkgray;
    font-size:1.3em;
}
#main a 
{
    color:lightskyblue
}
#main a:hover
{
    color:gray;
} 
#footer a:hover 
{
    border-color:#ccc;
}
#footer 
{
    clear:both;
}
#footer p 
{
    color:#888; 
    margin:0; 
    padding:10px 0 5px; 
    text-align:right;
}
#footer a 
{
    color:#888; 
    padding-bottom:1px; 
    border-bottom:1px dotted #555;
}
#footer a:hover 
{
    color:#ccc;
}
.submit 
{
  background-color: 	#63afde; 
}
.centered
{
    text-align:center;
}
.selectmenu
{
    border: 2px solid #eee; 
    background-color:#B8860B; 
    color: #000; 
    margin-bottom: 1.5em;
    text-align: left;
}
.myyellowback
{
    background-color:#B8860B;
}