body {
	font-family: "Times New Roman", Times	;
	color: #6a6a6a;
	text-align: center;
}

li {
	margin-bottom: 6px;
}

a {
	color: #1182B6;
	text-decoration: none;
}

a:visited {
	color: #1182B6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.menu a, .menu a:visited {
	color: #6a6a6a;
}

.menu a:hover {
	text-decoration: none;
}




img {
	border: 0;
}

.main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header {
	height: 70px;
	margin-top: 15px;
}

.menu {
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom:  8px;
	padding-top: 0;
	text-align: right;
}

.menu a {
	text-decoration: none;
	margin-right: 10px;
	color: #6a6a6a;
	text-transform: uppercase;
}

.menu a:hover {
	border-bottom: 3px solid #6a6a6a;
}

.copyright {
	border-top-style: solid;
	border-top-width: 1px;
	font-size: small;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
}

.left {
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

.center {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 20px;
}
