@import url(structure.css);
@import url(forms.css);

/* Global */
html, body {
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100% }
html {
    background: url(../images/body-bg.gif) center top repeat-x;
    font-size: 62.5%;
    line-height:1.3;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
    color:#202020; }
body {
    background: url(../images/header-bg.gif) center top no-repeat;
    font-size: 1.4em;	}
img { 
    border: none }
h1, h2, h3, h4 {
    font-size:1.4em;
    font-style:italic;
    padding:0; 
    margin:0 }
h4 {
    font-size:1.2em;
    letter-spacing:1px;}
p {
    padding: 5px 0;
    margin: 0 }
ul {
    list-style-type:none;
    margin: 5px 0 15px 30px ;
    padding: 0  }
li {
    background:  url(../images/li-bg.gif) 0 11px no-repeat;
    margin: 0;
    padding: 7px 0 7px 13px }
    
/* links */    
a, a:active, a:visited {
    color: #51771C;
    text-decoration: underline }
a:hover {
    color: #8DB925;
    text-decoration: none }  
    
/* text replacment */   
h1 span {
    position: absolute;
    left: -999em;}



