@CHARSET "ISO-8859-1";

body {
	font-family: "Byington", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10pt;
	background-color: black;
	margin: 0;
	padding-bottom: 10px;
}

div#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5E363F;
}

div#masthead {
	color: white;
	height: 100px;
	font-family : "Monotype Corsiva", cursive;
	font-weight: normal;
	font-size: 3em;
	background-image: url(images/keyboard2.jpg); 
	background-position: right;
	background-repeat: no-repeat;
}

div#title {
	padding-top: 20px;
}

div#content {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #5A808B;
	border-top: 1px solid black;
	border-left: 1px solid black;
	color: white;
	overflow: hidden;
}

div.contentText {
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 10px;
	color: black;
}

div#sidebar {
	float: left;
	width: 25%;
	border-top: 1px solid black;
	margin-right: 0;
	padding-left: 5px;
	font-size: 12pt;
	color: white;
}

div#aboutBoxLeft {
	background-image: url(images/Laura_Kautz_Left.jpg); 
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	width: 299px;
	height: 398px;
	padding: 0;
	border-right: 1px solid black;
}
		
div#aboutBoxRight {
	float: right;
}

.contentHeader {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
}

.contentLink {
	font-size: 14pt;
	font-weight: bold;
	height: 2em;
	text-align: center;
}

.contentLink a {
	color: blue;
}

p.asis {
	white-space: pre;
}

a.blackLink {
	color: black;
}

/* menu bar */

#sidebar ul {
	margin:0;
	padding: 0;
	list-style:none; 
}
#sidebar li {
	height: 40px; 
	text-decoration: none;
}

#sidebar li a {
	text-decoration: none;
	color: white;
}

#sidebar li a:hover{
	color: #5A808B; 
}
