/* global defaults for display */
@import "Standard_nonav.css";

/* set the desired width of the page */

.tbPage
{
	text-align: center;
	width: 980px;
	margin-top: 10px;
}

.tbPage .Header
{
	text-align: center;
}

.tbPage .LeftCol
{
	text-align: center;
	width: 180px;
	padding: 0px 10px 0px 0px;
	display: block;
}

.tbPage .Content
{
	padding: 10px 0px 0px 0px;
	text-align: left;
	width: 100%;
}

.tbPage .RightCol
{
	display: none;
}

.tbPage .Footer
{
	text-align: center;
}
