@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 80%;
	background-color: #F4F4F4;
}
.top-1 img {
	margin-bottom: 5px;
}

.base {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 114px;
	width: 887px;
	float: left;
	padding-top: 50px;
	color: #999999;
	text-align: center;
}

p {
	margin-top: 12px;
	margin-bottom: 2px;
	line-height: 1.25em;
}


.oneColFixCtr #container {
	width: 887px; /* the auto margins (in conjunction with a width) center the page */
	border: 50px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 720px;
}
.oneColFixCtr #mainContent {
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
}
.top {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	height: 273px;
	width: 887px;
	float: left;
}

.top-1 {
	height: 103px;
	width: 200px;
	float: left;
	padding-left: 172px;
	padding-top: 170px;
}
.top-2 {
	height: 203px;
	width: 430px;
	float: left;
	padding-right: 83px;
	padding-top: 70px;
}

.middle {
	background-image: url(images/middle.gif);
	background-repeat: no-repeat;
	height: 350px;
	width: 737px;
	padding-left: 150px;
	float: left;
	margin-bottom: 0px;
}
.img {
	float: left;
}

.oneColFixCtr #container #mainContent .top .middle p {
	float: right;
	width: 100%;
	padding-top: 70px;
	margin-bottom: 0px;
	border: thin solid #CCCCCC;
}
.middle li {
	width: 180px;
	display: block;
	float: left;
	height: 100px;
	list-style-type: none;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #86B401;
	padding-top: 0.8em;
	padding-bottom: 1em;
	padding-left: 1em;
}
h1 {
	font-size: 1.6em;
	color: #83B000;
	margin-top: .5px;
	margin-bottom: .5px;
}

.middle ul {
	width: 610px;
	height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #FFFFFF;
	border: thick solid #E8E8E8;
	background-image: url(images/bg-tile.png);
	padding-left: 20px;
	padding-right: 20px;
}
.middle strong {
	color: #86B401;
	font-size: 1.3em;
}

.base a {
	color: #999999;
	text-decoration: none;
}
.base a:hover {
	color: #999999;
	text-decoration: underline;
}
.diaaddress {
	color: #666;
	font-size: 1em;
}
.diaaddress a{
	color: #666;
	font-size: 1em;
	text-decoration: underline;
}
