.container {
	background-color: #FFFFFF;
	height: 120px;
	width: 99%;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}
.titlecontainer {
	margin: auto;
	padding: 1px;
	float: left;
	height: 110px;
	width: 70%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #009900;
}
.contactcontainer {
	margin: auto;
	padding: 1px;
	clear: right;
	float: right;
	height: 110px;
	width: 29%;
	top: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006600;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
}
h3 {font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#006600;
}
body{font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
}

.bodycontainer {
	height: auto;
	width: auto;
}
.linkscontainer {
	margin: auto;
	padding: 5px;
	clear: left;
	float: left;
	height: auto;
	width: 15%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #009900;
}
.title {
	margin: auto;
	padding: 5px;
	height: auto;
	width: auto;
}
.text1 {
	text-align: justify;
	height: auto;
	width: 75%;
	float: right;
	padding: 15px;
}
.footer{height: 178px; text-align: center}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}
