@charset "utf-8";
body {
	background-color: #185700;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(bg.jpg);
	line-height: 1.3em;
}
#layout {
	text-align: left;
	padding: 10px;
	width: 840px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #00654e;
	position: relative;
	clear: none;
	overflow: visible;
	bottom: auto;
}
#navigation {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 12px;
	margin-left: 10px;
	text-align: center;
	background-color:#006F5E
}
#leftcontent {
	padding: 0px;
	float: left;
	height: 100%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	background-color: #00654E;
	width: 300px; 
	position: relative;

}

#rightcontent {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	width: 500px
}
#rightcontentSmaller {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	width: 400px
}
#middle {

	width: 100px;
	float: right;
}
a {
	color: #66CC00;
	text-decoration: none;
	font-size: medium;
}


a:link {
	text-decoration: none;
	color: #CCFF00;
}
a:hover {
	color: #57B74B;
	text-decoration: none;
}


h1{
	font-family: Tahoma, Geneva, sans-serif;
	color: #006594;
	height: auto;
	font-size: 20px;
	}
h2{
		font-family: Tahoma, Geneva, sans-serif;
	color: #2D6419;
	height: auto;
	font-size: large;
	width: 200px;
	letter-spacing: .1em;
	text-align: left;
	background-color: #FCFEFB;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	}

h3{
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
	font-size: 1em;
}

h4{
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffffff;
	height: auto;	
	font-size: 15px;
	}

h5{

	font-family: Tahoma, Geneva, sans-serif;
	height: auto;
	font-variant:small-caps;
	color: #BCEE51;
	font-size: 13px;

}
h6{
	font-family: Tahoma, Geneva, sans-serif;
	color: #2D6419;
	height: auto;
	font-size: .9em;
	width: 370px;
	text-align: left;
	background-color: #FCFEFB;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	}
p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FCFEFB;
	height: auto;
	font-size: 14px;
	margin-left: 9px;
	
}
.open {
	background-color: #182F4D;
	width: 200px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FCFEFB;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 9px;
	margin-left: 5px;
	text-transform: uppercase;
	letter-spacing: .15em;
}

#footer {
	margin: 0px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	height: 100px;	
}


#content {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 820px;
}
#banner {
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: #00725F;
	text-align: center;
}
.indent {
	margin-left: 60px;	

	margin-top: 2px;
}
.smaller {
	font-size: 12px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

fieldset
{
	border: 3px inset #56B94C;
	width: 20em
}

legend
{
	font-family: Tahoma, Geneva, sans-serif;
	color: #2D6419;
	height: auto;
	font-size: medium;
	width: 130px;
	letter-spacing: .1em;
	text-align: left;
	background-color: #FCFEFB;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-weight: bold;
}
input
{
	color: #fff;
	background: #0D484E;
	border: thin outset #0D484E;
	margin-left: 5px;
}
input.btn {
	color: #fff;
	background: #0D484E;
	border: medium outset #0D484E;
	margin-left: 5px;
	font-size: medium;
}
td {
	color: #FFF;
	margin-left: 10px;
	padding-left: 10px;
}