/* GLOBAL STYLES */
#HomeContent,#MainContentContainer,.editDoc,.editDoc p,.editDoc UL,.editDoc H1,.editDoc H2,.editDoc H3,.editDoc H4,.editDoc H5,.editDoc H6,.editDoc TD {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.050em;
	font-style:normal;
	line-height:1.4em;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}
.editDoc ul,.editDoc ol {
	padding-left:18px;
	padding-bottom:10px;
}
.editDoc H1,
.editDoc H2,
.editDoc H3,
.editDoc H4,
.editDoc H5 {
	font-family:Georgia,"Times New Roman",serif;
}
.editDoc H1 { 
	font-size:2.2em;
	font-weight: bold;
	padding-bottom: 7px;
	
}
.editDoc h1.green {
	color:#33755B;
}
.editDoc h1.brown {
	color:#6B5941;
}
.editDoc .textRight H1 {
	color:#33755b;
}
.editDoc H2,
.editDoc H3,
.editDoc H4 {
	padding-top:5px;
	margin-bottom:10px;
}
.editDoc H2 {
	font-size: 2.2em;
	font-weight:bold;
	color: #6b5941;
}
.editDoc H3 {
	font-size: 2em;
	color: #80a999;
}
.editDoc H4 {
	font-size: 1.4em;
	color: #6b5941;
	font-weight: bold;
}
.editDoc H5 {
	color: #e97727;
  font-weight: bold;
  font-size: 12px;
}
.editDoc H6 {
	font-weight: bold;
}
.editDoc P	{
	padding-bottom:10px;
}
.editDoc P I {
	padding: 0px;
	margin: 0px;
}
/* Link formatting */
a {
	text-decoration:none;
	/*color:#6b5941;*/
	color: #d45c0a
}
/*a:visited {
	text-decoration:none;
	color:#828CD9;
}
a:active {
	text-decoration:underline;
	color:#4A5BD9;
	background-color:#EEEEEE;
}
a:hover {
	text-decoration:underline;
	color:#4A5BD9;
	background-color:#EEEEEE;
}*/

/* ALIGNMENT STYLES */
.editDoc .left {
	text-align: left;
}
.editDoc .center {
	text-align: center;
}
.editDoc .right {
	text-align: right;
}
.editDoc img.left, img.left {
	float: left;
	margin-right: 10px;
}
.editDoc img.right, img.right {
	float: right;
	margin-left: 10px;
}
.editDoc dl.specialImage {
	text-align: center;
	font-size: 80%;
	margin-bottom: 0.5em;
	margin-right: 10px;
}
.editDoc dl.left {
	float: left;
}
.editDoc dl.right {
	float: right;
}
.editDoc dl.specialImage dd {
	margin: 0 0 0.5em 0;
}
.editDoc dl.specialImage img {
	margin: 0;
}

/* DOWNLOADABLE ASSET STYLES */
.downloadable {
	width: 390px;
	margin-left: 0px;
	font-size: xx-small;
	border: 1px #CCCCCC solid;
	background-color: #EEEEEE;
}
.downloadable .icon {
	border-right: 1px #CCCCCC solid;
	padding: 0px 10px;
	background-color: #FFFFFF;
	font-size: xx-small;
}
.downloadable .type {
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	font-size: xx-small;
}
.downloadable .size {
	width: 80%;
	padding-left: 10px;
	font-size: xx-small;
}
.downloadable .title {
	font-weight: bold;
	padding-left: 10px;
	font-size: xx-small;
}
.downloadable .download {
	width: 20%;
	text-align: right;
	padding-right: 10px;
	font-size: xx-small;
}
.pageFooterText {
	text-transform: uppercase;
}

.req {
	color: #FF0000;
}

.selectedText {
	font-weight: bold;
}
.contactTop {
	text-transform: uppercase;
}

