body
{
	margin: 0;
	background-color: #dedede;
/*	background-image: url(images/page-bg.gif);*/
	color: #5D5D5D;
	font-family: "Times New Roman" Times serif;
	text-align: justify;
	font-size: 12pt;
}

#main-content
{
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #fffff0;
	width: 66%;
	padding: 10px;
}

p
{
	text-align: justify;
	font-size: 1.0em;
	line-height: 1.5em;
}

p.footer
{
	font-size: 0.5em;
	text-align: center;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 5px;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
}

a:link, a:visited
{
	color: #993535;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active
{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

#navbar
{
	position: fixed;
	background-color: #fffff0;
	top: 169px;
	left: 0;
	width: 14%;
	border-top: solid #000000 1px;
	text-align: center;
	font-weight: bold;
}

#navbar a:link, #navbar a:visited
{
	display: block;
	color: #993535;
	border-bottom: solid #000000 1px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#navbar a:hover, #navbar a:active
{
	display: block;
	color: #FF0000;
}

#banner-image
{
	height: 141px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

td
{
	padding-bottom: 10px;
	vertical-align: top;
	line-height: 1.5em;
}

table
{
	font-size: 1em;
}
