/*------------------------------- CMS Content Styles -------------------------------*/
DIV.Content {
	text-align: left;
	font-size: 0.9em;
}
DIV.Content P, DIV.Content UL {
	margin: 1em 0;
	font-size: 1.0em;
}
DIV.Content H1 {
	font-size: 1.4em;
	font-weight: bold;
}
DIV.Content H2 {
	font-size: 1.2em;
	font-weight: bold;
}
DIV.Content UL LI {
}
DIV.Content HR {
	height: 1px;
	border-style: none;
	color: #774477;
	background-color: #774477;
}
DIV.Content DIV.Photomid IMG,
DIV.Content IMG.Photoleft,
DIV.Content IMG.Photoright {
	border: 1px solid #808080;
}
DIV.Content DIV.PicMid {
	display: block;
}
DIV.Content IMG.PicLeft {
	float: left;
	margin: 6px 8px 4px 0;
}
DIV.Content IMG.PicRight {
	float: right;
	margin: 6px 0 4px 8px;
}
DIV.Content DIV.ImageBreaker {
	clear: both;
	display: block;
}
DIV.Content DIV.ImageBreakerMid {
	clear: both;
	display: block;
	text-align: center;
}

