/* style sheet for Indigo */

/* alignment */
.left {text-align: left;}

.center {text-align: center;}

.right {text-align: right;}

.tab {margin-left: 2em;}

/* size */
.big {font: bold 1.1em;}

.bigger {font: bold 1.2em;}

/* styles */
.bold {font-weight: bold;}

.sc {font-variant: small-caps;}

.i {font-style: italic;}

/* separator*/
.sep {background: #000000;
	background-repeat: none;
	height:2px;
	overflow: hidden;
	clear: both;
	width: 580px;
	margin-left: 10px;
	margin-right: auto;
	margin-bottom: auto;
	}
	
.sep2 {background: #00CC00;
	background-repeat: none;
	height:2px;
	overflow: hidden;
	clear: both;
	width: 752px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

/* images*/
.img_left {float: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
	
.img_right {float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

img.star {width: 1em;
	height: 1em;
	}

/* headers: largest to smallest*/
h1 {color: #006600;
	font-size: 1.2em;
	text-align: left;
	padding: 5px;
	margin: .1em;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	}

h2 {font-size: 1.0em;
	text-align: left;
	padding-left: 15px;
	margin-left: 0;
	margin-right: 0;
	color: #006600;
	font-weight: bold;
	}

h3 {font-size: 1.0em;
	text-align: left;
	padding-left: 15px;
	margin-left: 0;
	margin-right: 0;
	color: #006600;
	font-weight: bold;
	}
	
h4 {font-size: 1.0em;
	text-align: left;
	padding-left: 15px;
	margin-left: 0;
	margin-right: 0;
	color: #006600;
	font-weight: bold;
	}

.lead {font-size: 1.0em;
	text-align: left;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
	color: #006600;
	font-weight: bold;
	}

/* links */
a:link {color: #009900;
	text-decoration: none;
	}

a:visited {color: #006600;
	text-decoration: none;
	}

a:hover {color: #009900;
	text-decoration: underline;
	}
	
a img {border: none;
	}

/* input boxes*/
input, textarea{
	margin-bottom: 4px;
	}
	
input:focus, textarea:focus{
	border: 2px solid #003300;
	}

/* page sections*/
HTML {height: 100%;
	background: #ffffff;
	}

body {font-family: century gothic, helvetica, san-serif; 
	font-size: 100.01%;
	margin: 0px;
	text-align: center;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	background: #ffffff;
	}

#container {display: block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	text-align: center;
	background: #ffffff;
	background: url("stripe 4.png");
	background-position: center;
	background-repeat: repeat-y;
	}

#top {height: 650px;
	width: 100%;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	background: url("tree top sm2.png");
	background-position: center top;
	background-repeat: no-repeat;
	}
	
#main {margin-top: -170px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	padding-right: 0px;
	padding-left: 0px;
	width: 799.5px;
	height: 100%;
	text-align: left;
	overflow: hidden;
	}
	
ul#menu {font-size: .9em;
	width: 80px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-right: 1px dotted #009900;
	text-align: right;
	list-style-type: none;
	padding: 0px;
	}
	
ul#menu li {padding-bottom: 6px;
	padding-top: 4px;
	/*padding-left: 8px;*/
	padding-right: 8px;
	margin: 0px;
	}
	
ul#menu li a {text-decoration: none;
	color: black;
	}

ul#menu li.curr {background: #ddeedd;
	}

ul#menu a.current {text-decoration: none;
	}

ul#menu li a:hover {color: #009900;
text-decoration: underline;
	}

ul#menu li.curr:hover {background: #ddeedd;
	color: black;
	}

ul#menu a.current:hover {color: black;
	}

.text {position: relative;
	width: 620px;
	left: 100px;
	margin-top: -145px;
	margin-bottom: 60px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	min-height: 280px;
	height: 100%;
	}
	
table {text-align: center; 
	padding: 2px;
	font-size: 1em;
	}

td {width: auto;
	text-align: center;
	}
	
td.title {text-align: left;
	vertical-align: top;
	width:auto;
	}

td.right {text-align: right;
	vertical-align: top;
	width:auto;
	}
	
td.left {text-align: left;
	vertical-align: top;
	width:auto;
	}
	
td.subut {text-align: center;
	vertical-align: top;
	width:auto;
	padding-top: 5px;
	}
		
#footer {font-size: .8em;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 120px;
	background-image: none, url("grass3.png"), url("grass4.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0px;
	margin: 0px;
	}
		
#footer a {text-decoration: none;
	color: black;
	}
		
#footer a:hover {text-decoration: underline;
	color: #009900;
	}
	
#copyright {font-size: .8em;
	}
