﻿#content-wrapper h1
{
	margin-top: 20px;
}

#interest-list
{
	list-style-type: disc;
	padding-left: 30px;
	margin: 10px 0 20px 0;
}

#interest-list li
{
	color:  #5d7c97;
	font-weight: bold;
	margin-top: 5px;
	font-size: .9em;
}

#footer-content
{
	text-align: right;
	background-color: #999999;
	padding: 30px 40px 15px 15px;
	height: 150px;
}

#footer-content span, #footer-content a
{
	display: block;
	padding-bottom: 5px;
	color: #fff;
	font-size: .9em;
}

#footer-content a
{
	text-decoration: underline;
}

#footer-content a:hover
{
	color: #BF2E1A;
}

#privacy-link
{
	margin-top: 15px;
}

