body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size:76%;
	color: #544A8C;	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header{
	text-align: center;
}
#rightcol{
	display: none;
}
#leftcol{
	display: none;
	
}
div#links{
	display: none;

}
div#links a {	
	display: none;
}
div#links a:hover {
	display: none;
}

div#content{text-align: left;
margin-left:100px;
padding-left:150px;
padding-top:10px;
	width: 60%;
	font-size: 1.0em;

}
#content .center-img {
	margin-left: 20%;
	margin-right:20%;
	padding-top:2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;


}


#content ul{
	color: #544A8C;
	margin: 12px 30px 20px 120px;
}

#content a {		
color:#544A8C;
	font-weight: normal;
	background-color: #ffffff;
	text-decoration: underline;
	padding: 0px 3px;
}

#content a:hover, #content a:active {
color:#544A8C;
	font-weight: normal;
text-decoration: none;
}



#content h1, #content h2, #content h3,{
		
	text-transform: capitalize;
}

#content h1 {
	font-size: 1.2em;
	color: #544A8C;
	text-decoration: none;
	margin-left: 10px;
	padding-bottom: 5px;	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#content h2{
	font-size: 1em;
	font-weight: 900;
	line-height: 1em;
	color: #544A8C;
	margin-left: 10px;
}

#content h3{
	font-size: 0.9em;
	line-height: 1em;
	color: #544A8C;
	text-decoration: none;
	margin-left: 20px;
}


div#links ul li{
	list-style: none;
	margin-left: -35px;
}
