html {
	height: 100%;
	min-height: 100%;
	border-width: 0px;
}

body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
}

.contentLayout {
	text-align: center;
  	padding-bottom: 49px;
	background-color: #f2f5f4;
}

.contentContainer {
	width: 620px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.pageContent {
	padding-top:49px;
	margin-top: 49px;
}

.mainPageText {
	position: relative;
	width: 100%;
	height: 230px;
	color: #003c21;
}

.comment {
	font-size:1.25em;
}

.welcomeText {
	position: absolute;
	top: 48px;
	left: 0;
	font-size: 2em;
	font-weight: bold;
}

.descriptionText {
	color: ##0A2833;
	position: absolute;
	top: 110px;
	left: 0;
	font-size: 1.25em;
	font-weight: bold;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: underline;
	color: #324290;
}

a:hover {
	color: #bfa660;
}