body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:white;
}

code {
	font-family: Arial, Helvetica, sans-serif;
	color: darkred;
	font-weight:bold;
	font-size:larger;
}

td {
	vertical-align:top;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: darkred;
	text-align:center;
	font-weight:bold;
	font-size:xx-large;
}

h2 {
	color: darkred;
	font-weight:bold;
}

h6.mod-date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: gray;
	text-align:right;
	font-style:italic;
}

a {
	color: brown;
	text-decoration:underline;
}

a.nav-link:link {
	text-decoration: none;
	font-weight:bold;
	font-size:smaller;
}

a.nav-link:visited {
	text-decoration: none;
	font-weight:bold;
	font-size:smaller;
}

a.nav-link:hover {
	text-decoration: none;
	background-color:white;
	font-weight:bold;
	font-size:smaller;
}

#banner {
	top: 0;
	left: 0;
	height: 150px;
	width: auto;
	background-image:  url("images/website_banner.jpg");
	background-position:right;
	background-repeat:no-repeat;
	background-color:black;	
	color:white;
	padding-left:10px;
}

#navigation {
	position: absolute;
	top: 155px;
	left: 5px;
	width: 170px;
	text-indent:0px;
	color:white;
	font-size:larger;
}

#content {
	position:relative;
	margin-left: 182px;
	margin-top: 0px;
	padding-top:0px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
}
