body {
	background-color: #C7CED3;
	color: #000;
	width: 1000px;
	margin: 1em auto;
	font-family: "Times New Roman", verdana, georgia, serif;
	}

a:link {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
	
a:visited {
	text-decoration: none; 
	color: #555;
	font-weight: bold;
	}
	
a:link:hover {
	color: #B8860B; 
	}
	
a:visited:hover {
	color: #B8860B; 
	}

.middle {
	width: 1000px;
	position: relative;
}
.col3 {
	width: 250px;
	float: right;
	}
.col2 {
	width: 500px;
	text-align: center;
	float: left;
}
.col1 {
	width: 250px;
	float: left;}
h1 {
}
h2 {
	margin: 1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
h3 {
}
p {
	margin: 1em 0 1em 1em;
}
.th {
	width: 124px;
	height: 124px;
	float: left;
}
.center {
	text-align: center;
}
ul {
	margin: 1em 0;
}
li {
	padding: .4em;
}
.footer {
	clear: both;
	text-align: center;
	font-size: 80%;
}
.address {
	text-align: center;
	padding-top: 2em;
}
.counter, .copy {
	margin-top: 4em;
}
.counterbg {
        color: black;
        padding: .1em .4em;
        background-color: aqua;
}
.stats, .aifooter {
        text-align: center;
        font-size: 80%;
        margin-top: 4em;
}

