body {
	font: 12px/16px arial, sans-serif;
	color: #164f38;	
}

a:hover {
	text-decoration: none;
}

#header, #content, #footer {
	margin: 0 auto;
}

/*
	Header
*/

#header {
	width: 939px;
	height: 107px;
	background: url(../images/header.jpg) no-repeat;
	margin-top: 20px;
}

#header h1 {
	overflow: hidden;
	text-indent: -5000px;
}

/*
	Content
*/

#content {
	border: 4px solid #00674e;
	border-width: 0 4px 0 4px;
	width: 865px;
	overflow: hidden;
	height: 1%;/*ie*/
	padding: 20px 28px 20px 38px;
}

#content h2 {
	font-weight: bold;
	font-size: 16px;
	color: #ff0000;
}

#content p {
	line-height: 16px;
	margin: 6px 0;
}

#leftcol, #rightcol {
	float: left;
}

#leftcol {
	width: 481px;
	padding: 0 33px 15px 2px;
}

#rightcol {
	border-left: 2px solid #1b6648;
	padding-left: 28px;
	width: 315px;
}

#rightcol ul {
	margin: 10px 0 5px 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}

#rightcol li a {
	display: block;
	height: 1%;/*ie*/
	padding: 8px 0;
}

a, a:link, a:active, a:hover {
	color: #ff0000;
}

h2#download {
	padding: 5px 0 11px 0;
	background: url(../images/download-box.png) no-repeat left center;
	clear: both;
	height: 28px;
	text-indent: -5000px;
	overflow: hidden;
	border-top: 2px solid #1b6648;
}

#colspan {
	font-size: 11px;
	height: 134px;
	padding: 20px 0 0 300px;
	position: relative;
	background: #ffe100 url(../images/colspan-corners.png) no-repeat right top;
	margin-bottom: 17px;
}

#colspan img {
	position: absolute;
	left: 0;
	top: 0;
}

#colspan h3 {
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/colspan-text.png) no-repeat;
	height: 28px;
}

#colspan p {
	line-height: 12px;
	padding: 0 30px 0 2px;
}

#colspan p#pdf {
	font-size: 10px;
}

/*
	The Three Columns
*/

#threecols {
	padding: 0 2px 0 2px;
	background: url(../images/threecol-back.png) 2px 0;
	overflow: hidden;
	height: 1%;
}

#threecols div {
	float: left;
	width: 256px;
	padding: 0 46px 0 0;
	font-size: 11px;
	line-height: 13px;
}

#threecols div#three {
	padding-right: 0;
}

p.download {
	font-size: 9px;
}

#threecols div h3 {
	overflow: hidden;
	text-indent: -5000px;
	height: 32px;
}

#threecols h3 a {
	display: block;
	height: 28px;
	padding-top: 4px;	
}

#threecols ul {
	list-style-type: disc;
	margin-left: 14px;
}	

#threecols li {
	padding: 3px 0;
}

#one h3 {background: url(../images/second-parent-heading.png) bottom no-repeat;}
#two h3 {background: url(../images/employment-heading.png) bottom no-repeat;}
#three h3 {background: url(../images/housing-heading.png) bottom no-repeat;}

/*
	Footer
*/

#footer {
	clear: both;
	background: url(../images/footer.png) no-repeat;
	height: 9px;
	padding-bottom: 20px;
	width: 939px;
}