@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: auto;
	width: 800px;
	clip: rect(auto,auto,auto,auto);
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003500;
	border-left-color: #003500;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #003500;
	border-bottom-width: 3px;
	border-bottom-color: #003500;
}
#wrapper #logo {
	height: 150px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navagation {
	height: 30px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #003500;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003500;
}
#wrapper #bodyArea {
	background-color: #FFFFFF;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#wrapper #headerImg {
	height: 0px;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	background-color: #FFFFFF;
}
#wrapper #footer {
	background-color: #FFFFFF;
	height: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #003500;
	border-top-style: solid;
	border-top-width: 3px;
	border-right-width: thick;
	border-left-width: thick;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #131D41;
	border-top-color: #003500;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #131D41;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

