a:link 
{ 
    color: #386B32; 
    font-weight: bold; 
    text-decoration: none;
}

a:visited 
{ 
    color: #386B32; 
    font-weight: bold; 
    text-decoration: none;
}

a:active 
{ 
    color: #386B32; 
    font-weight: bold; 
    text-decoration: underline;
}

a:hover 
{ 
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

body 
{ 
    background: #D1D1D1 url("images/gradient.gif") repeat-x; 
    text-align: center;
    font-size: 12px; 
    font-family: verdana,trebuchet,sans-serif; 
}

#header 
{
    height: 147px;
    width: 662px;
    position: relative;
    margin: auto;
    
    z-index: 2;
}

#navbar
{
    background: url("images/navbar.png"); 
    height: 34px;
    width: 360px;
    position: relative;
    margin: auto;
    
    margin-top: -18px;
    padding-top: 18px;
    
    z-index: 1;
    text-align: center;
    font-weight: bold; 
    font-size: 15px; 
    color: #C9D7B9;
}

#navbar ul
{
    list-style: none;
}
    
#navbar li
{
    float: left;
}

#navbar a 
{ 
    color: #C9D7B9;
}

#contentcenter 
{
    background: url("images/strip.png") repeat-y; 
    width: 622px;
    position: relative;
    
    margin: auto;
    margin-top: -50px;
    margin-bottom: -13px;
    
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    
    text-align: left;
}

#footer
{
    background: url("images/footer.png"); 
    height:29px;
    width:662px;
    position: relative;
    margin: auto;
    
    z-index:1;
}
    
p,h1,pre 
{
    margin:0px 10px 10px 10px;
}
    
h1 
{
    font-size:14px;
    padding-top:10px;
}
