/*<!-- CssBannerDefines.css --> <!-- This line is a MUST for the Banner to work -->
 <link rel="stylesheet" type="text/css" href="BannerDefines.css"> */
html { font-size: 100%; }
body 
{
	/*background: rgb(153, 153, 153) url(bg.png) repeat-x; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
/*	line-height: 95%;*/
}
h1
{
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 105%;
}
h4
{
	font-size: 90%;
}
img
{
	display: none;
}
.newstep
{
	border-top: 1px solid #AAA;
	/*page-break-before: always;*/
}
.newstep:after
{
	content: "Backstage Library Works - (800) 288-1265";
}
input.submit
{
	display: none;
}
input.text
{
	width: 100%;
}
.answer
{
	background-color: rgb(235,235,228);
	padding: 1px 35px;
	border: 1px solid #AAA;
}
.answerarea
{
	line-height: 100%;
	background-color: rgb(235,235,228);
	padding: 10px 35px;
	border: 1px solid #AAA;
}
a
{
	display: none;
}
textarea
{
	width: 100%;
}




.option
{
	margin-left: 15px;
}
.suboption
{
	margin-left: 25px;
}

#container 
{
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: rgb(255,255,255);
	position: relative;
}

/*Page header style */
#header 
{
	margin: 0;
	height: 95px;
	background: #FFF url('header_gradient.gif') bottom repeat-x;
	font-family: Helvetica, sans-serif;
	width: 625px;
	float: left;
	display: none;
}
#righthdr
{
	float: right;
	width: 175px;
	display: none;
}
.topbar {
position:relative;
top:0px;
left:0;
width:100%;
height:10px;
clear: both;
display: none;

}
/* Top Menu Styles */
#topmenu
{
	height: 20px;
	width: 100%;
	color: rgb(174, 128, 3);
	clear: both;
	display: none;
}

/*Main Page layout */
#left {
	width: 199px;
	float: left;
	display: none;
}

textarea
{
	width: 100%;
	height: 250px;
	display: block;
}
