﻿#Logo1 {
	font-family: verdana;
	font-size: xx-large;
	font-weight: bold;
	color: #008000;
	text-decoration: none;
}
#wrapper1 {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: 1px #000000 solid;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}
#topBar1 {
	background-color: #C0C0C0;
	border-bottom-style: solid;
	border-width: 1px;
	position: relative;
	height: 100px;
}
#bodyWrapper1 {
	margin: 25px 15px 15px 15px;
}
body {
	background-color: #808080;
	margin: 0px;
}
#bottomBar1 {
	position: relative;
	width: 960px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-size: small;
}
