/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family:Verdana,Arial,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#1C5D00;
	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;
		line-height:1.4em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    }

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:#1C5D00;
}
.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;
	color: #1C5D00;
	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;
}
.typography dl {
	text-align: center;
	padding-bottom: 15px;
	color:#1C5D00;
}

.typography dl dt {
	font-weight: bold;
	font-style: italic;
}

.typography dl dd {
	padding-bottom: 15px;
}
.firstletter:first-letter { font-size:400%; float:left; line-height:.8em; color:#1C5D00;}
#side_bar .quote {font-style:italic; font-weight: bold; font-size: 11px; margin-bottom: 0px; padding-bottom: 0px;}
#side_bar .test_name {font-style:italic; font-size: 9px; margin-bottom: 10px;}
#signup label, #header_signup label {width: 130px; text-align: right; float: right; text-align: left; margin: 0px; padding: 0px; }
#signup input.text, #header_signup input.text { width:100px;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			adding:3px; float: left; }
#signup fieldset, #header_signup fieldset {border: 0px; display: inline; float: left; width: 250px;}

#side_bar p.more a {color:#1C5D00; font-size: 10px; }


