	body {
		text-align: center;
		background-color: #344968;
		margin: 0px;
  		padding: 0px;
		}
	
	p,h1,h2,pre {
		font-family: Arial, Helvetica, sans-serif;
		margin: 10px 10px 10px 10px;
		font-size: small;
		color: #FFFFFF
		}
		
	p.footertext {
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		color: #FFFFFF
		}
				
	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: medium;
		padding-top: 10px;
		}
		
	h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		padding-top: 10px;
		}
		
	a.link:link {
		color:#7C95CD;
		text-decoration:none;
		}
	
	a.link:visited {
		color:#7C95CD;
		text-decoration:none;
		}
	
	a.link:hover {
		color:#B4C3EA;
		text-decoration:none;
		}
			
	.content {
		width:826px;
		margin:0px auto;
		text-align:left;
		padding:0px;
		background-color:#334561;
		}
		
	#wrapper, #wrapper3col {
		margin: 0px auto; /* to fix centering in Mozilla */
		background: url('../images/shadow.jpg') repeat-y;
		text-align: left;
		width: 864px; /* width should be the same as the background image */
		padding: 0px 0px 0px 0px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 864px;
		}
		
	html>body #wrapper, html>body #wrapper3col {
		width: 864px;
		}
	
	#wrapper3col {
		background: url('../images/shadow.jpg') repeat-y;
		}
		
	#footer {
		margin: 0px auto; /* to fix centering in Mozilla */
		width: 864px; /* width should be the same as the background image */
		color: #344968;
		padding: 10px 0px 10px 0px;
		}