ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*----------------------
       LEFT COLUMN
-----------------------*/

#lftCl {
	width: 570px;
	float: left;
	padding-left: 20px;
}

.contentBox {
	background-color: #E0D6BB;
	display: block;
	border: 1px solid #9D753E;
	width: 570px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	clear: both;
}
.contentBox .text {
	font-size: 10px;
	line-height: 14px;
	margin-left: 20px;
	margin-top: 5px;
	display: block;
	margin-right: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
.contentBox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.contentBox li {
	margin: 0px;
	padding: 0px 0px 2px;
	list-style-type: none;
	float: left;
	clear: both;
	width: 400px;
}
.boxHead {
	color: #3C2E22;
	background-color: #FFFFFF;
	display: block;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #846643;
	padding: 0px;
	margin: 0px;
}
.boxHead h1 {
	background-image: url(/hom/_common/images/arrow_ochre_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	color: #3C2E22;
	font-size: 11px;
	line-height: 11px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	clear: both;
}
.boxSubhead {
	background-color: #846643;
	margin-top: 12px;
}
.boxSubhead h1 {
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 35px;
	font-weight: normal;
}
.boxText {
	background-color: #FFFFFF;
	display: block;
	border: 1px solid A69A7F;
	width: 520px;
	margin-left: 20px;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.boxText p {
	font-size: 10px;
	line-height: 12px;
	vertical-align: top;
}

.startLink {
	font-size: 13px;
	line-height: 13px;
	color: #69513A;
	background-image: url(../_common/images/arrow_continue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-left: 30px;
	margin-right: 10px;
	margin-top: 20px;
	height: 15px;
	margin-bottom: 20px;
	float: left;
}
.startLink a {
	color: #69513A;
	text-decoration: underline;
	display: block;
}


/*----------------------
      INFO TABLE
-----------------------*/

#infoTable {
	display: inline-table;
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
}
#infoTable .textRight {
	text-align: right;
	font-weight: bold;
}

/*----------------------
      RIGHT COLUMN
-----------------------*/

#rtCl {
	display: block;
	width: 208px;
	border: 1px solid #ADA28A;
	float: left;
	background-color: #f7f3e4;
	margin-left: 15px;
}
.title {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	display: block;
	height: 22px;
	width: 193px;
	color: #BF9280;
	padding-top: 10px;
	padding-left: 15px;
}
#stamps {
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 40px;
}
