@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/*HEADER*/ #header{
width:100%; 
background-color: #fff;
margin-top: 100px;
}


#header a{
color:#333;
font-family: helvetica, arial, sans-serif;
text-decoration: none;
font-size: 1em;
}

#header a:hover{
color:#333;
text-decoration:underline;
}	


#header a:visited {
color: #333;
text-decoration: none;

}
.move-it-to-the-left-but-not-as-far-as-9999px {
text-indent: -500px; /* that should be enough */
overflow: hidden;
font: 10px monospace;
letter-spacing: -10px;
}

h1 {
padding: 15px 0 0 5px;
background-color: #fff;
font-family: helvetica, arial, sans-serif;
font-size: 2em;
text-align:left;
text-transform:uppercase;
padding-left: 50px;
margin-bottom: 15px;
line-height: 1em;
color: #333;
}

/*BODY*/

body {
text-align: left;
font-size: 101%;
background-color: #fff;
width: 100%;
height: 100%;
}


/*WRAPPER*/

#wrapper {
width: 900px;
margin-left: auto;
margin-right: auto;
height: auto;
margin-top: 10px;
margin-bottom: 10px;
background-color: #fff;
text-align: left;
font-size: .83em;
color: #333;
}

/*CONTENT*/

#content {
width: 900px;
background-color: #fff;
margin-top: -100px;
}

#content ul {
list-style:none;
font-family:Georgia, serif;
font-size: 1.3em;
line-height: 1.6em;
padding: 10px 0px 20px 0px;
}

#content li {
padding: 5px 0 5px 0;

}

#content a{
color:#276149;
font-family: Gerogia, serif;
text-decoration: none;
font-size: 1em;
}

#content a:hover{
color:#333;
}	


#content a:visited {
color: #dab522;
text-decoration: none;

}

h3 {
font-family: Gerogia, serif;
font-size: 1.6em;
text-transform: uppercase;
padding-left: 45px;
margin-top: 0px;
margin-right: 45px;
margin-bottom: 10px;
color: #333;
line-height: 1.5em;
text-decoration:underline;

}

#content p {
font-family: Gerogia, serif;
font-size: 1.3em;
line-height: 1.6em;
padding-left: 4.6em;
padding-right: 2em;
padding-bottom: 1.5em;

}



h4 { 
font-family: Gerogia, serif;
font-size: 1em;
margin-top: -10px;
margin-left:45px;
text-transform: uppercase;
color: #333;
line-height: 1.2em;
}

h5 { 
ffont-family: Gerogia, serif;
font-size: 2em;
text-transform: uppercase;
padding-top: 5px;
margin-right: 45px;
margin-bottom: 15px;
color: #333;
line-height: 1.2em;
}
