/*Microsites main style*/
div.mainArea{
	margin: 5px 5px 5px 1pt;
	padding: 5px;
	white-space:nowrap;
	height: 170px;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
/*Define 3 column lower Area*/
div.lowerAreaMS {width:660px;}
div.lowerAreaMS div.leftCol{
	width:242px;
	height:875px;
	float:left;
	padding: 0px 10px 0px 5px;
	background-color:#ffffff;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	left: 10px;
	top: auto;
	right: auto;
	bottom: auto;
}
div.lowerAreaMS div.midCol{
	width:242px;
	height:875px;
	float:left;
	padding: 0px 10px 0px 5px;
	margin-top:0px;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-left: 1em;
}
div.lowerAreaMS div.rightCol{width:180px;float:right; margin-top:0;}

/*content*/

div.lowerAreaMS p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 13px; color: #666666; margin-top: 0px; margin-bottom: 3em; }
div.lowerAreaMS a:link {color: #666666; text-decoration: none;}
div.lowerAreaMS a:visited {color: #BFBFBF; text-decoration: none;}
div.lowerAreaMS a:hover {color: #0066FF; text-decoration: underline;}
div.lowerAreaMS a:active {color: #666666; text-decoration: none;}
div.lowerAreaMS h1 { margin: 0; }
div.lowerAreaMS div.leftCol h2, div.lowerAreaMS div.midCol h2, div.lowerAreaMS div.rightCol h2 { margin-top: 0; margin-bottom: 15px; }
div.lowerAreaMS div.leftCol h3, div.lowerAreaMS div.midCol h3, div.lowerAreaMS div.rightCol h3  {  font-size: 11px; color: #336699; font-weight: bold; margin-top: 0; margin-bottom: 0; }
div.lowerAreaMS h3 a:link {color: #336699; text-decoration: none;}
div.lowerAreaMS h3 a:visited {color: #336699; text-decoration: none;}
div.lowerAreaMS h3 a:hover {color: #0066FF; text-decoration: underline;}
div.lowerAreaMS h3 a:active {color: #336699; text-decoration: none;}
ul.wa {font-size: 11px;line-height: 11px;color: #666666;list-style: none;padding: 0;margin: 0;}
ul.wa li {margin-bottom: 2px;}

