/*homepage CSS definitions*/


#flash,
#hp_content {
width: 695px;
background-color:#FFFFFF;
}
#hp_container
{width: 906px;
overflow:hidden;
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto
}
#hp_content_wrapper
		{
			width: 695px;
			margin: 0 auto;
			
	overflow:hidden;
	background-color:#FFFFFF
		}
#hp_content_left
		{
			width: 500px;
			float: left;

		}

		.hp_content_left-container
		{
			margin: 5px;
			margin-bottom: 0px;	/* IE6 pushes footer down without this */
			text-align:left
		}
		.hp_content_left-container p 
		{margin-bottom:4px;
		/*line-height:10pt*/
		}
		
		#hp_content_right
		{
			width: 195px;
			float: left;
		}
		
		.hp_content_right-container
		{
			margin: 10px;
			margin-bottom: 0;	/* IE6 pushes footer down without this */
		}
		a.industry_news
		{
			font-size:9pt;
			margin-bottom: 0;	/* IE6 pushes footer down without this */
		}
		#hp_sidebar {
	
	background-color:#E6E6E6;
	font-size: 9pt;
	padding: 10px;
	width: 170px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cfcdd0;
	border-bottom-color: #cfcdd0;
	margin-left:auto;
	margin-right:auto
}
 #hp_sidebar ul {

 padding-left:10px;
 margin-bottom:0px
 
 }
 #hp_sidebar a {
 color: #404040;
 font-weight:bold;
 text-decoration:none;
 /*
 border:#000000 1px thin;
 background-color:#FFFFFF;
 padding:3px
 */
 }

hr {
color: #cfcdd0;
clear:both;
}
#content {
width: 475;
margin-left:auto;
margin-right:auto;
padding-bottom:10px
}

#content img {
position: relative;
float:left;
display:block;
vertical-align:top;
margin-right: 5px;
margin-bottom:5px;
top: 5px;
width: 80px
}
#content p {
width: 390px;
float:right
}
#content a {
text-decoration:none;
color:#7BC144
}
