@charset "UTF-8";
body {
	background: #8fad66;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Bkgd_HP.jpg);
	background-repeat: no-repeat;
	height: 768px;
}
.oneColFixCtr #mainContent {
	position: relative;
	top: 110px;
	height: 240px;
	width: 450px;
	left: 160px;
}
#hpText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	width: 430px;
	position: relative;
	left: 160px;
	top: 120px;
	overflow: auto;
	height: 350px;
	letter-spacing: 90%;
	color: #666;
	padding-right: 20px;
}
.paraHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: lighter;
	color: #060;
	letter-spacing: 90%;
	text-align: left;
	padding-left: 12px;
	margin-bottom: 2px;
}
.copyright {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #360;
	text-align: center;
	letter-spacing: 4px;
	padding-top: 9px;
	padding-bottom: 6px;
	position: relative;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	top: 5px;
}
#swfMenuControl {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	color: #666;
	text-align: left;
	width: 450px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	position: relative;
	top: 110px;
	left: 160px;
}
#navColumn {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #360;
	position: relative;
	width: 200px;
	left: 712px;
	top: 140px;
	text-align: center;
	line-height: 24px;
}
#navHome {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #360;
	position: relative;
	width: 200px;
	left: 715px;
	top: -100px;
	text-align: center;
	line-height: 24px;
}

#moreLink {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #666;
}
#moreLink a {
	color: #666;
}
#photoCloud {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
	line-height: 40px;
	text-align: center;
}
