/* CSS Document */

body {
	font-family: Helvetica, "Arial sans-serif";
	font-size: 14px;
	color: #23370E;
	margin: 0px;
	padding: 0px;
	background-color: #D3E9F7;
	line-height: 20px;
}

#wrapper {
	padding: 0px;
	width: ;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E6ECD2;
	width: 760px;
	border: 2px solid #757E58;
}

h1.mainText {
	padding: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size:24px;
}
h2.mainText {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 18px;
}
h3.mainText {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 18px;
}
h4.mainText {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 18px;
}
.mainText {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: justify;
}
.mainText ul	{
	padding: 5px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.mainText ul li	{
	margin: 5px;
	padding: 5px;
	list-style-type: none;
}
p.footerText  {
	margin: 0px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #;
	text-decoration: none;
	display: inline;	
}
.footerText a {
	margin: 0px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #;
	text-decoration: none;
	display: inline;	
}
.footerText {
	margin: 0px;
	padding: 10px;
	vertical-align: bottom;
}
.footerText a:hover {
	text-decoration:underline	
}
.floatright {
	margin: 7px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	clear: both;
}
