/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3D4231;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}

#wrapper {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #C5CAB6;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7C8073;
	border-bottom-color: #7C8073;
	border-left-color: #7C8073;
}

h1.mainText {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size:24px;
	line-height: 28px;
}
h2.mainText {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 18px;
	line-height: 22px;
}
h3.mainText {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 20px;
}
h4.mainText {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 18px;
}
p.mainText {
	text-align: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 20px;
}

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: #CCCCCC;
	text-decoration: none;
	display: inline;
	font-size: 11px;
}
.footerText {
	margin: 0px;
	padding: 10px;
	vertical-align: bottom;
	color: #CCCCCC;
	font-size: 11px;
}
.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;
}
.floatleft {
	margin: 7px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	clear: both;
}

