html, body
{
	height: auto !important; /* FF and compliant browsers should automatically size the body/html */
	height: 100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
	min-height: 100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
	width: auto !important; /* FF and compliant browsers should automatically size the body/html */
	width: 100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
	min-width: 100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #666666;
}

p
{
	font-size: .8em;
}

.header
{
	width: 781px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 0 0;
	z-index: 101;
}
.container
{
	padding: 0 0 0 0;
	width: 781px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #bdc490;
	vertical-align: top;
	z-index: 100;
		margin-top: -5px;
			height: auto !important; /* FF and compliant browsers should automatically size the body/html */
	height: 100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
	min-height: 100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */

}
.sidebar
{

	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	background-color: inherit;
	z-index :101;
}
.content
{

	float: right;
	width: 520px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: White;
	z-index :102;
	vertical-align :top ;
	min-height:480px;
	height: auto ;
}


.container div .content table {
	text-align: left;
}
.container div .content table {
	font-family: Verdana, Geneva, sans-serif;
}
