@charset "UTF-8";
#logo {
	height: 144px;
	width: 800px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#btn {
	height: 218px;
	width: 800px;
}
#content {
	background-color: f9f8f8;
	height: 0px;
	width: 800px;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CF3541;
}
.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.nav:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.nav:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFCC;
	text-decoration: none;
}
.devider {
	color: #999999;
	font-size: 12px;
}
#spacer {
	height: 224px;
	background-repeat: no-repeat;
	width: 100%;
	background-image: url(images/bg.jpg);
}
.body_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	line-height: 20px;
}

