/*

	i:Create Styles
	These styles are available to the client while editing an i:Create
	page.  Clients can select the below styles from a drop-down list
	to apply to text.
	
	Styles in this sheet cannot have upper-case characters or numbers.
	They must all be class selectors and not applied to specific elements
	(i.e: img.floatleft == bad, .floatleft == good)
	
*/

.none { /* empty style -- required by i:Create */ }

.homeheading
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #891324;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.heading
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	color: #891324;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.subheading
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px 5px 0px;
	color: #891324;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.imageleft
{
	float: left;
	margin: 0 20px 20px 0;
}

.imageright
{
	float: right;
	margin: 0 0 20px 20px;
}
