body {
	margin:10px 10px 0px 10px;
	padding:0px;
	/*background:#fff;*/
	font:  Arial, Verdana, Helvetica, sans-serif;
}

h1 {
	padding-top:10px;
	font: bold 16px/18px Arial;
}
		
/* Header of page */
#banner {
	position: relative;
	float:left;
	/*background:#fff;*/
	height:160px;
	width:98%;
	background-image:url(./images/StepLogo.png);
	background-repeat:no-repeat;
	/*border: solid 1px #000;*/
	}
#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
	float:right;
}

#rightcontent {
	position: absolute;
	top:14px;
	left:710px;
	width:275px;
	height:413px;
	/*background:#fff;*/
	background-image:url(./images/momdaughter.gif);
	background-repeat:no-repeat;
}
/* Since rightcontent is absolute, force text to wrap around the relative box.*/
/*
#righttextwrap {
	float:right;
	width:350px;
	height:400px;
	background:#fff;
	margin: 5px;
}
*/

/* Outter div for link list and contact info.*/
/*#leftcontent {
	clear:left;
	position: relative;
	float:left;
	width:210px;
	height:620px;
	padding-right: 20px;
}*/

/* Navigation rules */
#linkList{
	position: relative;
	float:left;
	width:210px;
	height:300px;
	font-size: 10px;
	background-image:url(./images/leftnavbg.png);
	background-repeat:no-repeat;
	padding-bottom: 20px;
}

.sublist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.sublist li {
	padding-top: 10px;
	padding-left: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 1.09em;
}
/*
#linkList ul{
	text-align: left;
	list-style: url(./images/bullet.png);
}
#linkList h1{
	padding-bottom: 10px;
}
#linkList a{
	text-decoration: none;
}
#linkList  li {
	margin: 0 0 5px 0px;
	border-bottom: 1px solid #ffd89f;
	color: #4a8157;
	background: #ff9e0f;
	width: 150px;
	padding-bottom: 5px;
}
*/

#lselect li a {
	color: #4a8157;
	text-transform: uppercase;
	font-size: 11px;
}
#lselect li a:hover{
	color: #000;
}
#lselect .c {
	text-transform: capitalize;
	font-size: 10px;
}
#lselect a {
	display: block;
	font-weight: bold;
}
#lselect a.c {
	display: inline;
	font-weight: bold;
	color: #B74213;
}

/*
#contactinfo {
	position: relative;
	float:left;
	width:210px;
	height:300px;
	background:#fff;
	background-image:url(./images/leftnavbg.png);
	background-repeat:no-repeat;
}

*/
/* Main text of the document */
#centercontent {
	width:975px;
}
