/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Georgia, Times, 'Times New Roman', serif;
	font-size:12px;
}

.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	line-height:1.5em;
	font-size:1.1em;
}
.typography p {
	margin-bottom:20px;
}


/** CMS LIST STYLES **/

	/*
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}

.typography ul li,
	.typography ol li {
		margin:4px 10px;
	}

		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }
*/

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	color:#0083C8;
}/*
.typography h1,
.typography h4 {
	font-weight:bold;
}
.typography h2,
.typography h3 {
	font-weight:normal;
}
	.typography h1 {
		font-size:2.2em;
	}
	.typography h2 {
		font-size:2.2em;
	}
	.typography h3 {
		font-size:1.6em;
	}
	.typography h4 {
		font-size:1.4em;
	}

/* LINK STYLES */
.typography a {
	color:#0083C8;
  font-size:1em;
	text-decoration:underline;
}
	.typography a:hover {
		  text-decoration:none;
	}
	
	
.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}

	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

/* CONTENT STYLES */

#ContentOuter h1 {
	padding-bottom: 10px;
}

#ContentOuter h2, #ContentContainer h2,
#ContentOuter h3, #ContentContainer h3,
#ContentContainer h3 a {
	color: #00693F;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 7px;
}

#ContentContainer #section-head-right h2 {
	font-size: 14px;
	padding-bottom: 5px !important;
}

#ContentOuter a, #ContentContainer a {
	color: #882287;
	font-size: 12px;
}

#ContentOuter h4, #ContentContainer h4,
#ContentOuter p, #ContentContainer p, #ContentOuter span,
#ContentOuter li, #ContentContainer li,
#ContentContainer label, #Footer p, #Footer a {
	color: #000000;
	font-size: 12px;
}


/* FOOTER STYLES */
#Footer a
{
	color: #882287;
}

	#Footer a:hover {
			text-decoration:none;
	}

#Footer h2 {
	font-size: 16px;
	font-weight: normal;
}

#Footer p, #Footer a {
	font-size: 11px;
	line-height: 1.5em;
}


/**
 * Overrides
 **/
 
.bold {
	font-weight: bold;
}