@charset "UTF-8";
#navbar {
	background: #CC99FF;
	width: 200px;
	float: left;
	color: #fff;
	font: "Times New Roman", Times, serif;
}
#navbar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#navbar li a {
	display: block;
	font: 1.1em/35px "Times New Roman", Times, serif;
	padding-left: 4px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	width: 196px;
	background: url(nav%20buttons/lammersbuttonbkgd.gif) no-repeat left center;
}		
#navbar a:hover {
	background-position: top right;
	color: #000;
}

.footerinfo {
	font-size: .75em;
	color: #663399;
}
.navtitle {
	font-size: 1.5em;
}	
.maintext {
	font-size: 1.25em;
	color: #663399;
}
#maincontent {
	font-family: "Times New Roman", Times, serif;
	margin-left: 210px;
	width: 790px;
}
#maincontent h1 {
	color: #663399;
}	
#header {
	height: 200px;
	width: 1000px;
}
body {
	background: url(LDM%20site%20graphics/brownTOblueLT.jpg) repeat;
}

