.copy {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.subheader {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #39acd8;
	line-height: 30px;
}

body {
margin: 0px;
height: 100%;
}

.parent {
display: block;
min-height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
z-index: 0;
}

.content {
padding-bottom: 90px;
}

.footer {
position: absolute;
left: 0px;
bottom: 0px;
width: 100%;
display: block;
height: 90px;
z-index: 999;
padding: 0px;
margin: 0px;
font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
	}

.footer a:link { color: #FFFFFF; text-decoration: none; }
.footer a:visited { color: #FFFFFF; text-decoration: none; }
.footer a:hover { color: #bb560a; text-decoration: none; }

