BODY {
	color: Black;
	background-color: #E8EAF6;
	font-family:  sans-serif;
	font-size: medium;
	text-align: left;
}

A {
	color: #483D8B;
	text-decoration: none;
}

A:HOVER {
	color: #2E1A61;
	text-decoration: underline;
}
#wrapper{
	width:800px;
	background-color: White;
	padding:5px;
}
#header{
	background-image: url(../images/Thomson-Smith_Leach_03.jpg);
	height:78px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #2D175F;
	margin-bottom: 2px;
}
#menu{
	text-align:right;
	padding-top:60px;
}
#menu ul, #menu li {
	display: inline;
	color: #29155D;
	padding: 0 1px 0 20px;
	list-style: none;
}
	
#menu li{
	font-weight: bold;
	font-size: 15px;
}
#logofoot {
	text-align:left;
	
}

#pic1{
	text-align: left;
	width:250px;
	float:left;
}
#formheader {
	width: 450px;
	float:right;
	margin:0 3em 0 0;
	text-align: left;
	clear:right;
	font-size: 15px;
	
}
#form {
	clear:left;
}

#footer{
	font-size: x-small;
	font: italic;
	padding: 2em 0 0 0;
	text-align: center;
}