@charset "utf-8";
.twoColFixLtHdr #mainContent h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #870505;
}
.twoColFixLtHdr #mainContent img.floatleft {
	border: 2px solid #870505;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #mainContent img.nofloat {
}
.twoColFixLtHdr #mainContent a {
	color: #870505;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #AF0404;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent #caption {
	font-size: 9px;
	clear: left;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 35px;
	margin-left: 30px;
	width: 239px;
}
.style3 {
	color: #870505;
	font-weight: bold;
}
.style4 {
	color: #870505;
	font-weight: bold;
	font-size: 14px;
}
.quoter {
	font-weight: bold;
	text-align: right;
}
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
	margin: 0px;
	width: 800px;
	position: static;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #mainContent {
	background-image: url(images/EMBackgroundtile.gif);
	background-color: #FFC999;
	background-repeat: repeat-y;
	background-position: 0px 30px;
	width: 612px;
	z-index: auto;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BC5C5C;
	float: none;
	position: relative;
	clear: none;
	padding: 0px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent hr {
	width: 100%;
	height: 1px;
}
.twoColFixLtHdr #rb1 {
	width: 216px;
	float: right;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0em;
}
.twoColFixLtHdr #mainContent img.booklaunch {
	border: 2px solid #870505;
}
.twoColFixLtHdr #footer {
	padding: 0px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
.twoColFixLtHdr #footer a {
	text-decoration: none;
	color: #000000;
}
.twoColFixLtHdr #footer a:hover {
	color: #870505;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.input {
	width: auto;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
.formlabel {
	width: 113px;
	text-align: right;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}
.formlabelindented {
	float: left;
	display: block;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 123px;
	margin-top: 0px;
	padding: 0px;
}
.input2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	display: block;
}
.formbooks {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
}
