﻿/* CSS Document */
Body {
	background-image:url(siteGraphics/tileBG.gif);
    background-attachment: fixed;
	background-repeat:repeat-x;
	background-color:#6C9C69;
	margin:0px;
	padding:0px;
	}

Body, td, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px}
	
h1, h2, h3, h4, h5, h6, {
	font-weight:bold;
	margin:0px;}

h1 {
	font-size:16px}
h2 {
	font-size:14px}
h3 {
	font-size:12px}
h4 {
	font-size:11px}
h5 {
	font-size:11px}
h6 {
	font-size:11px}

.textLight, .textLight a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;}

.textLight a {
	color:#00FF33;}

a {
	color:#00801A;
	text-decoration:none}
	
a:hover, a:active {
	color: #575318;}
	
.textLight a:hover, .textLight a:active {
	color:#00FF33;
	text-decoration: underline;}

.headerNav, .headerNav a {
	background-image:url(siteGraphics/navTile.gif);
	background-repeat:repeat-x;
	letter-spacing:3px;
	color:#FFFFFF;
	height:27px;
	font-size:11px;
	text-decoration:none;
	width:100%;
	padding-top:0px;
	line-height:20px}

.headerNav a:hover {
	background-image:url(siteGraphics/navTile.gif);
	color:#FFFF99;}

	
.tanText {color: #FFFF99;
margin-top:0px;
font-size:14px;}
.YellowText {color: #FFFF00;
	margin-bottom:0px;
	font-size:18px;}
