@charset "UTF-8";
/* CSS Document */
<!--
body {
    background-image:url(Photo_allpages/grnfade.jpg);
	background-color: #bfffbc;
	margin: 0;
    padding: 0;
    color: #000;
}

.container {
    width: 960px;
    margin: 0 auto;
}

.header1 {
	clear: both;
    padding-left: 64px;
    padding-top: 48px;
    height: 360px;
}

.header2 { 
    padding-left: 64px;
    padding-top: 48px;
    height: 200px;
}

.header3 {
	clear: both;
	padding-top: 70px;
	padding-left: 70px;
}

.sidebar {
    float: left;
    width: 180px;
    padding-top: 54px;
	padding-bottom: 10px;
}

.content {
    font-family: "Times New Roman", Times, serif;
    padding: 10px 0;
    width: 780px;
    float: left;
}

.footer {
    font-family: "Times New Roman", Times, serif;
    width: 960px;
    position: relative;
    clear: both;
    padding-bottom: 24px;
}

.content ul, .content ol {
    padding: 15px 115px 15px 25px;
}

ul.nav {
    list-style: none;
	margin: 0 auto;
	padding: 0 0 0 0;
}

ul.nav a, ul.nav a:visited {
    padding: 5px 0px 5px 0px;
    display: block;
    width: 150px;
    text-decoration: none;
    background: #6aa14b;
    color: #004000;
}

ul.nav  a:hover, ul.nav a:active, ul.nav a:focus {
    background: #7cbd58;
    color: white;
}

.pagehead {
    font-size: 54px;
    font-weight: bold;
}

.blk-caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9px;
    font-weight: normal;
    color: black;
}

.sm-blk-serif {
    font-family: "Times New Roman", Times, serif;
    font-size:  15px;
    font-weight: normal;
    color: black;
}

.sm-blk-sans {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: black;
}

.med-blk-sans {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: black;
}

.med-bold-serif {
    font-family: "Times New Roman", Times, serif;
    font-size:  20px;
    font-weight: bold;
	line-height: 26px;
    color: black;
}

.med-blue-serif {
    font-family: "Times New Roman", Times, serif;
    font-size:  20px;
    font-weight: bold;
    line-height: 26px;
    color: blue;
}

.med-red-serif {
    font-family: "Times New Roman", Times, serif;
    font-size:  20px;
    font-weight: bold;
    line-height: 26px;
    color: red;
}

.lg-blk-serif {
    font-family: "Times New Roman", Times, serif;
    font-size:  32px;
    font-weight: bold;
    color: black;
}
.lg-red-serif {
    font-family: "Times New Roman", Times, serif;
    font-size:  32px;
    font-weight: bold;
    color: red;
}

.small-caps {
	font-variant:small-caps;
}
-->