/**********************************************************/
/******************* Redefine HTML tags *******************/
/**********************************************************/
/* ------ IMPORTANT ---- 
For this style sheet to work effectively, the doctype of the HTML file must be
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

Otherwise IE will go into quirks mode and features like centering via auto margins will not work.
*/
body {
	background-color: #E9EEE9;
	padding: 0px;
	margin: 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
/**********************************************************/
/******************* General classes **********************/
/**********************************************************/
.cellleftcolumn {
	display: none;
}
.cellrightcolumn {
	display: none;
}
.cellcontent {
	background-color: #FFFFFF;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 220px;
}
.breadcrumbs {
	display: none;
}
/**********************************************************/
/******************* IDs and related classes **************/
/**********************************************************/
.roundedtoprowsection
{
	display: none;
}
.roundedmiddletopcell
{
	display: none;
}
.roundedbottomrowsection
{
	display: none;
}
.roundedmiddlebottomcell
{
	display: none;
}
.roundedtopcornercell
{
	display: none;
}
.roundedbottomcornercell
{
	display: none;
}
.logoimage {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 8px;
	border: none;
}
#logosection table
{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #406679;
	text-align: right;
	vertical-align: top;
	padding: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-style: none;
	border-left-style: none;
}
#logosection table td p
{
	margin: 0px;
	padding: 0px;
	display: none;
}
#horizontalnav1 table
{
	display: none;
}
#searchrow table
{
	display: none;
}
.verticalnav1 {
	display: none;
}
.verticalnav2 {
	display: none;
}
#featuredlist table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	border-collapse: collapse;
	margin: 4px auto;
	display: none;
}
#itempagethumbs table
{
	display: none;
}
#quicklinks table
{
	display: none;
}
#footersection
{
	display: none;
}
#payloadsection
{
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border-right-style: none;
	border-left-style: none;
}
