/* sets the main body properties */

BODY {

font-family : Verdana, Arial, sans-serif;

font-size : 80%;

margin: 0px 0px 0px 0px;

background-color: #FFFFFF;

color:#000000;

scrollbar-arrow-color:#FFFFFF; 

scrollbar-face-color:#096309; 

scrollbar-3dlight-color:#096309; 

scrollbar-highlight-color:#000000; 

scrollbar-shadow-color:#000000; 

scrollbar-darkshadow-color:#000000; 

scrollbar-track-color:#FFFFFF; 

}



P, TD, LI, UL, Table {

font-family : Verdana, Arial, sans-serif;

font-size : 100%;

}



HR {

color: #096309;

height: 1px;

width: 100%;

}



/* this sets an image to the left or to the right on a page */



.imageleft {

margin: 0px 10px 0px 0px;

float: left;

}



.imageright {

margin: 0px 0px 0px 10px;

float: right;

}



/* this group sets the normal link colors */



A:LINK {

color: #006600;

text-decoration: underline;

font-weight: bold;

}



A:VISITED {

color: #000000;

text-decoration: underline;

font-weight: bold;

}



A:HOVER {

color: #000000;

text-decoration: underline;

font-weight: bold;

}



A:ACTIVE {

color: #000000;

text-decoration: underline;

font-weight: bold;

}



/* We like to use headings for special effects */



H1 {

font-size: 16px;

font-weight: bold;

text-align: left;

letter-spacing: 3;

color: #006600;

}



h2 {

text-align: left;

font-size: 14px;

font-weight: bold;

letter-spacing: 2;

color: #006600;

padding: 1px;

border-bottom: 1px dotted #006600;

}



h3, h4, h5 {

font-size : 14px;

font-weight : bold;

color : #006600;

}



h6 {

font-size : 14px;

font-weight : bold;

color: #006600;

width: 100%;

border-bottom: 1px solid #000000;

}



/* special classes */



.top {

background-color: #096309;

color: #FFFFFF;

font-weight: bold;

word-spacing: 5px;

text-align: right;

vertical-align: bottom;

height: 40px;

padding-right: 10px;

border: 1px solid #000000;

}



.top a:link {

color: #D9F0F7;

font-weight: bold;

text-decoration: none;

}



.top a:visited {

color: #D9F0F7;

font-weight: bold;

text-decoration: none;

}



.top a:hover {

background-color: #D9F0F7;

color: #000000;

font-weight: bold;

text-decoration: underline overline;

}



.top a:active {

background-color: #D9F0F7;

color: #000000;

font-weight: bold;

text-decoration: underline overline;

}





.photos {

background-color: #006600;

color: #000000;

text-align: center;

height: 120px;

padding: 10px 0px 10px 0px;

border: 1px solid #000000;

}



/* classes for left side navigation and button rollover */



.side {

background-color: #FFFFFF;

color: #000000;

font-size: 85%;

width: 180px;

vertical-align: top;

text-align: left;

padding: 20px 0px 20px 0px;

}



.navlist {

	position: relative;

	width: 180px;

	padding: 0px 10px 0px 10px;

	}

	

.navlist ul {

	margin: 0; /*removes indent IE and Opera*/

	padding: 0; /*removes indent Mozilla and NN7*/

	list-style-type: none; /*turns off display of bullet*/

	font-family: Verdana, Arial, sans-serif;

	font-size: 12px;

	font-weight: bold;

	}

	

.navlist li {

	margin: 0 0 5px 0;

}



.navlist a {

	/*/*/display: block;

	padding: 2px 0px 2px 25px;

	border: 1px solid #000000;

	width: 160px;

	background-color: #096309;

	font-weight: normal;

	background-image:  url('images/cell1.jpg'); /* */

}



.navlist a:link, .navlist a:visited {

	color: #000000;

	font-weight: normal;

	/*/*/color: #FFFFFF;

	text-decoration: none; /* */

}



.navlist a:hover {

	border: 1px solid #000000;

	background-color: #8CCA7F;

	background-image:  url('images/cell2.jpg');

	color: #000000;



}

.current a:link, .current a:visited, .current a:hover {

	/*/*/border: 1px solid #000000;

	background-color: #8CCA7F;

	background-image:  url('images/cell2.jpg');

	font-weight: normal;

	color: #000000; /* */

}



/* classes for main text area */



.main {

background-color: #FFFFFF;

color: #000000;

vertical-align: top;

text-align: justify;

padding: 20px 5px 20px 20px;

width: 570px;

}



/* copyright area */



.copyright {

background-color: #096309;

color: #D9F0F7;

width: 750px;

height: 40px;

font-size: 90%;

font-weight: bold;

text-align: center;

padding: 10px 0px 10px 0px;

border: 1px solid #000000;

}





/* form buttons */



.form {

background-color: #8CCA7F;

background-image: url('images/cell2.jpg');

color: #000000;

font-family: Verdana;

font-weight: bold;

padding: 2px 15x 2px 15px;

border: 1px solid #000000;

}