@charset "UTF-8";
/* CSS Document */

.l_column {
	display:block;
	width:383px;
	float:left;
	margin-bottom:10px
	}
	
.featurette {
	margin-right:8px;
	}
	
.r_column {
	display:block;
	float:right;
	width:430px;
	padding-right:20px;
	}

/* larger text */
.side_larger {
	font-size:1.333em;
	}

.minor_title {
	color:#CC0000;
	}


/* alternate for contact page */

.l_column_c {
	display:block;
	width:283px;
	float:left;
	margin-bottom:10px
	}
	
.r_column_c, .r_column_c2, .r_column_full {
	display:block;
	float:left;
	padding-right:20px;
	}
	

.r_column_c, .r_column_c2 {
	width:230px;
	}
	

	
.r_column_full {
	width:500px;
	}
	
.stext {
	margin-top:0px;
	width:257px;
	}
	
.imgspace {
	margin-bottom: 12px;
	}
	
	
div.horRule {
	height: 1px;
	border-top: 1px dotted #006600;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.horRule hr {
	display: none;
}

ul {
	margin-left:0;
	padding-left:1em;
	}

li {
	margin-bottom:0.5em;
	margin-left:0;
	}
	
.required, .errorlist {
	color:#FF0000;
	}
