body {
	margin: 0px;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

div#main {
	width: 940px;
	margin: 0 auto;
	}

div#header {
	background-image: url("../images/header1.jpg");
	width: 100%;
	height: 146px;
	border-bottom: 13px solid black;
	}
	div#header a {
		display: block;
		position: absolute;
		margin: 15px 0 0 15px;
		width: 260px;
		height: 123px;
	}
	div#header a span { display: none; }

div#middle {
	background: url("../images/navbg.png") repeat-y #ffffff;
	margin-top: 10px;
	border: 1px solid #999999;
	}

div#nav { }
	div#nav ul {
		margin: 0;
		padding: 15px 0 0 13px;
		list-style-type: none;
		}
	div#nav li {
		display: block;
		background-color: #999999;
		width: 207px;
		height: 27px;
		line-height: 24px;
		margin: 0 0 4px 0;
		text-transform: uppercase;
		}
	div#nav li a {
		width: 100%;
		margin: 7px 0 0 12px;
		color: #333333;
		font-size: 11px;
		font-weight: bold;
		padding-left: 12px;
		height: 13px;
		line-height: 13px;
		border-left: 13px solid white;
		}
	div#nav li a:hover {
		color: #ffffff;
		border-left: 13px solid #86C832;
		}
	div#nav a#enroll, div#nav a#medicaid {
		display: block;
		margin: 5px 0 0 13px;
		font-size: 0;
		width: 207px;
		height: 53px;
		}
	div#nav a#enroll span, div#nav a#medicaid span { display: none; }
	div#nav a#enroll { margin-top: 50px; background-image: url("../images/enroll_btn.jpg"); }
	div#nav a#medicaid { background-image: url("../images/medicade_btn.jpg");}
	div#nav a#enroll:hover { background-image: url("../images/enroll_btn_f2.jpg"); }
	div#nav a#medicaid:hover { background-image: url("../images/medicade_btn_f2.jpg"); }

div#content {
	width: 701px;
	height: 100%;
	float: right;
	margin: 0;
	font-size: 12px;
	}
	div#content h1 {
		color: #999999;
		margin-left: 50px;
		margin-right: 20px;
		font-size: 18px;
		}
	div#content h2 {
		color: #404040;
		margin-left: 50px;
		margin-right: 20px;
		font-size: 14px;
		}
	div#content p, div#content li {
		line-height: 25px;
		font-weight: normal;
		color: #000000;
		text-align: left;
		margin-left: 50px;
		margin-right: 20px;
		}
	div#content p.topnav {
		color: #999999;
		margin-bottom: 30px;
		margin-top: 5px;
	}
	div#content p.topnav a.selected {
		color: #999999;
	}
	div#content p.title {
		height: 43px;
		border-bottom: 1px solid #999999;
		margin: 0;
		padding-left: 50px;
	}
	div#content p.title img {
		margin-top: 13px;
	}
	p.bottomnav {
		clear: both;
		margin: 10px 0 10px 207px;
		font-size: 10px;
		text-align: center;
	}
div#bottom { clear: both; }

.leftnav_spacing {
	position: relative;
	top: 15px;
	width: 207;

}
.content_spacing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-left: 50px;
	margin-right: 20px;
}

.content_spacing2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 35px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-left: 50px;
	margin-right: 20px;
}

.content_spacing3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
	text-align:center;
	margin-left: 50px;
	margin-right: 20px;
}

.content_spacing4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-left: 50px;
	margin-right: 20px;
}

.content_spacing5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin-left: 75px;
	margin-right: 20px;
}

.bottom_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 10px;
}


.border_bottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.border1 {
	border: thin solid #999999;
}
.border_right {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.text_leding {
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-top: 10px;
}
.btmNav_spacing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	bottom: 10px;
}
.left_nav_bkg {
	background-image: url("../images/left_nav_bkg.jpg");
	background-repeat: repeat-y;
	background-color: #EEF6E5;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover {
	text-decoration: none;
	color: #0033FF;
}
a:active {
	text-decoration: none;
}

.style10 {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style18 {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}


.style11 {font-size: 12px}




