body  {
	font-size:small;
	font-family: Verdana, sans-serif;
	margin-top: 0px;	
	margin-bottom: 0px;
	background-image: url(images/purple.jpg);
}


h1  {
	font-size: 140%;
}

h2 {
	font-size: 120%;
	color: #800080;
	text-align: center;
	padding-top: 10px;
}

h3 {
	color: #228b22;
	text-align: left;
	font-size: 100%;
	border-bottom: thin dotted #228b22;
}

h4 {
	font-size: 70%;
	color: gray;
	font-weight: normal;
}

li {
	list-style-image: url(images/purplebullet.gif);
}

a:link {
	color: #228b22;
	text-decoration: none;
}

a:visited {
	color: #228b22;
	text-decoration: none;
}

a:hover {
	color: #228b22;
	text-decoration: underline overline;
}

a:link img {
	border:thin solid purple;
}
	

.allcontent  {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

#topheader {
	width: 730px;
	padding: 10px;
	background-color: #228b22;
	color: white;
	margin: 5px 10px 5px 10px;
}

#headerphoto {
	margin: 5px 10px 5px 10px;
}

#quote {
	width: 730px;
	padding: 10px;
	background-color: #228b22;
	color: white;
	margin: 5px 10px 5px 10px;
	font-size: 90%;
}

#leftnav {
	width: 215px;
	color: #228b22;
	font-size: 100%;
	margin-top: 10px;
	float: left;
	clear: bottom;
	line-height: 1.25em;
	padding-bottom: 100px;
}

#leftnav p {
	padding-left: 5px;
}

.linkgroup {
	padding-left: 15px;
	font-weight: bold;
	color: #800080;
}

.maincontent {
	width: 515px;	
	padding-bottom: 250px;
	padding-left: 10px;
}

.maincontent p {
	color: black;
	font-size: 90%;
}

.pic img {
	border: thin solid purple;
	margin: 15px;
}



