
body
{
	font-family: "Arial";
	font-size: 11px;
	line-height: 15px;
	color: #333;


text-align: center;



}

.bg_printer_page
{
width: 540px;
text-align: left;
}

.credit
{
	clear: left;

	width: 950px;
	text-align: right;
	height: 10px;
	padding: 10px;
	padding-right: 30px;
}

.qlinks
{
clear: left;
}

object
{background-color: #fff;
}
.wrapper
	{
	width: 980px;
	margin: 0 auto;
	text-align: left;
		background-position: center;
background-image: url(/images/border.jpg);
background-position: bottom;
	background-repeat: no-repeat;

	}
	
	.wrapper:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	}
	.nav, .head
	{
	float: left;
	width: 959px;
	}
	
	.nav
	{height: 110px;
	border-bottom: 5px solid #990000;
	margin-bottom: 5px;
	}
	
	.head
	{
	padding-left: 5px;
	}
	
	.nav ul li
	{
	display: inline;
	float: left;
	padding: 10px;
	}
	
.first, .homefoot
{
	margin-bottom: 15px;
	}
	
	.foot
	{
	margin: auto;
	width:945px;
	text-align: right;
	color: #999;

	}
	
	.foot a
	{
	text-decoration: none;
	color: #999;
	}
	
	
	
	/* liScroll styles */

.tickercontainer { /* the outer div with the black border */

width: 738px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 718px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #000;
text-decoration: none;
font: 14px Arial;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
