body {
	margin: 0 0 1px 0;
	padding: 0;
	font-family: Verdana, Tahoma, Times New Roman, Times, serif;
	line-height: 1.5em;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	text-align: justify;
	background: white;
}
h1 {
	font-size: 1.6em;
	color: #333399;
}
h2 {
	margin-top: 2em;
	font-size: 1.2em;
	color: #333399;
}

.outer {
	width: 750px;
	margin-left: 50px;
}

.top {
	margin-top: 20px;
	text-align: right;
	color: #333399;
	letter-spacing: 0.5em;
	font-weight: bold;
	background-color: #9999FF;
	background-image: url(back.jpg);
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
}
.leftcol {
	float: left;
/*	height: 750px; */
	width: 210px; 
	margin-top: 65px;
	margin-bottom: 0;
	padding-left: 5px;
}

.midcontent {

	padding-top: 60px;
 	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
 }
img {
	padding: 3px;
	margin: 5px;
	border: none;
} 
.pics {
	text-align: center;
}

.mid {
	margin-top: 80px;
	margin-bottom: 25px;
	padding-left: 80px;
	padding-right: 120px;
}

ul {
	list-style: none;
}
li {
	margin-top: 20px;
}

a:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: gray;
	text-decoration: underline;
}

a:active {
	color: black;
	text-decoration: none;
}

span {
	font-weight: bold;
}

.midcontent ul {
	padding-left: 25%;
}


