#font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
}
#topLinks {
	font-size: 0.8em;
	line-height: 1.5em;
}

#footer {
	font-size: 0.8em;
	line-height: 1.5em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	padding-top: 2em;
	padding-bottom: .3em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	padding-top: 1.5em;
	padding-bottom: 0.3em;
}
h6 {
	font-weight: normal;
	float: left;
	width: 110px;
}
p {
	padding-bottom: 1em;
}
ol {
	padding-left: 40px;
	padding-bottom: 1em;
}
ol li {
	display: list-item;
	list-style-type: decimal;
}

ul  {
	padding-left: 40px;
	padding-bottom: 1em;
}
ul li {
	display: list-item;
	list-style-type: square;
}
.small {
	font-size: 0.8em;
	line-height: 1.5em;
}

.strike {
	text-decoration: line-through;
}
.twoColumns {
	margin-left: 130px;
}
#twoColumns  p {
	padding-left: 130px;
}
#twoColumns ol {
	padding-left: 170px;
}

#twoColumns ul {
	padding-left: 170px;
}
