/*----------CSS Document----------*/
html
	{margin: 0px;
	padding: 0px;		  
	background: white
		url("images/onionskin.gif") 
		repeat-y
		top center;}
	
body
	{font: 0.8em Verdana, arial, sans-serif;
	text-align: center;
	min-width: 660px;
	margin: 0px;
	padding: 0px;
	color: black;}

#onionSkin
	{margin: 0px auto;
	width: 660px;
	text-align: left;}

#all
	{width: 600px;
	text-align: left;
	margin-left: 30px;
	padding-bottom: 10px;
	background: #EEEEEE
		url("images/pageFooter.jpg") 
		no-repeat bottom center;}

/*--------generic fonts--------*/	
p
	{font: 0.9em Verdana, arial, sans-serif;
	text-align: justify;
	margin: 0em 3em 1.5em 3em;}
	
h1
	{}
	
h2
	{}
	
h3
	{}
	
h4
	{font: bold 15px Lucida Console, Haettenschweiler, arial, sans-serif;
	letter-spacing: 0.075em;
	text-align: right;
	margin: 0 1em 0 0;
	padding: 0;}
	
h5
	{}
	
h6
	{}
	
li
	{font: 0.9em Verdana, arial, sans-serif;
	margin: 0 1em 0.5em 2em;}
	
span
	{display: none;}
	
/*--------generic text links--------*/
a:link
	{text-decoration: none;}

a:visited
	{text-decoration: none;}

a:hover
	{text-decoration: underline}

/*--------specific divs--------*/
#pageHeader
	{height: 200px;
	width: 600px;
	background: #EEEEEE
		url("images/pageHeader.jpg") 
		no-repeat top center;}
	
#content
	{width: 600px;
	margin: 0;
	padding: 3px 0 0 0;
	z-index: 0;
	 border-top: 1px solid #000000;
	 border-bottom: 1px solid #000000;}

#subHeader
	{height: 40px;
	width: 500px;
	margin: 0 0 0 10px;}
  
#footer
	{}

/*--------specific fonts--------*/

#disclaimer {}
p#left, p#right
	{font: italic 1em arial, sans serif; 
	padding: 2px 10px 0 10px;
	margin: 0;
	width: 14em;
	color: #666666;}
p#left{float: left; text-align: left;}
p#right{float: right; text-align: right;} 
p#toplink
	{font: bold 1em verdana, arial, sans-serif;
	margin: 140px 0 0 0;
	text-align: center;
	color: black;}
