.mceContentBody, #content{
	line-height:20px;
	font-size:12px;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif;
	padding:10px 35px;
}

.mceContentBody a, #content a{
	font-weight:bold;
}

strong{
	font-weight:bold;
}

h1{
	font-size:16px;
	color:#841138;
	line-height:28px;
	font-weight:bold;
	margin-bottom:5px;
}

h2{
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:5px;
}

#content ul{
	padding-left:10px;
	margin:5px 10px;
}
#content li{
	list-style:disc;
	background:none;
	padding:0px;
}

.center{
	text-align:center;
	display:block;
}

.contenttable{
	border:1px solid #9A2C7D;
	margin:10px auto;
}

.contenttable td{
	padding:5px;
	border:1px solid #ccc;
}

.contenttable th{
	font-weight:bold;
	padding:5px;
}

.contact-details{
	float:left;
	margin-right:50px;
}

.home-heading{
	font-size:32px;
	color:#9A2C7D;
	line-height:40px;
}

.green{
	color:#008000;
}

.highlight{
	width:300px;
	padding:10px;
	border:3px solid #000;
	border-top:3px solid #B2B2B2;
	border-left:3px solid #B2B2B2;
	display:block;
	margin:10px;
}
#content .highlight li{
	list-style-image:url(../img/bull.gif);
}