body,td,th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
body { 
	background: #a9b677;
	margin:0;
}

/* content */

#container {
	width:820px;
	margin:0 auto;
	position:relative;
}

#headline {
	position:absolute;
	left:40px;
	top:96px;
	width:480px;
	overflow:hidden;
}
#headline h1 {
	font-size:24px;
	line-height:30px;
	color:#fff;
	margin:0;
	padding:0;
}
#container .logos {
	padding:20px 0 0;
	text-align:center;
}

/* tabs */

ul#tabnav {
	height:26px;
	margin:0 0 10px;
	padding:0;
	display:block;
	background:url(nav-back.gif) repeat-x bottom;
}
ul#tabnav li {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}
ul#tabnav li a {
	color:#454131;
	font-size:10px;
	text-decoration:underline;
	display:block;
	float:left;
	margin:0;
	padding:6px 8px;
	white-space:nowrap;
}
ul#tabnav li a:hover {
	color:#000;
	text-decoration:none;
}
ul#tabnav li a.selected {
	color:#000;
	background:#fff;
	text-decoration:none;
	border:1px solid;
	border-color:#918c70 #918c70 #fff #918c70;
}
.panel {
	display:block;
	font-size:11px;
	line-height:18px;
	color:#342200;
	padding:0;
}
.panel li {
	margin-bottom:10px;
}
.scroll {
	height:300px;
	overflow:auto;
}


/* footer */

#footer {
	padding:10px 0;
	color:#535041;
	font-size:10px;
	line-height:14px;
}
#footer a {
	color:#535041;
	text-decoration:none;
	border-bottom:1px dotted #535041;
}
#footer a:hover {
	color:#000;
	background-color:#ffffcc;
	border-style:none;
}




/* matched schools */

.matched-schools {
	width:180px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
}
.matched-schools ul {
	margin:10px auto;
	padding:0;
}
.matched-schools li {
	border-top:1px dotted #cbcbcb;
	margin:0;
	padding:8px 0;
	list-style:none;
}

/* progress */

.meter {
	width: 120px;
	height: 10px;
	border: 1px solid #808080;
	overflow: hidden;
	position:relative;
	text-align:left;
	float:right;
}
.progress {
	background:#e10000;
	height: 10px; 
}
.progresslabel {
	display:none;
}