@charset "utf-8";
/****************************
This style sheet defines the layout for 
a wide continuously scrolling printer sheet
*****************************/

body 
{
	background-image: url(../graphics/CastIronTile.jpg);
	background-attachment: fixed;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000;
	background-color: #F9F9F9;
	text-align: center;
}
 
p 
{
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.1;
	width: 90%;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}
 
a 
{
	margin: 0;
	/*	font-size: 14pt; */
	text-decoration: none;
	color: #000;
	line-height: 1.2;
	cursor: pointer;
}
 
a:hover 
{
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
a:visited {}

li 
{
	line-height: normal;
	margin-left: 5%;
	margin-bottom: 3px;
	font-size: 12pt;
	/* [disabled]width: 80%; */
	/* [disabled]background-color: #9F0; */
	margin-right: 2%;
}
 
h1 
{
	font-family: "Courier New", Courier, monospace;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
 
h2 
{
	font-family: "Courier New", Courier, monospace;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
}
 
h3 
{
	font-family: "Courier New", Courier, monospace;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	margin: 0;
	margin-top: 20px;
} 

#contentMain  
{
	background-image: url(../graphics/PrinterNewPaperTile.png);
	background-repeat: repeat-y;
	width: 1024px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 0px;
	padding-top: 20px;
}	

#contentSection 
{
	width: 830px;
	margin-left: 98px;
	margin-top: 10px;
}

#contentText 
{
	margin-right: 100px;
	text-align: left;
	float: right;
	width: 420px;
	margin-top: 16px;
}

#featureBar 
{
	height: 27px;
	width: 830px;
	margin-left: 98px;
	background-color: #666;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}

#tearLine 
{
	background-image: url(../graphics/PrinterTornEdge.png);
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 36px;
}

#foldLine 
{
	height: 20px;
	width: 915px;
	margin-left: auto;
	margin-right: auto;
}
