body {
	padding: 0px; 
	margin: 0px; 
	background-color: #E5E5CD;
	font: 14px/20px Verdana, Arial, sans-serif; 
	color: #000000; 
	font-weight: normal;
}

div, h1, h2, h3, img {
	padding: 0px; 
	margin: 0px;
}

p {
	padding: 10px 0px 0px 0px; 
	margin: 0px;
}

/* HEADER */
#header {
	width: 778px; 
	height: 110px; 
	position: relative; 
	margin: 0px auto; 
	padding: 0px;
	border-bottom: solid 2px #5DB039;
}

#header img {
	width: 342px; 
	height: 100px; 
	display: block; 
	padding: 10px 0px 0px 10px;
}

#header ul {
	width: 416px; 
	height: 40px; 
	display: block; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	margin: 0px; 
	padding: 70px 0px 0px 0px;
	list-style-type: none;
	font-weight: bold;
	color: #000000;
}

#header ul li {
	float: left; 
	width: 130px; 
	height: 40px;
	display: block; 
	text-align: center;
}

#header ul li a {
	width: 130px; 
	height: 22px; 
	display: block; 
	background-color: #5DB039; 
	text-decoration: none; 
	margin: 0px; 
	padding: 16px 0px 0px 0px;  
	border-right: solid 2px #5DB039;
	border-left: solid 2px #5DB039;
	border-top: solid 2px #5DB039;
	border-bottom: solid 2px #5DB039;
	color: #000000;
	line-height: 14px;
}

#header ul li a:hover { 
	width: 130px; 
	height: 22px; 
	display: block; 
	background-color: #0017A8; 
	text-decoration: none;
	color: #FFFFFF;
	line-height: 14px;
}

#header ul li span {
	width: 130px; 
	height: 22px; 
	display: block; 
	background-color: #E5E5CD;
	text-decoration: none; 
	padding: 16px 0px 0px 0px; 
	line-height: 14px;
	border-right: solid 2px #5DB039;
	border-left: solid 2px #5DB039;
	border-top: solid 2px #5DB039;
	border-bottom: solid 2px #E5E5CD;
}

/* PAGE */
#page {
	width: 778px;
	margin: 0px auto;
	display: block;
}

/* CONTENT */

#content {
	float: left;
	width: 778px;
	display: block; 
}


#content h1 {
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 10px 20px 0px 20px;
	background:    url(images/advantztitle.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#content .text {
	background-color: #FFFFFF;
	padding: 10px 20px 10px 20px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* FOOTER */
#footer {
	width: 778px;
	padding: 20px 20px 20px 20px;
	margin: 0px auto;
	display: block;
	font-size: 10px;
}
