/*screen stylesheet*/

/*layout and borders*/
#skip {display: none;}
#header img {display: none;}
	
/*background and text colors*/
body {color: #000; 
	background: #fff;}
#header {background: #fff;}
	
/*fonts and text styles*/
body {	font: 12px verdana,geneva,lucida,arial,sans-serif;}
h1 {	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	}
h2 {	font-size: 14px; 
	letter-spacing: 1px;
	font-weight: normal;
	display: inline;}
#content {line-height: 140%;}
#content ul {list-style: circle;}
#nav ul {display: none;}

/* we're not using these yet, but we will */
#copyright {clear: both;
	border: 3px double #ccc;
	padding: 5px;
	margin-top: 15px;
	font-size: 11px;
	background: #eee;}



