@charset "utf-8";
/* CSS Document */

body {
	font: 10pt Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
	margin: 0; 
	padding: 0;
}
h1 { font-size: 150%; font-family: Georgia, "Times New Roman", Times, serif; }
h2 { font-size: 130%; font-family: Georgia, "Times New Roman", Times, serif; }
#header h1 {
	margin-bottom: 50pt;
}
#footer p {
	margin: 0 20pt 0;
	padding: 0;
	text-align: right;
	font-size: 9pt;
	color: #999;
	word-spacing: 2px;
}
a {	color: #b00; text-decoration: underline; }

#mainNav, #secondNav, 
#main #mainImg, #second #mainImg { display:none; }










