body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body { 
	background-color: #fff;
	margin:0;
}

/* content */

#container {
	width:680px;
	margin:0 auto;
}
#header {
	background:url(logo.html) no-repeat 0 15px;
	height:50px;
	border-bottom:5px solid #E7E3CC;
}
#headline {
	text-align:center;
	padding:12px 0;
	border-top:1px solid #b2ab85;
}

#ddi_group_headline {
	text-align:center;
	padding-top:12px;
	border-top:1px solid #b2ab85;
}

#ddi_group_subHeadline {
	text-align:center;
	padding-bottom:12px;
}

.content {
	background-color:#E7E3CC;
	border:1px solid #b2ab85;
	padding:6px;
}
#columnLeft {
	float:left;
	background-color:#fff;
	padding:10px;
	width:435px;
}
#columnRight {
	float:right;
	background-color:#F2F0E2;
	width:205px;
}

#columnRight p {
	margin-bottom: 8px;
	margin-top: 8px;
}

#columnRight ul {
	padding: 0;
	margin: 0 0 0 30px;
}
#columnRight .inner {
	padding:12px;
	font-size:11px;
	line-height:16px;
}
.sideList {
	margin:10px 0;
	padding:0;
}
.sideList li {
	margin:2px 0 10px 20px;
}
.hilite { 
	color:#ff6c00;
}

#columnLeft .progresslabel {
	top:-8px;
}


/* 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;
}



/* headlines */

h1, h3 {
	margin:0;
}
h1 {
	font-size:28px;
}
h3 {
	font-size:20px;
	line-height:28px;
	font-weight:normal;
	color:#710013;
}
#headline h1 {
	padding-bottom:4px;
}

/* 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;
}

.progress {
  background:#e10000;
  height: 10px; 
}
.progresslabel {
	display:none;
}