body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body { 
	background: #fff;
	margin:0;
}

/* content */

#container {
	width:770px;
	margin:0 auto;
}
#header {
	background:url(logo.gif) no-repeat 0 15px;
	height:50px;
	border-bottom:5px solid #E7E3CC;
}
#headline {
	text-align:center;
	padding:12px 0;
	border-top:1px solid #b2ab85;
}
.content {
	background:#E7E3CC;
	border:1px solid #b2ab85;
	padding:6px;
}
#columnLeft {
	float:right;
	width:455px;
}
#columnLeft .white-back {
	background:#fff;
	padding:10px;
}
#columnLeft .logos {
	text-align:center;
	font-size:11px;
	padding:6px 0;
}
#columnRight {
	float:left;
	background:#F2F0E2;
	width:295px;
}
#columnRight .inner {
	padding:12px;
}
#columnRight .side-copy {
	padding:0 10px 0 0;
	font-size:11px;
	line-height:16px;
	height:300px;
	overflow:auto;
	margin:10px 0 0;
}
#columnRight .side-copy li {
	margin-bottom:8px;
}
.sideList {
	margin:10px 0;
	padding:0;
}
.sideList li {
	margin:2px 0 10px 20px;
}
.hilite { 
	color:#ff6c00;
}
.modal li {
	margin-bottom:8px;
}

/* tabs */

#nav {
	margin:24px 0 0;
	padding:0;
	float:right;
	clear:right;
}
#nav li {
	margin:0;
	display:block;
	float:left;
	list-style:none;
	padding:0 3px 3px 4px;
}
#nav a {
	padding:6px 10px;
	display:block;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	margin:0;
}
#nav a:hover {
	color:#710013;
	background:#E7E3CC;
}

/* 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;
}
h4 {
	font-size:20px;
	line-height:28px;
	font-weight:normal;
	color:#710013;
	margin:0 0 6px;
}
#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;
}


#columnLeft .phoneTable td {
	padding:0 4px 0 0;
}

/* 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;
}