@charset "UTF-8";


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12pt;
	background-color:#e0eff4;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12pt;
}
th {
	background-color:#72b2c8;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12pt;
	font-weight:bold;
}
tr.odd {
	background-color:#cfe5ee;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12pt;	
}
tr.odd td{
	border-right-color:#aad5e4;
	border-right-width:thin;
	border-right-style:solid;
}
tr.even {
	background-color:#aad5e4;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12pt;
}
tr.even td {
	border-right-style:solid;
	border-right-color:#cfe5ee;
	border-right-width:thin;
}
td.product {
	background-color:#72b2c8;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12pt;
}

#logoText {
	position:absolute;
	width:98%;
	top:45px;
	z-index:5;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	text-indent:-5px;
}
#logoText.twoline {
	position:absolute;
	width:98%;
	top:30px;
	z-index:5;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	text-indent:-5px;
}
#logoDiv {
	position:absolute;
	z-index:0;
	text-align:center;
	width:98%;
	top:0px;
}

#menuDiv {
	/*position: absolute;
	top:190px;
	height:20px;*/
	width:884px;
	z-index:2;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#menuBkg {
	position: absolute;
	top:190px;
	left:10px;
	width:98%;
	height:20px;
	background-color:#FFFFFF; 
	z-index:1;	
}



#vendorMenuDiv {
	position: absolute;
	left:10px;
	top:220px;
}
#vendorContentDiv {
	position: absolute;
	left:0px;
	margin:0px;
	padding:0px;
	top:12px;
	width:548px;
	z-index:1;
}
#vendorIframeDiv {
	position: absolute;
	left:370px;
	top:220px;
	width:550px;
	height:auto;
	z-index:1;
}


#generalContentDiv {
	position: relative;
	top:220px;
	left: 220px;/**/
	width:400px;
	height:auto;
	z-index:1;
}

#communityContentDiv {
	position: relative;
	top:220px;
	left: 220px;/**/
	width:650px;
	height:auto;
	z-index:1;
}
#communityContentDiv li{
	margin-bottom:6px;
}
#seasonalChartDiv {
	width:650px;
	height:auto;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

.header {
	font-size:16px;
}

.bold16 {font-size: 16px; font-weight: bold; }

.font16 {font-size: 16px; }

.vendorhead {font-size: 20px; font-weight: bold; }
