@charset "utf-8";
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #dedddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #171717;
}
.content {
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 20px;
}
a:link, a:active, a:visited {
	color: #171717;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#footer {
	font-size: 10px;
	color: #FFFFFF;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.home-content {;
	line-height: 20px;
}
#leftNav{
	color:#FFFFFF;
	font-size:11px;
}
#leftNav a:link, #leftNav a:active, #leftNav a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#leftNav a:hover {
	text-decoration: none;
}
.emailSignup {
	font-size: 11px;
}
.button {
	font-size: 11px;
}
.required{
color:#eb0303;
}
h1{
font-size:18px;
margin-bottom:0;
padding-bottom:0;
}
.border{
border:#CCCCCC solid 1px;
padding:1px;
}
