/***********************************************//* PW.css                            *//***********************************************//***********************************************//* HTML tag styles                             *//***********************************************/ body{	font-family: Baskerville,Times New Roman, Georgia,serif;	color:#000000;	font-size:13px;	line-height: 1.2;		margin: 0;	padding: 0;	background-color:#2e0f10;	background-image:url(_img/IWE-bg.gif);	background-repeat:repeat-y;	background-position:center;}a:link, a:visited, a:hover {	color:#666633;	text-decoration: underline;}a:hover {	text-decoration: underline;}/* overrides decoration from previous rule for hovered links */h1, h2, h3, h4, h5, h6 {	font-family: Baskerville,Georgia,Times,serif;	margin: 0px;	padding: 0px;}h1{ font-family: Baskerville,Georgia,Times,serif; font-size:12px; color: #333;}h2{ font-size:22px; color:#669900;}h3{ font-size:16px; color: #333;}h4{ font-size: 13px; font-style:italic; font-weight: normal; color: #333;}h5{ font-size: 13px; font-weight: normal; color: #000000;}ul{ list-style-type: square;}ul ul{ list-style-type: disc;}ul ul ul{ list-style-type: none;}label{ font: bold 100% Arial,sans-serif; color: #334d55;}				/***********************************************//* Layout Divs                                 *//***********************************************/#container{	width: 700px;	height:500px;	margin:auto;	}		#booth{	width: 500px;	height:500px;	float:left;	background-image:url(_img/GM-main_01.gif);}#feature{  	width: 200px;	height:500px;	float:right;	background-image:url(_img/GM-main_02.gif);	}#content{  	width: 170px;	height:500px;	position:relative;	left:15px;	top: 170px;}#siteInfo{	clear: both;	border-top: 1px solid #000;	font-size: 11px;	color:#CC6600;	padding: 10px 10px 10px 10px;	margin:auto;	margin-top: 0px;	width:680px;	height:80px;}#siteInfo h1{	color:#CC6600;	font-size:14px;}#siteInfo h2{	color:#CC6600;	font-size:12px;}#siteInfo p{	color:#CC6600;	font-size:12px;}#siteInfo a{	color:#FF9900;	font-size:12px;}/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)	the bottom border of the navBar in cases where they "touch" */.clear{clear:right;}/***********************************************//*Component Divs                               *//***********************************************/#siteName{	margin: 0px;	padding: 0px 0px 10px 10px;}