.masthead {
	height: 27px;
	background-image: url(../images/masthead_interior.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.content {
	padding-top: 24px;
	padding-bottom: 20px;
	overflow: auto;
}

.page_title {
	padding-left: 152px;
}

.subnavs {
	float: left;
	width: 132px;
	height: 100px;
	/*margin-top: 32px;*/
	margin-left: 20px;
}
.subnavs ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.subnavs ul li {
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

.copy {
	float: left;
	padding: 0px;
	width: 460px;
}
.copy p {
	margin-top: 0px;
	padding-top: 0px;
}
.copy ul {
	list-style-image: url(/images/bullet.gif);
}
.copy a:link {
	color: #D0A055;
	text-decoration: none;
}
.copy a:visited {
	color: #D0A055;
	text-decoration: none;
}
.copy a:hover {
	color: #D0A055;
	text-decoration: underline;
}
.copy a:active {
	color: #D0A055;
	text-decoration: none;
}

.product {
	text-align: center;
	float: right;
	/*width: 302px;	/* it must be 302 to allow for a 1px border on each side of an image that uses the .border class */
	width: 250px;
	margin-right: 20px;
}
.product div {
	margin-left: auto;
	margin-right: auto;
	width: 140px;
}
.product div ul {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 12px;
}
.product div ul li {
	margin-bottom: 12px;
}

.no_top {
	margin-top: 0px;
	padding-top: 0px;
}

.no_bottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ul.pdf-list {
	margin-left: 0px;
	padding-left: 18px;
	list-style: none none none;
}
ul.pdf-list li {
	list-style: none;
	background-image: url(../images/icon_pdf_trans_sm.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.errorBox {
	background-color: #F9FABE;
	color: #990000;
	border: solid 1px #990000;
	margin-bottom: 12px;
}
.errorBox strong {
	color: #990000;
}
.errorBox ul li {
	list-style-image: none;
}
.errorRow {
	background-color: #F9FABE;
	color: #990000;
}

.checkBoxRow td {
	padding: 1px;
}