/* Text Stylesheet 
    Author: Matt Radel on June 9th, 2008 */
	
p {
	margin: 5px 0 8px 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.6em
}

#innerCol ul {
	font-size: 13px;
	line-height: 1.6em
}

	#innerCol ul li {
		padding-bottom: 6px;
	}

h1 {
	font-family: georgia, times, serif;
	color: #005f7d;
	font-size: 30px;
	font-weight: normal;
	margin: 12px 0 7px 0;
	padding: 0;
	line-height: 1.2em
}

	h1 small {
		display: block;
		font-size: 16px;
	}

h2 {
	font-family: georgia, times, serif;
	color: #3a9d44;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
	font-style: italic;
	line-height: 1.4em
}

h3 {
	font-family: georgia, times, serif;
	color: #663300;
	font-size: 17px;
	font-weight: normal;
	margin: 6px 0;
	padding: 0;
	font-style: italic;
	line-height: 1.5em
}

/* Standard Goodies */

.underline {
	text-decoration: underline
}

.strikethrough {
	text-decoration: line-through
}

.indent	{
	padding-left: 20px
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}

.imageFloatLeft {
	float: left;
	padding: 0 10px 10px 0;
}

.imageFloatRight {
	float: right;
	padding: 0 0 10px 10px;
}




