@charset "UTF-8";
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	width: 780px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 125%;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#wrapper {
	width: 780px;
	text-align: left;
	margin-top: 25px;
	margin-left: 25px;
	height: auto;
}
#nav {
	height: 186px;
	background-position: left;
}
#nav2 {
	height: 89px;
	background-position: left;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav2 ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	white-space: nowrap;
}
#nav2 ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	white-space: nowrap;
}
#content {
	padding-top: 5px;
}
#content2 {
	padding-top: 0px;
	top: 0px;
}
#content3 {
	padding-top: 16px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
	}
