@charset "UTF-8";
/* CSS Document */
body {
	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;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #9ea3ad;
}
#container {
	width: 775px;
	margin: 0 auto;
	text-align: center;
	background-color: #9ea3ad;
	padding: 0px;
	margin-top:0px;
	background-image: url(images/efpurple.gif);
	background-repeat: no-repeat;
	background-position: center 56px;
}
#footer a {
	text-decoration: none;
	color: #4a5c10;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #4a5c10;
	margin-top: 13px;
	margin-bottom: 20px;
}
#footer a:hover {
	text-decoration: none;
	color: #FFDC81;
}

#container #centercontent {
	padding: 0px;
	width: 378px;
	margin-left: 240px;
	height: 740px;
	text-align: center;
}
.logolarge {
	margin-top: 136px;
}
.hometext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #779192;
	text-transform: none;
	letter-spacing:1px;
}
#container #nav {
	margin: 0px;
	padding: 0px;
}
#main {
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainpagebg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 660px;
	margin-top: 13px;
	padding-top: 10px;
}
#topnav {
	height: 36px;
	padding-top: 20px;
}
#top {
	height: 56px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainfront {
	margin: 0px;
	padding: 0px;
}
#main #left {
	width: 177px;
	float: left;
	margin-left: 13px;
	margin-top: 0px;
}
#main #aboutcenter {
	width: 260px;
	margin-left: 195px;
	margin-top: 0px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #4a5c10;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#aboutcenter p .right {
	text-align: right;
}
#main #aboutright {
	float: right;
	width: 235px;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}
#container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #4a5c10;
}
#aboutcenter p a {
	text-decoration: none;
	color: #4a5c10;
}
#main #links {
	width: 260px;
	margin-left: 195px;
	margin-top: 0px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #4a5c10;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
#main #links p a {
	color: #4a5c10;
}
#main #newcenter {
	width: 260px;
	margin-left: 195px;
	margin-top: 0px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #4a5c10;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#newmain {
	margin: 0px;
	padding: 0px;
	background-image: url(images/whatsnewbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1007px;
	margin-top: 13px;
	padding-top: 10px;
}
#newmain #newcenter {
	width: 525px;
	margin-left: 195px;
	margin-top: 0px;
	text-align: left;
	padding-left: 20px;
	color: #4a5c10;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#newmain #left {
	width: 177px;
	float: left;
	margin-left: 13px;
	margin-top: 0px;
}
#main #productcenter {
	width: 450px;
	margin-left: 192px;
	margin-top: 60px;
	text-align: left;
	padding-left: 60px;
	padding-right: 60px;
	color: #4a5c10;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
#productcenter p a {
	color: #4A5C10;
	text-decoration: underline;
}

