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

h1, h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
}

li {
margin: 0px;
padding: 0px;
}


body {
	background-color: #99B0AD;
	margin-left: 50px;
	margin-top: 50px;
}

#container {
	background-color: #FFFFFF;
	position:relative;
	width: 760px;
	height: 500px;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	/* 	left:50%;
	margin-left:-380px; centers a 760px _container_ */
	text-align: left;
	z-index: 1;
}

#container p {
	font-family: Verdana;
	font-size: 70%;
	line-height: 140%;
	margin-bottom: 9px;
	margin-top: 9px;
	margin-left: 10px;
}


#banner {
	height: 120px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 760px;
	z-index: 100;
}

#content {
	height: 350px;
	left: 249px;
	position: absolute;
	top: 150px;
	width: 481px;
	z-index: 5
}

#content p {
	font-family: Verdana;
	font-size: 70%;
	line-height: 140%;
	margin-bottom: 9px;
	margin-left: 0px;
	margin-top: 0px;
}


#content li {
	font-family: Verdana;
	font-size: 70%;
	line-height: 140%;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#content h1 {
	font-family: Verdana;
	font-size: 120%;
	color: #99B0AD;
	line-height: 140%;
	margin-bottom: 9px;
	margin-left: 0px;
}

#content h2 {
	font-family: Verdana;
	font-size: 90%;
	color: #000000;
	line-height: 140%;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content h3 {
	font-family: Verdana;
	font-size: 80%;
	color: #000000;
	line-height: 140%;
	margin-top: 18px;
	margin-bottom: 3px;
	margin-left: 0px;
}

#content h4 {
	font-family: Verdana;
	font-size: 80%;
	font-weight:bold;
	background-color: #99B0AD;
	color: #FFFFFF;
	line-height: 140%;
	margin-top: 9px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 200px;
}

#content h5 {
	font-family: Verdana;
	font-size: 80%;
	color: #000000;
	line-height: 135%;
	margin-top: 3px;
	margin-bottom: -10px;
}

#content h6 {
	font-family: Verdana;
	font-size: 80%;
	font-weight:bold;
	background-color: #99B0AD;
	color: #000000;
	text-align:center;
	line-height: 140%;
	margin-top: 15px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
}


#left {
	background-color: #ffffff;
	height: 350px;
	left: 20px;
	position: absolute;
	top: 150px;
	width: 212px;
	z-index: 5
}
#left p {
	font-family: Verdana;
	font-weight:bold;
	font-size: 70%;
	line-height: 140%;
	margin-bottom: 0px;
	margin-left: 0px;
}

#left a:link {
color: #000000;
text-decoration: none;
}

#left a:visited {
color: #000000;
text-decoration: none;
}

#left a:hover {
background-color: #199AA0;
color: #FFFFFF;
text-decoration: none;
}

#left a:active {
background-color: #199AA0;
color: #FFFFFF;
text-decoration: none;
}
