/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
}
.left_nav {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 15px;
	line-height: 28px;
	color: #333333;
}
.headline {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF9102;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
}
.body_copy {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	padding-right: 30px;
	padding-left: 40px;
}
.footer {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	color: #666666;
	padding: 20px;
	text-align: center;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #42539E;
}
a:active {
	text-decoration: none;
	color: #333333;
}