.floatClearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#easierinteropE2M { width: 100% }

#e2mSystem blockquote {
	margin: 1em;
}
#e2mSystem ul, #e2mSystem li {
    /*line-height: normal !important;*/
	margin: 1em;
	/*padding: 0 !important;*/
	padding: 0;
}
#e2mSystem ol {
	margin: 1em;
	padding: 0 !important;
}
#e2mSystem dl {
	margin: 1em;
}
#e2mSystem fieldset {
	margin-bottom: 1em;
}
#e2mSystem table {
	margin-bottom: 1em;
	width:auto;
	clear:none;
}
#e2mSystem td, th, tr {
    /*line-height: normal !important;*/
    /*padding: 0 !important;
    margin: 0 !important;*/
}
#e2mSystem {
	margin-bottom: 1em;
}

#e2mSystem P {
	margin-bottom: 1em;
}
#e2mSystem H3 {
	font-family: Trebuchet MS, Lucidia Sans, Arial;
	font-size: 16px;
}
#e2mSystem ul {
	margin-left: 2em;
	padding: 0 !important;
	font-family: Trebuchet MS, Lucidia Sans, Arial;
	font-size: 12px;
}
#e2mSystem ol, dl {
	/*bringing lists on to the page with breathing room */ /*margin-left: 2em; 	font-family: Trebuchet MS, Lucidia Sans, Arial; 	font-size: 12px;*/
}
#e2mSystem ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
#e2mSystem ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
#e2mSystem dl, dd {
	/*giving UL's LIs generated numbers*/
	margin-left: 1em;
}
#e2mSystem caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom: .5em; /*centered so it doesn't blend in to other content*/
	text-align: center;
}
#e2mSystem img {float:none;padding:0;padding-left:2px;}

.ULContainer { width: 100%; text-align: center; }
.ULinnerContainer { width: 80%; text-align: left; }
.ULContainer1 { float: left; width: 49%; }
.ULContainer2 { float: right; width: 49%; }

#e2mSystem a {
	color: blue;
}
#e2mSystem a:link {
	color: blue;
}
#e2mSystem a:visited {
	color: navy;
}
#e2mSystem a:hover {
	color: red;
}

#e2mSystem input, select, textarea { /*width: auto;*/ }
.formTable label {
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}
#e2mSystem input[type="submit"]
{
    width:auto;
    padding:0;
}