/*******************************************************

	CSS for Subhead under photo, left column background color.
	Only background colors will need to be changed to customize page.

*******************************************************/
.twoColFixLtHdr #subhead {
	background-color: #958B71;
}
.twoColFixLtHdr #subhead h2 {
	background-color: #958B71;
	color: #ffffff;
	font-size:10pt;
}
.twoColFixLtHdr #sidebar1 {
	background: #c0defa;
	color: #333333;
}

.twoColFixLtHdr  #advisor img {
	float: left;
	padding-left: 3px;
	margin:  0 -15px 0 -3px;
}

/*******************************************************

	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: #004483;
	background-color: #a3c5e5;
	background-image: url(images/1.png);
}
#sidebar1 h4.two {
	color: #004483;
	background-color: #a3c5e5;
	background-image: url(images/2.png);
}

#sidebar1 h4.three {
	color: #004483;
	background-color: #a3c5e5;
	background-image: url(images/3.png);
}
#sidebar1 h4.four {
	color: #004483;
	background-color: #a3c5e5;
	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)

*******************************************************/


