/* CSS Document */

body {
background-color:#006633;
background-image:url(images/bg_greenhatch.jpg);
background-repeat:repeat;
color:#000;
font-size:100.1%;
font-family:"Times New Roman", Times, serif;

}

h1 {
color:#006633;
font-size:150%;
}

h2 {
color:#006633; /*green*/
font-size:120%;
font-style:italic;
}

dt {
color:#006633;
font-style:italic;
padding:5px 0px;
font-weight:bold;
font-size:125%;
}

#wrapper {
background-color:#fff;
margin:25px auto;
width:790px;
border:3px solid #ccc;
}

#navigation {
background-color:#fff;
float:left;
}

#header {
clear:left;
padding-bottom:8px;
border-top:4px solid #ccc;
border-bottom:4px solid #FFB74A;
}

#content {
background-color:#fff;
color:#000;
padding:8px 15px;
}

#footer {
font-size:90%;
background-color:#FFB74A;
text-align:center;
}

#footer a, #footer a:link {
color:#006633;
text-decoration:underline;
}

#footer a:visited {
color:#fff;
text-decoration:none;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#006633;
text-decoration:none;
}

a, a:link {
color:#000;
text-decoration:underline;
}

a:visited {
color:#006633;
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#006633;
text-decoration:underline;
}



.green {
color:#006633;
}

.bold {
font-weight:bold;
}

.small {
font-size:85%;
}

.red {
color:#990033;
}