



/* layouts */
#content {
    float: left;
    width: 890px;
}

#content .read_more {
    display: block;
    margin-bottom: 60px;
}


/* type */
.structural_list em {
    font-style: normal;
	
}
/* colors */
#content h5 {
	font-size: 1.7em;
}

#content h3 {
    color:  rgb(29,101,144);
	font-size: 2.8em;
	margin-top: .3em;
}

#sub {
    color: rgb(29,101,144);
}


#content p {
    color:  rgb(0,0,0);
	font-size: 2.3em;

	
}

#survey {
    color:  rgb(0,0,0);
	font-size: .9em;

	
}


.structural_list em {
    color: rgb(216,204,28) !important;
	font-size: 1.0em;
    line-height: .9em;

}
/* backgrounds */

#content h2 {
    background: url('featured_h2.png') no-repeat scroll top left;
    width: 400px;
    height: 139px;
    text-indent: -99999px;
}

#picright {

float: right;
padding: 5px;

}


