* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: white;
	font: .9em verdana, helvetica, arial, sans-serif;
	color: #003300;
	width: 80%;
	margin-left: 40px;
}

table
{
	
	border-top: 6px solid #003300;
	border-bottom: 6px solid #003300;
	margin-top: 30px;
}

#formTable {
	width: 500px;
	margin-bottom: 20px;
	text-align: left;
}
table table {
	border: 0
}


/* @group Headers */

h1 {
	color: #003300;
	font: bold 2em "Trebuchet MS", verdana, helvetica, arial, sans-serif;
}

h2 {
	color: #003300;
	font: bold 1.5em "Trebuchet MS", verdana, helvetica, arial, sans-serif;
}

h3 {
	color: #003300;
	font: bold 1.1em "Trebuchet MS", verdana, helvetica, arial, sans-serif;
}

/* @end */

/* @group Content */

#content {
	width: 500px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
}

p {
	color: #003300;
	font: .95em/1.3em verdana, helvetica, arial, sans-serif;
	margin-top: 12px;
	margin-left: 10px;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #073300;
}


#content a:link {
	color: #1ecc2e;
}

#content a:visited{
	color: #179930;
}

/* @end */

/* @group Navigation */

#textNav ul {
	list-style-type: none;
	margin-top: 25px;
	padding: 0px;
	/* width: 600px;*/
	overflow: hidden;
}

#textNav li {
	
	list-style-type: none;
	display: inline-block;
}

#textNav a:link, #textNav a:visited {
	display: block;
	width: 90px;
	font-weight: bold;
	font-family: "trebuchet ms", verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #679965;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	
}


#textNav a: hover, #textNav a: focus, #textNav a: active {
	color: #fff;
	background-color: #003300;
}

/* @end */

/* @group alignedList */

.alignedList {
	
}

.alignedList ul{
	list-style-type: none;
	margin-top: 25px;
	padding: 0px;
	/*width: 600px;*/
	overflow: hidden;
}

.alignedList li {
	list-style-type: none;
	display: inline-block;
}

.alignedList a:link, .alignedList a:visited{
	list-style-type: none;
	display: inline-block;
	width: 90px;
	font-weight: bold;
	font-family: "trebuchet ms", verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #679965;
	text-align: center;
	padding: 4px;
	text-decoration: none;
}

/* @end */



/*.textNav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	//width: 600px;
	overflow: hidden;
}

ul.textNav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	//width: 600px;
	overflow: hidden;
}


li.textNav {
	
	list-style-type: none;
	display: inline-block;
}

a.textNav:link, a.textNav:visited {
	display: block;
	width: 90px;
	font-weight: bold;
	font-family: "trebuchet ms", verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #679965;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	
}


a.textNav: hover, a.textNav: focus, a.textNav : active {
	background-color: #003300;
}
*/
/* @end */

/* @end */