﻿body {
	font-family: 'Century Gothic', Arial;
	font-size: 1em;	
	margin: 10px;
	padding: 10px;
	background: #FFF;
	font-size: 70%;
}


h1 {
	font-size: 160%;
	color: #145c9e;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear: both;
}
h2 {
	font-size: 100%;
	color: #145c9e;
	font-weight: 300;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	clear: both;
	text-transform: capitalize;
}
h3 {
	font-size: 90%;
	color: #145c9e;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}
small {
	font-size: 70%;
	color: #006666;
}
.right {
	text-align: right;
	margin-right: 4px;
	z-index: 1;
}

.cta {	
	margin: 0;
	float: left;
	position: relative;
	z-index: 100;
	font-size: 70%;
	color: #006666;
}

#content { 
	float: right;
	display: inline;
	width: 690px;
	padding: 20px;
	font-size: 80%;
}
#content li {
	list-style: none;
	background: url(/Images/Features/featureBullet.png) no-repeat;
	margin: 2px 0px 4px 10px;
	padding: 1px 0px 0px 14px;
}















