/* 
cream background: FAFAE1
barn red: 6F272A 
green highlight: 2E5248
*/
body
{
	background: #FAFAE1;
	color: black;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.25;
	margin-top:5px;
}

td
{
	font-size: 12pt;
}

a
{
	text-decoration: underline;
	color: Blue;
}

p
{
	margin-bottom:20px;
}

#menu
{
	margin:0;
	padding:0;
	width:150px;
	float:left;
}

#content
{
	margin:0;
	padding:0;
	width:620px;
	float:right;
}

#main
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#header
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#footer
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	margin-top:20px;
	text-align:center;
	font-size: 10pt;
}

.two_column li {
	margin-bottom:3px;
}

.two_column span {
	display:inline-block;
	width:110px;
}

.page_title
{
	margin-top:10px;
	margin-bottom:10px;
}

.section_header
{
	font-weight: bold;
	font-size: 14pt;
	margin-bottom:5px;
}

.bold
{
	font-weight: bold;
}
