@charset "utf-8";
/* CSS Document */
Add to Head of Site in order to make backward compatible with older IE 
[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]
Copy dist folder from samplestyles/hemlshiv folder to root folder of site. This folder contains html5shiv.js and html5shivprint.js 
p
{
	text-indent: 5px;
	padding-right: 5px;
	padding-left: 5px;
}


.imgleft
{
	clear: left;
	float: left;
	width: 300px;
	height: 200px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.imgright
{
	clear: right;
	float: right;
	padding: 1mm;
	border-radius: 20px;
	height: 200px;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.header {
	size: auto;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 150%;
	background-color: #0F9;
	height: auto;
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
	float: left;
	width: 90%;
}

.PicText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	height: auto;
}
.TextBlock
{
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFC;
	text-align: left;
	float: left;
	width: auto;
	margin-left: 5px;
	border: 3px double #36C;
	margin-right: 5px;
	margin-bottom: 5px;
}
