body
{
	font-family: Georgia, Times, Serif;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	background: white;
	text-align: center;
	width: 580px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 30px;
}

h2
{
	font-size: 24px;
	color: #780000;
	margin: 35px 0 10px 0;
}

h3
{
	font-size: 16px;
	color: #980000;
	border: 0px;
}

h2, h3 {text-align: center;}
a
{
	text-decoration: none;
	color: #980000;
	font-style: italic;
}

a:hover { text-decoration: underline; }
.gray, .gray a { color: gray; }
#column1 { padding: 0 50px 0 0; }

#content { padding: 0; 
text-align: left;}

ul
{
	text-align: left;
	margin: 0 0 0 100px;
}

small
{
	font-size: 11px;
	color: gray;
}

#footer
{
	clear: left;
	margin: 20px 0 0 0;
	border-color: gray;
	border-width: 1px 0 0 0;
	border-style: solid;
	padding: 5px 0 0 0;
	text-align: center;
}

#header
{
	border-color: gray;
	border-width: 0 0 1px 0;
	border-style: solid;
	padding: 0 0 5px 0;
	font-size: 12px;
	text-align: center;
}

