/*====  document structure  ====*/
	
	body { 
		font: 62.5% Verdana, Arial, Helvetica, sans-serif; /*gives you pixel based control - 62.5% = 10px and (1em=10px), allowing for scaling up font sizes as needed */
		color:#444444; 
		}
	
	p 	{ 
		margin: 10px 0 20px 0; 
		font-size:1.2em;
		}
	
	table {
		font-size:90%;
		}
		
	#container {
		margin-left:auto;
		margin-right:auto;
		width:740px;
		}	

	#header	{
		display:none;
		}
	
	#navbar { 
		display:none;
		}

	#content {
		height:100%;
		line-height:1.8em;
		padding:20px;
		}
		
	#overlay {
		display:none;
		}
	
	
/*====  HEADINGS ====*/

	h1	{
	font-family: "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:normal;
	margin: 0 0 0 0; 
	color:#666666;
	padding:0;
	}
	
h2	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	line-height:1.2em;
	font-weight:normal;
	margin: 0; 
	}
	
h3 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:normal;
	margin: 0;
   }
   
h4 {	
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:1.4em;
	font-weight:normal;
	margin: 0; 
	}
	
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:normal;
	margin: 0; 
	}	
	
h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	font-weight:normal;
	margin: 0 0 10px 0; 
}
	
				
/*====  LINKS  ====*/

	a 	{
	color:#6E88BD;
	font-weight:bold;
	}

a:active, a:hover {
	color:#7E9CD9;
	}
	
a:visited {
	color:#6E88BD;;
	}	

/*====  Footer  ====*/

#footer {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	color:#000000;
	font-size:1em;
	border-top:1px solid #cccccc;
	}
	
#footer a, #footer a:active, #footer a:hover {
	color:#C4C4A2;
	}
	
#footer a:visited {
	color:#A9A98C;
	}		