#related_panel{
	display: none;
}

#main_panel{
	float: left;
	width: 75%;
}

img.topical {
	float: left;
	padding: 0.0em 1.5em 0.0em 0.0em;
	vertical-align: top;
	/*	width: 30%; */
	width: 20em;
}

img.topical_right {
	float: right;
	padding: 0.0em 0.0em 1.5em 0.0em;
	vertical-align: top;
	/*	width: 30%; */
	width: 20em;
}

.intermingle_left{
	float: left;
	padding: 5px 15px 0px 0px;
	width: 20em;
}

.intermingle_right{
	float: right;
	padding: 5px 0px 0px 15px;
	width: 20em;
}

.announcement img{
	float: left;
	padding: 15px 15px 0px 0px;
	width: 20%;
}


#header_nav_IE_7 {
	float: left;
	width: 17%;
	margin: 0em;
	padding: 0em;
}

#header_content {
	/*
	position: relative;
	float: left;
	*/
	width: 95%;

}

.main_content_watermark {
	position: absolute;
	left: 20%;
	top: 5em;
	width: 75%;
	z-index: -1;
	/* Firefox uses the property opacity:x for transparency, while IE uses filter:alpha(opacity=x).  The CSS3 syntax for transparency is opacity:x.  */
	opacity:0.06;filter:alpha(opacity=6);
}

img.leadin_left,img.leadin_right {
	width: 25em;
}	

img.leadin_left_decor,img.leadin_right_decor {
	width: 12em;
}	

img.headshot {
	width: 10em;
}

img.content {
	width: 100%;
}


.video {
	/*
	style="display:block;width:520px;height:330px"
	width:100%;
	*/
	width:520px;
	height:330px;
	display:block;
}

