/* H elements */

H1, H2, H3, H4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #994455;
	font-variant: small-caps;
	line-height: 100%;
}

H1
{
	font-size: 25px;
	margin: 15px 0px 25px 0px;
	text-align: center;
}

H2
{
	font-size: 22px;
	margin: 25px 0px 0px 0px;
}

H3
{
	font-size: 17px;
	margin: 20px 0px 0px 0px;

}

H4
{
	font-size: 14px;
	margin: 20px 0px 0px 0px;
}


/* link alterations */

A:link
{
	color: #003399;
}
A:visited
{
	color: #003399;
}
A:active
{
	color: #003399;
}
A:hover
{
	color: #CC3355;
}

BODY
{
	color: #552200;
	margin: 0px;
}

BODY
{
	background: #FAFAF0 url('../image-files/shadow.gif') repeat-y top center;
}
	
BODY, TD
{
	font-family: sans-serif, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 145%;
}


/* Navbar control */

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

