body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #364B3F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DADAB6;
	line-height: 19px;
}
.skeletonhill #container {
	width: 1000px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 15px solid #FFFFFF;
}
.skeletonhill #header {
	background: #2b383d;
	height: 25px;
	color: #FFFFFF;
	padding: 5px 20px 10px 30px;
}
.skeletonhill #subheader {
	background: #486330;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2B383D;
}
.skeletonhill #mainContent {
	background: #FFFFFF;
	padding: 20px 30px 0;
}
.skeletonhill #footer {
	background-color: #2B383D;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
a:link {
	color: #25995C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1D7647;
}
a:hover {
	text-decoration: underline;
	color: #DEC201;
}
a:active {
	text-decoration: none;
	color: #1D7647;
}
a.navbar:link {
	color: #25995C;
	text-decoration: none;
}
a.navbar:visited {
	text-decoration: none;
	color: #1D7647;
}
a.navbar:hover {
	text-decoration: underline;
	color: #DEC201;
}
a.navbar:active {
	text-decoration: none;
	color: #1D7647;
}
h1 {
	font-size: 26px;
	color: #037A3F;
}
h2 {
	font-size: 22px;
	color: #00B252;
}
h3 {
	font-size: 18px;
	color: #1BCD59;
}
.text_small_centre {
	font-size: 10px;
	text-align: center;
	word-spacing: 5px;
}
.text_small {
	font-size: 10px;
}
.textlarge{
	font-size: 18px;
	color: #72A34E;
	font-weight: bold;
	line-height: 24px;
}
.text_red_large{
	font-size: 18px;
	color: #900;
	font-weight: bold;
}
#news_box {
	background: #CBD6DA;
	padding: 15px 10px;
	width: 495px;
	border: 3px dotted #2B383D;
}
