body {
	background: white;
	color: black;
	font-family: arial, sans-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

h2 {font-size: 16pt;}

h3 {font-size: 14pt;
	text-decoration: underline;}


#wrapper {margin: 0;}

#header {display: none;}

#logo {text-align: center;}

special {display: none;}

#title { display: none;}
		

#container { width: 100%;
			}
			
#vnav {display: none;}

#vnav a {display: none;}
			
#vnav a:hover {display: none;}
				
#vnav a#here {display: none;}
			
#content { margin: 0;
		width: 100%;
		background: white;
		color: black;
		padding: 0;
}

li {font-style: oblique;
	font-size: 10pt;
	list-style-type: disc;
	text-align: left;
	margin-left: 4em;
	}
	
.invis {color: black;}

#house, #mid {margin: 0 auto;
			text-align: center;
			padding-bottom: 10pt;}

.small {font-size: 8pt;}

#container.white {background:white;}

.orange {display: none;}
	
#members {display: none;}

img.right {float: right;
			margin: 1em;
			}
			
img.left {float: left;
			margin: 1em;
			}
			
#footer {display: none;}



