body {
  background-color:#000000;
  font-size: 13px; color:#FFFFFF;
  font-family:Georgia, "Times New Roman", Times, serif;
  margin-top:0px;  
}

a { color:#000099; text-decoration: none; }
a:visited { color:#000099; text-decoration: none; }
a:hover {color:#3366FF; text-decoration:none }

#canvas {
width:100%;
height:100%;
padding:0;
margin:0;
display:table;

}

#contentarea {
	background-color: #494949;
	width:780px;
	height:100%;
	padding:5px;
	text-align:left;
	margin-top:0 auto;
}

#header {
	background-image:url(../images/imprheader.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 175px;
	margin:0;
	padding:0;
}

#footer {
	width:800px;
	font-size: 14px;
	text-align:center;
	margin-top:10px;	
}

p { text-align: left; }

h3 {
	font-size:16px;
	text-align: left;
	padding-bottom:5px;
}