.header {
	display: block;
	background-image: url(images/header.png);
	height: 200px;
	width: 970px;
	text-align: center;
	border-bottom: solid 1px #333333;
}
.topnavigation {
	width: 100%;
	height: 20px;
	text-align: center;
}
.content {
	border-left: solid 1px #333333;
	border-right:  solid 1px #333333;
	display: block;
	background-color: #333333;
	height: 100%;
	width: 990px;
}
a:link, a:visited { color: Maroon; text-decoration: none; font-weight: bold; }
a:hover { color: Black; }
.caution { color: red; font-weight: bold; font-size: 10px;}
.conbox {
	border: 1px solid #000000;
	width: 970px;
	background-color: #333333;
}
body {
	height: 100%;
	line-height: 120%;
	margin: 0px;
	background-color: Black;
	/*
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	*/	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: White;
}
.fathighlight12 { font-size: 12px; font-weight: bold; color: #404040; }
.fathighlight13 { font-size: 13px; font-weight: bold; color: #404040; }
.fathighlight14 { font-size: 14px; font-weight: bold; color: #404040; }
.footer {
	font: Arial, Helvetica, sans-serif;	
	width: 100%;
	font-size: 10px;
	color: #cccccc;
	text-align: center;
	background-image: url(images/footer01.png);
	height: 60px;
}
.footer a:link, .footer a:visited { color: #cccccc; font-weight: bold; text-decoration: none; }
.footer a:hover { color: #ffffff; text-decoration: none; }

