body {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #FFFFFF;

}

.bodytext {
	font-family: 'Open Sans', sans-serif;
	line-height: 22px;
	font-size: 15px;
	color: #59595B;
}

a:link { color: #13a99f; text-decoration: none }
a:active { color: #13a99f; text-decoration: none }
a:visited { color: #13a99f; text-decoration: none }
a:hover { color: #59595B; text-decoration: none }

.menutext {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #59595B;
	text-align: center;
	font-weight: bold;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1080px;
}
.headertext {
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	font-size: 24px;
	color: #59595B;
	font-weight: bold;
	letter-spacing: -1px;

}
.menutextactive {

	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #59595b;
	text-align: center;
	font-weight: bold;
}
.subheadertext {

	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	font-size: 24px;
	color: #59595B;
	font-weight: 400;
	letter-spacing: -1px;
}
.bgtall {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1080px;
}

.bgnoborder {
	background-image: url(images/bgnoborder.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1080px;
}

.submenu {
font-family: 'Open Sans', sans-serif;
	color: #59595B;
	background-color: #d8d8d8;
	font-weight: bold;
}

.newsbox {
font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}