* {margin: 0; padding: 0;}
html,body { height: 98%; }
body {
	font: 12px arial, helvetica, sans-serif;
	color: black;
	background-color: #EDFFAF;
}
p {
	padding: 8px;
}
td {
	padding: 2px;
}
h1 {
	text-indent: -9999px;
	background-image: url(img/header.gif);
	width: 755px;
	height: 180px;
	margin: 0;
}
h2 {
	font-size: 24px;
	margin: 0;
	padding: 3px;
	text-align: center;
}
h3 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.container {
	width: 755px;
	margin: auto;
	margin-top: 20px;
	color: #666666;
}
.footer {
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	line-height: 10px;
	clear: both;

	color: #666;
	height: 30px;
	border-top: 1px #ccc solid;
}
.footer a {
	text-decoration: none;
	color: #666;
}
.nav {
	font-size: 12px;
	width: 100%;
	background-color: #008000;
	color: white;
	height: 20px;
	line-height: 20px;
	text-align: right;
}
.nav ul {
	padding-left: 20px;
}
.nav li {
	display: inline;
	padding-right: 20px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.nav li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.nav li a:hover {
	color: white;
	text-decoration: underline;
}
.main {
	margin: auto;
	background-color: #FFFFFF;
	min-height: 460px;
	height: 100%;
}
img {
	border: none;
}