body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Helvetica;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-position: left top;
	font-size: 12px;
	color: #595a59;
}
.bodytext {
	float: left;
	width: 480px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 35px;
}

.mainpage {
	background-image: url(images/pagebg-repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	width: 1050px;
}
.pagebg {
	background-image: url(images/pagebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	padding-right: 25px;
	padding-left: 25px;
}
.topbar {
	height: 195px;
	width: 1000px;
}
.navbar {
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 980px;
	padding-top: 18px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 13px;
}
.navlink {
	float: left;
	height: 25px;
	width: 240px;
}
.contactbox {
	height: 350px;
	width: 225px;
	float: right;
	margin-top: 35px;
}
.clear {
     clear: both;
     height: 1px;
     font-size: 1px;
     line-height: 1px;
     margin-bottom: -1px;
}h1 {
	font-size: 135%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}
.logos {
	height: 130px;
	width: 1000px;
	clear: both;
	float: left;
	margin-top: 40px;
}
a:link, a:visited {
	color: #595a59;
	text-decoration:none
}
a:hover, a:active {
	color: #595a59;
	text-decoration:underline
}
.heading {
	float: left;
	height: 350px;
	width: 220px;
	padding-top: 40px;
}

