@charset "UTF-8";

a:link {
	color: #004E24;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
}

p {
	margin-bottom: 1em;
	margin-top: 0.5em;
	color: #000000;
	font-size: 116%;
	padding-bottom: 2px;
}

h1 {
	font-size: 153.9%;
	font-weight: bold;
}

html {
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:  url(../_images/bck.jpg);
	background-repeat: repeat-x;
}


#container-page {
	margin-left: auto;
	margin-right: auto;
	width: 1003px;
}

#branding {
}

#about {
	width: 488px;
	padding: 10px;
	float: left;
}

#enews_signup {
	float: left;
	width: 450px;
	margin-left: 25px;
	padding: 10px;
}

#container-content {
	height:auto;
	font-size: 78%;
	background-color: #FFFFFF;
	margin-top: 100px;
}

#container-foot {
	height: 40px;
	text-decoration: none;
	margin-top: 8px;
	width: 1003px;
	border-top: dotted #666666 1px;
}

#foot {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 15px;
	text-decoration: none;
	padding-left: 10px;
}
.footer {
	text-decoration: none;
	color: #666666;
}

.floatright
{
	float: right;
	padding-left: 25px;
	padding-bottom: 25px;
}

.floatright_no_padding
{
	float: right;
}

.floatleft
{
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
}

/* eNews Signup Form */

span.label,span.spacer,span.multiple span {
	width:175px;
	float:left;
} 
span.multiple {float:left;} 
span.button {
	padding-left: 175px;
} 
div.clear {clear:both;padding-top:5px;}
