﻿html {
	height: 101%;
	background-color: #E8EAD4;
}
.body {
	
	padding: 0px;
	margin: 0px;
}
.container {
	background-color: #F5F5ED;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hcaps {
	color: #FF0000;
	font-size: 40px;
}
.navigation {
	background-color: #5391AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.navigation td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav_table {
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}
.nav_table td a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer {
	background-color: #5391AA;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	clear: both;
	height: 110px;
}
.foot_table {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.foot_table td {
	padding: 20px;
}
.foot_table td a {
	color: #FFCC00;
	text-decoration: none;
}
.foot_table td a:hover {
	color: #00FF00;
}
.copyright {
	text-align: right;
}
.nav_table td a:hover {
	color: #00FF00;
}
