/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */

/* STYLE REQUIRED BY iCreate -- DO NOT DELETE */
.None {/*an empty style always required for sites using iCreate*/}

/* FIRST CONTAINER STYLE HERE */
.picture_border {
	border: 9px solid #eeeeee;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;


}
.heading {
	font-size: 16px;
}
.picrightalign {
	margin-right: 12px;
	padding-right: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	float: left;
}
.bold {
	font-weight: bold;
}
.grey {
	color: #333333
}
.homepageheading {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

.tablerow
{
	background-color: #FFFFFF;
}
	
.tablealternaterow
{
	background-color: #e5d6ad;
}