body {
     background-color: #ffffff;
     margin: 0px;
     padding: 0px;
     font-family: Arial, Helvetica, sans-serif;}

p {
     font-size: 0.95em;
     font-weight: 300;
     line-height: 1.3em;
     color: #00000;
     text-align:left;
}
h1 {
     font-size: 1.5em;
     font-weight: 500;
     line-height: 1.3em;
     color: #808080;
}
h2 {
     font-size: 1em;
     font-weight: 550;
     line-height: 0em;
     color: #606060;
     margin-bottom: 0em;
     margin-top: 2em;
}


ul {
     list-style-type: none;
     font-weight: 300;
     font-size: 0.95em;
     padding-left:0px; margin-left:1.3em;
}

li {
  padding-bottom:0.75em; padding-left:0.5em;
}

img {
  border:none;
  padding:0px;
}


a:link {
     text-decoration: underline;
     color: #5C743D;
}
a:visited {
     text-decoration: underline;
     color: #5C743D;

}
a:hover {
     text-decoration: underline;
     color: #5C743D;
     }

a:active {
     text-decoration: none;
     color: #5C743D;}

a:focus {
     text-decoration: none;
     color: #5C743D;
}



#headbar {
     width: 100%;
     height: 130px;
     background-image:url(head_background.gif); background-repeat:repeat-x;
     background-position:bottom right;
     margin-bottom: 10px;
     padding:0px;
     text-align:center; }

#headbar h1 {position: absolute; top:0; left:450px; 
             color: #5C743D;      
             font-size: 1.1em;
             line-height: 1.3em;
             margin-top:25px;
             padding:0;}


#navi {
display:none
}



#content {
     padding:1em;
}




