.clear { clear: both; }
img.left { float: left; }
img.right { float: right; }

body {
background: #00113b url(../image/background.gif) no-repeat top center;
}

#container {
background: url(../image/container_background.jpg) no-repeat;
height: 725px;
margin: 28px auto 0;
padding: 14px;
width: 972px;
}

#guest {
	height: 36px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
	float: left;
}	
		#guest a {
		color: #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		padding-bottom: 1px;
		text-decoration: none;
		}
		
			#guest a:visited {
				color: #FFFFFF;
			}
			
			#guest a:hover {
			color: #ad0875;
			border-bottom: 2px solid #ad0875;
			}

#login {
float: left;
height: 36px;
width: 872px;
}

	#login form {
	float: left;
	padding-left: 210px;
	width: 470px;
	}
	
	#login input {
	background: url(../image/text_box.gif) no-repeat;
	border: none;
	color: #ad0875;
	display: inline;
	font-size: 11px;
	height: 18px;
	letter-spacing: 0.08em;
	margin-left: 8px;
	padding: 7px 7px 0;
	width: 170px;
	}
	
	#login input.button {
	background: url(../image/login_button.gif) no-repeat;
	cursor: pointer;
	height: 25px;
	padding: 0;
	width: 53px;
	}
	
		#login input.button:hover {
		color: #00aeef;
		}
	
	#login #text_links {
	float: left;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	width: 190px;
	}
	
		#text_links a {
		color: #00aeef;
		border-bottom: 2px solid #00aeef;
		padding-bottom: 1px;
		text-decoration: none;
		}
		
			#text_links a:hover {
			color: #ad0875;
			border-bottom: 2px solid #ad0875;
			}

#main {
background: #fff;
clear: both;
float: left;
height: 642px;
overflow: hidden;
padding: 24px;
width: 924px;
}
	
	#content {
	color: #000;
	display: inline;
	float: right;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	height: 641px;
	letter-spacing: -0.01em;
	line-height: 140%;
	margin-left: 13px;
	overflow: hidden;
	width: 518px;
	}
	
		#content h1 {
		background: url(../image/mission_healthy_living_logo.gif) no-repeat top center;
		height: 167px;
		margin-bottom: 30px;
		width: 518px;
		}
		
			#content h1 span {
			display: none;
			}
		
		#content h2 {
		color: #ad0875;
		font: bold 12px Verdana, Arial, Helvetica, sans-serif;
		}
		
		#content h3 {
		color: #ad0875;
		}
		
		#content ul {
		line-height: 1.5em;
		}
		
			#content ul li {
			background: url(../image/bullet.gif) no-repeat 8px 8px;
			padding: 0 0 10px 20px;
			}
		
		#content p {
		padding-bottom: 12px;
		}
		
			#content p.pahwf_logo {
			margin-top: -16px;
			text-align: right;
			}
		
		#content a {
		color: #ad0875;
		}
		
		#content acronym {
		border-bottom: 1px dotted #ccc;
		}
		
		#content strong.welcome {
		color: #ad0875;
		font-size: 17px;
		letter-spacing: -0.04em;
		}
		
	#supp_graphic {
	float: right;
	height: 641px;
	width: 392px;
	}