/*///////////////////////////////////////////////////////////
Layout & Positioning for body elements on supplemental pages
This stylsheet should only set definitions for
clear, display, float, height, margin, padding, and width
///////////////////////////////////////////////////////////*/

/* body */
div#body {
	width: inherit;
	clear: inherit;
}
div#body div#body-main {
	width: 818px;
	float: right;
}
div#body div#body-main div#copy {
	width: 672px;
	float: left;
}
/* silly work-around for IE's box-model padding bug */
div#body div#body-main div#copy div#copy-indent {
	width: 646px;
	margin-left: 26px;
}
div#body div#body-main div#copy div#copy-indent div#bread-crumbs {
	margin-bottom: 15px;
}
div#body div#body-main div#resources {
	width: 120px;
	float: right;
	margin-top: 15px;
}
div#body div#body-main div#resources dt,
div#body div#body-main div#resources dd,
div#body div#body-main div#resources dd a {
	padding: 5px;
	display: block;
}
div#body div#left-column {
	width: 147px;
	float: left;
}
div#body div#left-column div#sub-navigation ul li {
	padding: 05px;
}
div#body div#left-column form#form-my-account {
	margin: 15px 0 0 10px;
}
div#body div#left-column form#form-my-account legend {
	margin-bottom: 15px;
}
div#body div#left-column form#form-my-account input {
	margin-bottom: 10px;
}
div#body div#left-column input#my-account-email,
div#body div#left-column input#my-account-password {
	width: 120px; height: 14px;
}