BODY
{
	min-width: 640px;
	background-color: #89115B;
	font-family: Tahoma;
	font-weight: normal;
	font-size: large;
}
#header, #menu, #content, #sub-section, #footer
{
	overflow: hidden;
	display: inline-block;
}
H1, H2, H3, H4, H5, H6
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #89115B;
}
H1
{
	font-size: 26px;
	border-bottom: 2px solid #CCC;
	padding-bottom: 14px;
}
H2
{
	font-size: 22px;
	padding-bottom: 8px;
}
H3
{
	font-size: 18px;
	padding-bottom: 4px;
}
H4
{
	font-size: 16px;
}
H5
{
	font-size: 14px;
}
H6
{
	font-size: 12px;
}
#container
{
	background-color: #FFB91D;
	border-left: 12px solid #390536;
	border-right: 12px solid #390536;
	margin: 0pt auto;
	position: relative;
	width: 715px;
	padding: 2px 10px 0 0;
}
#header
{
	background-color: #FFF;
	color: #006;
	border-bottom: 1px solid #006;
	margin-bottom: 0px;
}
#footer
{
	background-color: #FFF;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
}
P
{
	line-height: 120%;
	margin: 5px 0 10px;
	padding: 4px;
	text-align: justify;
}

