body {
	background-color: #cccccc;
}

/* Typography */

#content a:link,
#fatfooter a:link,
#frontfooter a:link {
	color: #2e6fb4;
	text-decoration: none;
	font-weight: bold;
}

#content a:active,
#fatfooter a:active,
#frontfooter a:active {
	color: #2e6fb4;
	text-decoration: none;
	font-weight: bold;
}

#content a:visited,
#fatfooter a:visited,
#frontfooter a:visited {
	color: #f86f15;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover,
#fatfooter a:hover,
#frontfooter a:hover {
	color: #f86f15;
	border-bottom: 1px dotted #f86f15;
	font-weight: bold;
}

h1,
h2,
h3,
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin: 20px 0px 20px 0px;
}

h2 {
	font-size: medium;
	color: #2e6fb4;
}


h3 {
	font-size: medium;
}

h4 {
	font-size: small;
}

ul li {
	list-style-type: square;
}

ul#questionlist li {
	margin: 20px 0px 20px 0px;
}

/* Main content */

#content {
	padding-right: 30px;
}

div.line {
	margin: 20px 0px 40px 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-align: center;
	margin: 10px 0px 10px;
}

div#content p,
div#content ul,
div#content li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-align: left;
	line-height: 1.5em;
}

#fatfooter {
	width: 530px;
}

p.smalltext {
	font-size: x-small;
}

.pullquote p {
	font-size: x-small;
	text-align: left;
}

div.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	text-transform: uppercase;
	margin: 40px 0px 0px 0px;
}

ul#fatfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin: 0px 0px 50px 15px;
	padding: 0px;
}

ul#fatfooter li {
	list-style-type: square;
	margin: 5px 0px 5px;
}