h2.subhead {
	clear: both;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
/*	font-size: 200%;*/
	font-size:175%;	
	line-height: 1.2em;
	color: #3A6087;
	margin: -50px 0 90px 228px;
	padding: 0;
/*	padding: 0 10px 0 228px; */
/*	width: 350px;;*/
	width: 650px;
}

/* Main content */
/*MS- commented out/changed	width: 600px; */
/*MS - When you change the #content width, you need to change the #main */
/*MS- width accordingly . Changing this will affect the ability to place links in */
/*MS- the right column */
#main {
	float: left;
	width: 850px;
	margin: -70px 0 150px 0;
	text-align: justify;
	}
#main div {
	padding: 0 10px 0 0;
	}

/*MS-Changed the top margin from 55px to 0px to move up the product banner  */	
#left_column {
	float: left;
	width: 175px;
	margin: 0px 0 50px 0;
	padding: 0;
	}
	
/* Product information*/	
/*MS - Changed width was - width: 350px; */
/*MS - When you change the #content width, you need to change the #main */
/*MS- width accordingly. Changing this will affect the ability to place links in */
/*MS- the right column */
#content {
	float: right; 
	width: 600px;
	margin: 0;
	padding: 0;
	}

#content ul {
	list-style-type: disc;
	}

#content ul ul {
	list-style-type: circle;
	}

/* Formating for individual product info */
#content li {
	margin-left: -10px;
	padding-left: -10px;
	font-size: 100%;
	text-align: left;
	padding-bottom: 7px;
	}
	
#content li ul li, #content li ol li {
	font-size: 90%;
	text-align: left;
	}

#right_column {
	float: right;
	width: 200px; 
	margin: -65px 0 0 0;
	}
	
#right_column div {
	padding-right: 10px;
	}

#right_column div ul {
	list-style-type: none;
	}

#right_column div ul li {
	background: url(/images/misc/bullet_green.gif) left 25% no-repeat; 
	padding-left: 20px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 125%;
	line-height: 1.2em;
	color: #3A6087;
	padding-bottom: 15px;
	}

#news {
	background: url(../../images/backgrounds/round_box_news.jpg) no-repeat top left;
	width: 324px;
	height: 165px;
	margin: 0;
	padding: 7px 0 0 0;
	color: #333;
	font-size: 90%;
	}

#news div {
	overflow: auto;
	scroll: auto;
	width: 300px;
	height: 155px;
	margin: 0 10px 0 10px;
	padding: 0;
	}

.product_banner {
	width: 150px;
	margin: 15px auto;
	margin-left: 25px;
	padding: 0;
	}
	
.product_banner p {
	text-align: center;
}
