body {
	margin: 0;
	background: #a29f80 url(/images/bg-tile.jpg) repeat-y top center;
}
td, input, select, textarea, div {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
a {
	color: #046380;
	text-decoration: none;
}
a:hover {
	color: #82b1c0;
	text-decoration: none;
}
.navsub {
	background-color: #82b1c0;
	display: none;
	position: absolute;
	padding: 5px 0;
	z-index: 1000;
}
.navitem {
	width: 100%;
}
.nav {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
}
a.nav:hover {
	font-size: 12px;
	color: #024d64;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
}
.searchfield {
	font-size: 12px;
	color: #024d64;
	border: 1px solid #b4d0d9;
	background-color: #b4d0d9;
	width: 105px;
	height: 18px;
}
.title {
	width: 970px;
	height: 115px;
	text-align: center;
	background: #ffffff url(/images/title-bg.png) no-repeat top center;
	margin-bottom: 25px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	color: #076481;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.date {
	font-size: 12px;
	color: #a6a37e;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}
.bodytext {
	width: 900px;
	text-align: left;
	line-height: 18px;
	margin-bottom: 25px;
}
.small {
	font-size: 10px;
	color: #a6a37e;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
.button {
	font-size: 12px;
	color: #918e64;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

