body,td,th {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #37352a;
	line-height:18px;
}
body {
	background-color: #fff;
	background-image: url(pageBack.gif);
	background-repeat: repeat-x;
	margin: 0;
}
#quote {
	position:absolute;
	top:12px;
	left:280px;
	font-size:10px;
	color:#ddbfbf;
	line-height:14px;
	width:250px;
	text-align:right;
}

ul {
margin-left: 1.5em;
}

/* content */

.note {
	font-size:10px;
}


/* form styles */

.button {
	background:url(buttonBack.gif) repeat-x #ff7206;
	border:3px double;
	border-color:#ff913d #c45500 #c45500 #ff913d;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.forms {
	font-size:14px;
	padding:1px;
	margin:4px 0 0;
}
.formHolder {
	position:absolute;
	left:287px;
	top:123px;
	width:434px;
	text-align:center;
	line-height: 18px;
}


.cta {
	background:url(formBack.gif) repeat-y;
	margin-top:10px;
}
.formInner {
	background:url(formBottom.gif) no-repeat bottom;
	text-align:left;
	padding:0 14px;
}
.formtable {
	background:url(formTableBack.gif) no-repeat 50% 0;
}
.formtable td {
	padding:5px 8px;
	line-height:16px;
}
.checktable td {
	border-bottom:1px dotted #a6a6a6;
}
.submitArea {
	text-align:right;
	padding:20px 120px;
}


/* side column */

#schoolsList {
	font-size:13px;
	line-height:16px;
}
#schoolsListInside {
	font-size:13px;
	line-height:16px;
	padding:10px;
}

.logos {
	margin:10px 0 0;
	padding:0;
	list-style:none;
}
.logos li { 
	display:block;
	padding:8px 0;
	border-top:1px dotted #fff;
	text-align:center;
}
.textList {
	margin:10px 0 0;
	padding:0;
	list-style:none;
}
.textList li { 
	display:block;
	padding:4px 0 4px 20px;
	border-top:1px dotted #fff;
	text-align:left;
	background:url(bullet.gif) no-repeat 6px 50%;
}

.logosInside {
	text-align:left;
	margin:10px 0 0;
	padding:0;
	list-style:none;
}
.logosInside li { 
	display:block;
	font-size:10px;
	padding:8px 0;
	border-top:1px dotted #fff;
	text-align:center;
}



/* footer */

#footer {
	line-height:14px;
	font-size:10px;
	color:#686868;
	padding:40px 0 20px;
}

#footer a, #footer a:visited {
	color:#686868;
	text-decoration:none;
	border-bottom:1px dotted #686868;
}
#footer a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
	background-color:#fefddc;
}

/* side navigation */


#sideNav {
	position:absolute;
	width:224px;
	top:242px;
	left:17px;
	background:url(sideNav-mid.gif) repeat-y;
}
.sideNavMid {
	background:url(sideNav-top.gif) no-repeat;
	margin:0;
}
.sideNavBottom {
	height:9px;
	background:url(sideNav-bottom.gif) no-repeat bottom;
}
.sideContent {
	padding:12px;
}

/* headlings */

h1, h2, h3, h4, h5 {
	margin:0;
	font-weight:normal;
}
h2 {
	line-height: 30px;
}
h3 {
	font-size:16px;
	line-height:22px;
}
h4 {
	font-size:13px;
	line-height:18px;
}


/* default image */

#headerImage {
	display:block;
	width:752px;
	height:165px;
	text-indent:-300px;
	font-size:11px;
	overflow:hidden;
	background:url(headerBack.jpg) no-repeat;
	margin:0;
}
#genImage {
	position:absolute;
	top:47px;
	left:0px;
	width:204px;
	height:183px;
	background:url(img.jpg) no-repeat;
}



/* progress */

.meter {
  width: 120px;
  height: 10px;
  border: 1px solid #808080;
  overflow: hidden;
  position:relative;
  text-align:left;
}

.progress {
  background:#e10000;
  height: 10px; 
}
.progresslabel {
	position:absolute;
	top:-4px;
	left:6px;
	font-size: 10px;
	color:#000;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
}