html, body, div, img {
	margin: 0;
	padding: 0;
	z-index: 0;
}
body {
	color: black;
	background-color: white;
	font-family: Arial, sans serif;
	font-size: 14pt;
}
h1 { 
	font-family: serif;
	font-weight: normal;
	font-size: 24pt;
}
a {
	color: #0000FF;
}
a:visited {
	color: #000099;
}
#pageContainer {
	width:790px;
	text-align: left;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
	z-index: 5;
}
#leftNavMenu {
	position: fixed;
	top: 200px;
	left: 15px;
	width: 150px;
}
#leftNavMenu ul {
	list-style: none;
	padding: 0;
	padding-left: 0.2em;
	margin: 0;
}
#leftNavMenu a {
	color: #bb0044;
	text-decoration: none;
}
#leftNavMenu a:visited {
	color: #880044;
}
#leftNavMenu a:hover, #leftNavMenu a:active {
	color: white;
}
#mainTitle {
	text-align: center;
}
#mainContent {
	text-align: left;
	background-color: white;
	border-left: 150px solid #d59a5a;
	padding: 175px 0px 10px 10px;
	min-height: 300px;
}