/* page specific stylesheet */

#left_column {
	float : left;
	margin-left : 10px;
	width : 660px;
	overflow : hidden;
}

#right_column {
	margin-left : 690px;
	width : 265px;
}

/* ------------------------------------------------------------- */

#left_column .content {
	padding : 10px;
}

#left_column H1 {
	font-family : Times New Roman, Serif;
	font-weight : normal;
	font-size : 26px;
}

/* ------------------------------------------------------------- */

.formsection {
	margin-top : 10px;
	width : 634px;
}

.formsection .content {
	padding : 10px;
}

.formsection .checkboxes {
	height : 150px;
	overflow : auto;
	background-color : white;
	border : 1px solid #A6A6A6;
	padding : 3px;
}

/* ------------------------------------------------------------- */

#blurb .content {
	padding :10px;
}

/* ------------------------------------------------------------- */
