/* Custom CSS ******************************************************************/
/* Loud copy at top of page*****************************************************/
#page_head {
	background: transparent;
}
#page_head h1 {
	color: #A62A2A;
	font-size: 2.3em;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 10px 0;
}
#page_head h2 {
	color: #A62A2A;
	font-size: 1.2em;
	font-weight: 200;
	text-align: center;
	padding: 10px 0 10px 0;
}
#page_head h3 {
	color: #A62A2A;
	font-size: 1.1em;
	font-weight: 200;
	text-align: center;
	padding: 10px 0 10px 0;
}
#page_head h4 {
	color: #A62A2A;
	font-size: 1.0em;
	font-weight: 400;
}
#page_head h5 {
	color: #A62A2A;
	font-size: 0.9em;
	font-weight: 800;
}
#page_head h6 {
	color: #A62A2A;
	font-size: 0.8em;
	font-weight: 800;
}
.signature {
	font-family:"Lucida Calligraphy", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	padding:20px 0;
}
.mail {
	text-align: center;
}
.toc_table {
	width: 300px;
	border: inset #990000 10px;
	text-align: left;
}
.johnson_box {
	background: #FFFFDE;
	width: 500px;
	border: dashed #000000 5px;
}
/* Sample Copy *****************************************************************/
.samplecopy {
	font-size: 18px;
	text-align: justify;
}
.sample_outer {
	background:transparent;
	border:ridge #0D2E85 10px;
	width:680px;
	padding:3px;
	margin:0 auto;
}
.sample_inner {
	background:#ECE9D8;
	border-top:solid #000 1px;
	border-left:solid #000 1px;
	border-bottom:solid #000 2px;
	border-right:solid #000 2px;
	padding:20px 50px;
	margin: 0 0 -7px 0;
}
.toc_outer {
	background:transparent;
	border:ridge #0D2E85 10px;
	width:280px;
	padding:3px;
	margin:0 auto;
}
.toc_inner {
	background:#ECE9D8;
	border-top:solid #000 1px;
	border-left:solid #000 1px;
	border-bottom:solid #000 2px;
	border-right:solid #000 2px;
	padding:10px;
	margin: 0 0 -14px 0;
}
/* Opt in form *****************************************************************/
.opt_in_right, .opt_in_mid {
	background: transparent url(images/opt-in-bck.png);
	width: 220px;
	height: 400px;
}
.opt_in_right {
	float: right;
	margin-left: 20px;
}
.opt_in_mid {
	margin: 0 auto;
}
.clear_both {
	clear: both;
}
.l1_fieldset {
	border: none;
	padding-left: 20px;
}
.l1_legend {
	background: transparent;
	color: #FFFF00;
	font-weight: 700;
	margin-top: 10px;
}
.l1_label {
	font-weight: 700;
}
.l1_submit {
	width: 180px;
}

/* Content ******************************************************************/
#main_content {
	background: transparent;
	width: 750px;
	margin: 0 auto;
}
#left_content, #right_content {
	background: transparent;
	width: 500px;
	margin: 0 auto;
}
/* Shopping Cart ***************************************************************/
.tc_store {
	background: #ffffff url('images/product-display-bg.jpg') repeat-x;
	width: 725px;
	padding: 0 10px 10px 10px;
	border-top: #8F8F8F solid 1px;
	border-right: #8F8F8F solid 2px;
	border-bottom: #8F8F8F solid 2px;
	border-left: #8F8F8F solid 1px;
	margin: 5px auto;
}

