@charset "utf-8";
/* CSS Document */

@import "adult_learners.css";
@import "intro.css";

.adult_learners_head {
	background:url(/adult_table_head.gif);
	background-repeat:repeat-x;
	background-color:#3f294f;
	border:4px solid white;
	border-top:none;
	width:552px;
	margin:0 auto;
}
.adult_learners_heading {
	color:white;
	font-size:70%;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	padding-top:7px;
	padding-bottom:7px;
}
.adult_learners_header {
	background:url(/adult_learners_header.gif);
	background-repeat:no-repeat;
	width:560px;
	height:4px;
	margin:0 auto;
}
.adult_learners_footer {
	background:url(/adult_learners_footer.gif);
	background-repeat:no-repeat;
	width:560px;
	height:5px;
	margin:0 auto;
	margin-bottom:10px;
}

.adult_options {
	width:560px;
	margin:0 auto;
	background:#FFFFFF;
	overflow:hidden;
}

.adult_options ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.adult_options li {
	display:inline;
	margin:0px;
	padding:0px;
}

.adult_options a {
	float:left;
	height:3.5em;
	background-repeat:no-repeat;
	border-bottom:4px solid #543668;
	margin-left:4px;
	padding-top:130px;
	width:135px;
	font-size:60%;
	text-decoration:none;
	color:#444444;
	font-weight:bold;
	cursor:pointer;
	display:block;
}

.leftpad {
	padding-top:0px;
	padding-left:25px;
	text-align:left;
	height:3.1em;
}
