/*******************************************************

	CSS for Subhead under photo, left column background color.
	Only background colors will need to be changed to customize page.

*******************************************************/
.twoColFixLtHdr #subhead {
	background-color: #4fac1c;

}
.twoColFixLtHdr #subhead h2 {
	background-color: #666666;
	color:#ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 15px 0 0 10px;
    text-align: left;
	width: 730px;
}
.twoColFixLtHdr #sidebar1 {
	background: #d7d3c7;
	color: #333333;
}

.twoColFixLtHdr #mainContent #school_details a{
	color: #990000;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent #school_details a:hover{
	color: #990000;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent h1 {
    color: #000000;
	
	font-family: arial;
	font-size: 22px;
	
	font-weight:normal;
	line-height:27px;

}

.twoColFixLtHdr #mainContent #school_details .arrow li
{
list-style: none;
list-style-type:none;
}

#button {
    margin-left: 8px;
    margin-right: 75px;
}

#copyright {
	vertical-align: text-bottom;
}
/*******************************************************

	CSS for Numbering on forms.
	Will need to change the image src, the color, and the background color 
	for these to customize form.

*******************************************************/

#sidebar1 h4.one        {
	color: #4fac1c;
	background-color: #d7d3c7;
	background-image: url(images/1.png);
}
#sidebar1 h4.two {
	color: #4fac1c;
	background-color: #d7d3c7;
	background-image: url(images/2.png);
}

#sidebar1 h4.three {
	color: #4fac1c;
	background-color: #d7d3c7;
	background-image: url(images/3.png);
}
#sidebar1 h4.four {
	color: #4fac1c;
	background-color: #d7d3c7;
	background-image: url(images/4.png);
}




/*******************************************************

	Put CSS for Qualifying Questions Below

	NOTE:   *TRY* to use the global css declarations!!
			These are available in screen.css
	
	.question (spans width of form)
	.left_col_question (spans 50% width of form, left side)
	.right_col_question (spans 50% width of form, right side)

*******************************************************/

