/*###########################

		COMMON STYLES

###########################*/

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #cfe3dc;
	color: black !important;
}
img {
	border: 0;
}
a:link {
	color: #006a71;
	text-decoration: none;
}
a:visited {
	color: #006a71;
	text-decoration: none;
}
a:hover {
	color: #77AE9A;
	text-decoration: none;
}
a:active {
	color: #006a71;
	text-decoration: none;
}
#hmecol3 {
	display: none !important;
	visibility: hidden;
}
div#globalnav ul#menucol1, ul#menucol2, ul#menucol3 {
	display: none;
}
/*##################

	NEWS COLUMS

##################*/

#newscol1 {
	background: #fff;
	color: black;
	width: 100%;
}
#newscol1 h1 {
	font-size: 1.6em;
}
#newscol1 p {
	font-size: 1.1em;
	margin: 0;
	padding: 5px 0;
}
#newscontent {
	visibility: visible;
	overflow: visible;
	height: 100%;
	width: 100%;
}
#newscontent h2 {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 5px 0;
}

.shortpara {
	font-size: 1.5em;
}
.intro {
	font-weight: bold;
	font-size: 1.2em;
}
