/* body elements */

BODY {
	background: #806C51 url('../image-files/bckgrd.gif') repeat-y fixed top center;
	margin: 5px 0px 0px 0px;
}

BODY, TD, P
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #443322;
}


/* Navbar div */

#Layer1
{
	position: absolute;
	width: 130px;
	z-index: 1;
	top: 165px;
}


/* H elements */

H1, H2, H3, H4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #443322;
	line-height: 100%;
}

H1
{
	font-size: 18pt;
	margin:-10px 0px 20px 0px;
	text-align:center;
}

H2
{
	font-size: 14pt;
	border-bottom: 2px dotted #993300;
	margin:30px 0px 20px 0px;
}

H3
{
	font-size: 12pt;

}

H4
{
	font-size: 10pt;
}


/* link alterations */

A:link
{
	color: #0033CC;
}
A:visited
{
	color: #0033CC;
}
A:active
{
	color: #0033CC;
}
A:hover
{
	color: #CC0000;
}
