* {
	margin: 0;
	padding: 0;
}


body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
}


#wrap {
	background-color: #000000;
	width: 830px;
	text-align: left;   
	float: left;
	display: inline;
	clear: both;
	margin: 0px;
}

#menu {
	background-color: #000000;
	height: 800px;
	width: 185px;
	float: left;
}

#menu ul {
	list-style: none;
	margin-top: 0;
 	margin-left: 1em;
	padding: 0;
}

#menu li {
	border: 0;
	margin-top: .5em;
}

#menu li a {
	display: block;
	padding: 5px 5px 5px .5em;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	border: 0px;
	color: #FFFFFF;
	text-decoration: underline;
}


.text {
	font-family: arial;
	font-size: 11pt;
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #000000;
	height: 800px;
	width: 604px;
	float: right;
	margin: 5px;
	display: inline;
	text-align: left;
}



.bigtitle {
	font-family: arial;
	font-size: 14pt;
	color: #FFFFFFF;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.title {
	font-family: arial;
	font-size: 11pt;
	color: #000000;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: -6px;
	text-decoration: underline;
}


a {
	font-family: arial;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: underline;
}


a:visited {
	font-family: arial;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	font-family: arial;
	font-size: 11pt;
	color: #FFFFFF;
	text-decoration: none;
}

img {
	float: right;
	margin: 5px;
}

#headshot {

	float: left;
}

#mainpageimg {

	text-align: center;
}

p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.italics {
	font-style: italic;
}

#title {
	float: left;
	margin: 0px;
}
