body 
{
	background-color: #bfd5ed;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.brokers
{
	background-color: #bfd5ed;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 5%;
	margin-right: 5%;
}

div.banner
{
	background-color: #0033cc;
	color: #000000;
	margin: 0 auto;
	text-align: center;
}

div.navbar
{
	background-color: #CC0000;
	color: #000000;
	padding: 0px;
	height: 16px;
	margin: 0 auto;
	width: 100%;
}

div.recipes
{
	background-image: url("http://mwpolar.com/images/recipes_bg.jpg");
	background-repeat: no-repeat;
}

div.white_on_red
{
	background-color: #DE6551;
	color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
}

div.white_on_green
{
	background-color: #66C252;
	color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
}

div.white_on_brown
{
	background-color: #A48351;
	color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
}

div.white_on_orange
{
	background-color: #DEA251;
	color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
}


h3.stores
{
	color: #666666; 
	background-color: #bfd5ed; 
	text-align: center
}

img
{
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: text-bottom;
}


img.banner
{
	background-color: #0033cc;
	color: #000000;
	margin: 0 auto;
}

img.navbar
{
	display: inline;
	height: 16px;
}

img.recipes
{
	/* Method 1: absolute position and let the text be auto, 
	 * however this method prohibis us centering the image 
	position: absolute;
	top: 135px;
	z-index: 1;
	left: 40%;
	*/
	/* Method 2: move the text up by image height pixels */
	position: relative;
	z-index: 1;
	margin: auto;
	
}

table.index2
{
	margin-left: auto; 
	margin-right: auto; 
	height: 686px;
}

table.navbar
{
	padding: 0px;
	height: 16px;
	margin: 0 auto;
	display: table;
}

div.blue
{
	background-color: #FFFFCB;
	color: #000099;
	padding-left: 5px;
	text-align: left;
}

span.stores
{
	color: #CC0000;
	background-color: #bfd5ed;
}

span.red
{
	background-color: #FFFFCB;
	color: #D93F32;
	padding-left: 5px;
}

table.stores
{
	border: 0;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

td.index2
{
	border: 0px;
	padding: 0px;
	vertical-align: top;
}

td.west
{
	background-color: #CCCCFF;
	color: #000000;
}

td.mid-west
{
	background-color: #FFCCCC;
	color: #000000;
}

td.south-east
{
	background-color: #FFFFBB;
	color: #000000;
}

td.north-east
{
	background-color: #AACCAA;
	color: #000000;
}

td.stores
{
	text-align: center;
	display: table-cell;
}
