body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
}
h1 {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
h2 { font-size: 24px;}
hr { display: none;}
ul { list-style-type: square;}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.insetImage_bdr, .insetImage_noBdr, .insetImage_right_bdr, .insetImage_right_noBdr, .insetImage_left_bdr, .insetImage_left_noBdr {
	margin: 2px;
}
.insetImage_right_bdr, .insetImage_right_noBdr {
	margin-left: 6px;
	float: right;
}
.insetImage_left_bdr, .insetImage_left_noBdr {
	margin-right: 6px;
	float: left;
}
.insetImage_bdr, .insetImage_right_bdr, .insetImage_left_bdr {
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}

.byline {
	font-size: 16px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 10px;
	
}
.blackTxt {	color: #000000;}
.anecdotalTxt {
	font-size: 13px;
	font-style: normal;
	font-family:Arial, Helvetica, sans-serif;
}

#header, #content, .centerAligned {
	margin: 0px auto 0px auto;
	padding: 0px;
}

.craftImage {
	border: 02px solid #000000;
}

#centerAligned {
	/*properties specific to centerAligned here...*/
}
#header, #content {
	position:relative;
	background-color: #FFFFCC;
	width: 600px;
	text-align: center;
}
#printBtn {
	margin: 18px 0px 10px 0px;
	padding: 0px;
	width: 100px;
	float: left;
}
#moreBtn {
	margin: 6px 0px 0px 0px;	
	padding: 0px;
	width: 100px;
	text-align: center;
	float: right;
}
                               
#content_left {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 230px;
	text-align: left;	
	font-size: 14px;
	float: left;/**/
}
#content_right {
	margin: 0px 15px 0px 0px;	
	padding: 10px 0px 10px 0px;
	width: 260px;
	text-align: center;
	/*top: 0;
	left: 50%;*/
	float: right;
}
#content_materials {
	clear:both;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 90%;	
	text-align:left;
}
#content_instructions {
	clear:both;
	position: relative;
	margin: 10px auto;
	padding: 0px;
	width: 90%;	
	border-style: solid; 
	border-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px; 
	border-right-width: 0;	 
	border-left-width: 0;
}
#content_center {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 500px;
	text-align: left;
	font-size: 14px;	
}
#content_divider {
	clear:both;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 90%;	
	border-style: solid; 
	border-color: #000000;
	border-top-width: 1px; 
	border-right-width: 0;
	border-bottom-width: 0; 
	border-left-width: 0;
}

#footer{
	margin-top:0;
	margin-bottom:0;
	margin-right: auto;
	margin-left: auto;
	padding:0;
	width: 620px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#990000;	
}
#footer a {
	color: #FF9933;
	text-decoration: none;
	font-weight:bold;
}
#footer a:hover {
	color: #009900;
	text-decoration: underline;
}
#printBtn_ftr {
	margin: 10px 20px 10px 0px;
	padding: 0px;
	width: 100px;
	float: right;
}
#moreBtn_ftr {
	margin: 0px;	
	padding: 0px;
	width: 100px;
	text-align: center;
	float: left;
}
#tabBtns_ftr {
	margin-right: auto;
	margin-left: auto;
	padding:15px 0px 0px 0px;
	width: 300px;
	text-align: center;
}
.copyright {
	padding:0;
	margin: 0;
	font-size:9px;
	color:#000000;
}
