@charset "UTF-8";/* CSS Document */

body {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

#header {
	height: 170px;
	width: 1000px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	text-align: center;
}

#image {
	height: 175px;
	width: 1000px;
	border-top-width: thick;
	border-top-color: #006600;
	border-top-style: solid;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 30px;
	background-color: #006600;
	line-height: 30px;
	text-indent: 20px;
	width: 1000px;
	font-variant: small-caps;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
	background-color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	margin-top: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

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

a:hover {
	color: #006600;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}