/* CSS Document */
a {
	text-decoration:none;
	color: #295241;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #295241;
}

body {
	margin: 0px;
	padding: 0px;
}

html {
	background-image: url(../images/bg/grassbottom.jpg);
	background-position: bottom left;
	background-attachment: scroll;
	background-repeat: repeat-x;
	height: auto;
}

#headerlogo {
	background-color: #CFE2E7;
	padding: 16px;
	text-align: center;
}

#headerbar {
	height: 30px;
	background-image: url(../images/welcomepage/pagebarbg.jpg);
}

#content {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
}

#contenttext {
	width: 511px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#footerclear {
	height: 50px;
}