/* comprehensive characteristics */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: white;
	margin: 0;
	padding: 0;
	}
	
	
#photos3, #banner {
	display: none;
	}

/* primary font control */
p {
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	}
	
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h1 {
	font-size: 14pt;
	font-weight: bold;
	line-height: 1.1em;
	margin: 15px 0 0 0;
	}
	
h2, h3, h4 {
	font-size: 12pt;
	font-weight: bold;
	line-height: 1em;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
	}

	
a:link {  
	color: #000;
	background-color: transparent;
	text-decoration: underline;
	}


/* menu styles */
#sidebar {display: none;}
	
#navlinks {
	display: none;
	}
	
	
#contact {
	display: none;
	}
	

