html {
	margin:0;
	background-image:none;
	height:100%;
}
body {
	background-repeat:repeat;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/BG_dots_blue.gif);
}
#wrapper {
	position:relative;
	background-color: #FFF;
	width: 950px;
	margin: 0px auto;
	clear: both;
	overflow: hidden;
	visibility: visible;
	padding: 10px 15px 15px 15px;
}
#header {
	height: 127px;
	background-image: url(../images/banner_green.gif);
}
#slider {
}
#navcontainer ul
{
	padding-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	clear: both;
	font-size: 0.9em;
	margin: 10px 0 10px 0;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}
#navcontainer ul li a:hover
{
	background-color: #295e49;
	color: #fff;
}
.newspaper
{
	columns:100px 3;
	-webkit-columns:100px 3; /* Safari and Chrome */
	-moz-columns:100px 3; /* Firefox */
	padding-bottom: 20px;
	margin-top: 0px;
}
#body_hm {
	padding-top: 15px;
}
#active a:link, #active a:visited, #active a:hover {
	background-color: #295e49;
	color: #FFF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: underline;
}
a:visited {
	color:#777;
}
a:hover {
	color:#036;
}
a:active {
	color:#295e49;
}
#tealrule2 {
	background-color: #036;
	height: 1pt;
	width: 100%;
	z-index: 1500;
	left: 0px;
	float: left;
}
h3 {
	font-family: dancing-script, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.75em;
	color: #295e49;
	padding: 0;
	margin: 10px 0 10px 0;
}
p {
	margin: 8px 0 8px 0;
}
.bulletspacing {
	letter-spacing: 3px;
}
#footer {
	font-size: 0.7em;
	color: #777;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	text-align: center;
}
