
body 
	{
	background: #555566;
/*	background: black;*/
	color: #FFFFFF;
	}

div.header h1 
	{
	display: none;
	}

div.header
	{
/*	position: fixed;*/
	height: 165px;
	width: 804px;
	min-height: 165px;
	min-width: 804px;
/*	margin-right: auto;*/
/*	margin-left: auto;*/
	background: #AAAAAA;
	background-image: url(header3.jpg);
	background-repeat: no-repeat;
	border: 4px solid black;
	}

p.blurb {text-align: center;}

a{color: #CCCCCC;}

div.navigation a
{
	background: #555566;
	display: block;
	padding-left: 25px;
	text-indent: -20px;
}

div.navigation a.level2
{
	background: #555566;
	display: block;
	padding-left: 45px;
	text-indent: -20px;
}

div.navigation
{
/*	position: fixed;*/
	position: relative;
/*	top: 180px;*/
	background: #555566;
	margin-top: 5px;
	width: 20%;
	float:left;
	padding-right: 10px;
/*	margin-right: 30px;*/
	padding-bottom: 25px;
	padding-top: 20px;
	border: 4px solid black;
}

div.maincontent
	{
/*	background: #AAAAAA;*/
/*	background: #555555;*/
/*	float: right;*/
	width: 73%;
/*	padding-top: 180px;*/
	margin-top: 1em; /* added -- akt 20080517t2053 */
	margin-left: 25%; /*was	padding-left: 25%; --akt 20080517t2053*/
/*	width: 60%;*/
/*	color: black;*/
/*	color: white;*/
/*	padding: 30px;*/
	}

div.footer
	{
	clear:both;
	color:black;
/*	background: #AAAAAA;*/
	bottom: 100%;
	}

p.center
	{text-align: center}

td, th
	{
	padding-left:7px;
 	padding-right:7px;
	}

td.thead
	{
	padding-bottom: 25px;
	padding-top: 25px;

	}

thead
	{
	text-align: center;
	font-style: italic;
	font-size: 125%;
	font-weight: bold;
	}

CAPTION
	{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	}

li
	{
	padding-bottom:7px;
	}
