/* CSS Document */

.navText {
	font:12px arial;
	color: #FFFFFF;
	letter-spacing:0.1em;
	text-decoration: none;
	}
	
#navigation a {
	font:12px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}

a {
	color: #006031;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #53823C;
	text-decoration:none;
	}

.bodyText {
	color:#333333;
	line-height:20px;
	text-align: left;
	font-family: "times new roman", times, serif;
	font-size: 12px;
	margin-bottom: 5px;
	}
	
.pageHeader {
	font:20px "Times New Roman", Times, serif;
	color: #006031;
	line-height:25px;
	text-align: left;
	margin-top: 15px;
	}
	
table {
	border-collapse: collapse;
	}

.smallText {
	font:12px times new roman;
	color: #563e23;
	line-height:15px;
	text-align: left;
	text-indent: 5px;
	}
	
body {
	border:#000000;
	border-width:1px;
	}
	
#container {
	width:702px;
	border: solid 1px #000;
	margin: 1em auto;
	}
