/* BODY elements */

BODY
{
	background-color: #CACACC;
	margin: 5px 0px 0px 0px;
	background: url(../image-files/bckgrd.png) repeat-y fixed top center;
}


/* Font elements */

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


/* Navbar div */

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


/* H elements */

H1, H2, H3, H4
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #001199;
}

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

H2
{
	font-size: 15pt;
}

H3
{
	font-size: 13pt;

}

H4
{
	font-size: 10pt;
}


/* link alterations */

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