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

#maincontent .rteContent,
body.mceContentBody{
	text-shadow:none;
}
.rteContent, 
body.mceContentBody{
	margin:0px;
	font-size:16px;
	font-wight:400;
	font-style:normal;
	color:#686868;
	line-height:25.6px;
	font-family:Arial, Helvetica, sans-serif;
}
p, 
body.mceContentBody p{
	margin-top:16px;
	margin-bottom:16px;
	margin-left:320px;
}
h2, h3, 
body.mceContentBody h2,
body.mceContentBody h3{
	color:#666666;
	font-size:24px;
	font-weight:bold;
	margin-left:320px;
	margin-bottom:15px;
	margin-right:20px;
	margin-top:0px;
	padding-top:48px;
	font-family:Arial, Helvetica, sans-serif;
}
h3,
body.mceContentBody h3{
	font-size:19px;
	line-height:22px;
	color:#686868!important;
}
.rteContent a, 
body.mceContentBody a{
	text-decoration:underline!important;
	color:#666666!important;
}
.rteContent ul, 
body.mceContentBody ul{
	margin-left:320px;
	margin-top:16px;
	margin-bottom:16px;
	padding-left:40px;
}
.rteContent ul li, 
body.mceContentBody ul li{
	list-style-position:outside;
	list-style-type:disc;
}
#maincontent .rteContent p img,
body.mceContentBody p img{
	float: left;
    height: auto;
    margin-left: -300px;
    max-width: 260px;
    min-width: 260px;
	border:none;
}