a:link { color: blue; }
a:visited { color: red; }
a:hover { color: red; }
a:active { color: red; }

body
{
	background-image: url('bg.gif');
	background-repeat: repeat-y;
}
img.top-header
{
	align: left;
	position: absolute;
	left: 0px;
	top: 0px;
}
div.navmenu
{
	position: absolute;
	left: 35px;
	top: 95px;
	font-size: 12pt;
	color: white;
	font-style: italic;
	font-weight: bold;
	width: 150px;
}
div.content
{
	position: absolute;
	left: 170px;
	top: 10px;
	font-size: 10pt;
	color: black;
	width: 50%;
}
.navitem
{
	font-size: 12pt;
	color: grey;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.navitem:link { color: grey; }
.navitem:visited { color: grey; }
.navitem:hover { color: grey; }
.navitem:active { color: grey; }

.pageheader
{
	color: #a1a1a1;
	font-style: italic;
	font-weight: bold;
}
.copyright
{
        position: relative;
        bottom: 0px;
        top: 50px;
        font-size: 6pt;
        font-style: italic;
}

