/* CSS Document */
/* Rules below influence the height and width of page, as well
as background color and general font styles */

* { margin: 0; border: 0; padding: 0; vertical-align: top;}

    html, body {
    height: 100%;
	vertical-align: top;
    }


img {display: block; padding: 0; border: 0;}

body {
background-color: #7A8F57;
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
color: #663300;
background-image: url(images/background.gif);
background-repeat: repeat-y;
background-position: center;
}

td {
background-color: #ECE6CC;
vertical-align: top;
}

#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 760px;
    height: 100%;
	vertical-align: top;
	background-color: #ECE6CC;
}


#background {
width: 760px;
	margin: 0 auto;
	padding: 0;
	border: 0;
height: 100%;
}


/* Styles for top of page */

#header {
padding: 0px 60px 0 60px;
height: 81px;
width: 760px;
}

#main_photo {
padding: 0px 60px 0 60px;
}

#main_photo img {
display: inline;
}

/* Styles for main navigation */

#navigation {
text-align: left;
border-bottom: 1px solid #ECE6CC;
background-image: url(images/navbkgrd.gif);
background-repeat: no-repeat;
background-position: 60px 6px;
height: 40px;
padding-left: 72px;
padding-top: 1.20em;
padding-bottom: 0.5em;
color: #ECE6CC;
font-weight: bold;
}


#navigation ul {
list-style: none;
display: inline;
}

#navigation li {
display: inline;
}

li .here {
border-bottom: 2px dotted #7A8F57;
}
	
#navigation a:link {
text-decoration: none;
color: #ECE6CC;
}

#navigation a:visited {
text-decoration: none;
color: #ECE6CC;
text-decoration: none;
}

#navigation a:hover {
border-bottom: 2px dotted #ECE6CC;
color: #ECE6CC;
}

/* Important! These are the styles that mark your current page in your navigation.
You must add a class="current" to the link of the current page in the navigation for this to work. */

td#navigation a:link.current {
padding: 0;
text-decoration: none;
color: #990000;
}

td#navigation a:visited.current {
background: url(images/dottedline_current.jpg) no-repeat left bottom;
padding: 0;
text-decoration: none;
color: #990000;
}

td#navigation a:hover.current {
background: url(images/dottedline_current.jpg) no-repeat left bottom;
padding: 0;
text-decoration: none;
color: #990000;
}



/* Styles for content area of your page */

#content {
padding: 15px 60px 20px 60px;
}

#content p {
line-height: 1.5em;
padding-bottom: 0.5em;
font-size: 110%;
padding-left: 70px;
}

td#content b, td#content strong {
color: #000066;
}

#redleaf {
float: right;
padding-right: 0px;
}


td#content .ornament {
float: left;
padding: 4px 20px 0 0;
}

#content ol {
list-style-position: outside;
padding-top: 0.5em;
padding-bottom: 1.0em;
line-height: 1.2em;
padding-left: 100px;
padding-right: 20px;
}

#content ul {
list-style-position: outside;
padding-top: 0.5em;
padding-bottom: 1.0em;
line-height: 1.2em;
padding-left: 100px;
padding-right: 20px;
}

#content ul li, #content ol li {
padding-top: 0.20em;
padding-bottom: 0.30em;
}


#content a:link {
color: #990000;
}

#content a:visited {
color: #990000;
}

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

/* These are your headline styles */

h1 {
color: #943F2B;
font-size: 165%;
padding: 0px 60px 10px 70px;
text-align: left;
}



/* Styles for bottom of page -- creation date, EOE statement, links, font sizes, etc. */

td#footer {
background-color: #ECE6CC;
background-image: url(images/footer.gif);
background-position: center bottom;
background-repeat: no-repeat;
height: 20px;
}

#footer p {
font-size: 80%;
line-height: 1.25em;
color: #48583D;
padding: 20px 60px 20px 60px;
text-align: center;
}

#footer a:link {
color: #48583D;
text-decoration: none;
}

#footer a:hover {
color: #48583D;
text-decoration: underline;
}

#footer a:visited {
color: #48583D;
}

