	body {
		font-family: arial;
		text-align: center;
	}
	
	a, a:visited, a:active {
		color: #FF9933;
		text-decoration: none;
	}
	a:hover {
			color: #990000;
			text-decoration: underline;
	}

	img {
			border: none;
	}
	

	#content {
		margin:0 auto;
		width:800px;
		text-align: left;
	}

	#header {
		height: 50px;
	}
	
	#banner {
		height:126px;		
		background-color: silver;
	}
	*html #banner {
		margin-bottom: 20px;
	}

	.row {
		margin-top: 20px;
	}
	
	* html .row {
		margin-top: 0px;
	}
			
	.column_left {
		float: left;
		margin-top: 0px;
		padding-right:15px;
	}
		
	.column_right {
		float: right;	
		margin-top: 0px;
	}
	
	.box {
		width: 250px;
		height: 220px;
		border: solid 1px #CCCCCC;
	}

	.box_Quote {
		padding-bottom: 30px;
		width: 250px;
		border: solid 1px #CCCCCC;
	}

	
	.column_right .box {
		height: 140px;
		margin-top: 20px;
	}	
	.column_left .box {
		height: 100%;
		width: 520px;
		line-height: 1.0em;
		background: url(../graphics/box_base_long2.gif) no-repeat bottom left;
		padding-bottom: 20px;
		padding-top: 10px;
	}
* html	.column_left .box {
		padding-top: 30px;
	}
	
	.h1 {
		color:#FF9933; 
		font-size: 1.3em;
		text-align: left;
		margin: 15px -5px 5px 15px;
	}
	.h2 {
		padding-bottom: 3px;
		color:#FF9933; 
		font-size: 1.1em;
		text-align: left;
		margin: 0px 0px -15px 0px;
	}	
	.h3 {
		color:#FF9933; 
		font-size: 1em;
		text-align: left;
		margin: 15px 0px 10px 15px;
	}
	
	.box_image {
		text-align: center;
		margin: 0px 15px 0px 15px;
	}

	.box_text_opener {
		color: gray;
		font-size: 0.9em;
		font-weight: bold;
		margin: 18px 15px 7px 15px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #FFCC99;
		padding-bottom: 3px;
		padding-left: 22px;
		background: url(../graphics/tickbox.gif) no-repeat left 2px;
	}
	
	.box_text {
		font-size: 0.8em;
		margin: 0px 15px 15px 15px;
		color: #606060;
		text-align: justify;	
	}
	
	.quote_text {
		font-size: 0.8em;
		margin: 0px 15px 15px 15px;
		color: 	#580000;
		text-align: justify;	
	}
	#box_contact {
		font-size: 1.3em;
		margin: 30px 0px 20px 0px;
		color: gray;
		text-align: center;
	}
	
	.news {
		font-style: italic;
		
	}	
	
	.clear {
		clear: both; 
		height: 1px;
	}

	#tree {
		font-size: 0.8em;
		padding: 3px 0px 3px 0px;
		font-weight: bold;
	}
	

	#footer {
		text-align: right;
		clear: both;
		fore-color: gray;
		font-size: 0.8em; 
		padding-top: 20px;
	}

	
	.CaseStudy_SubTitle
	{
	font-size: 1.1em;
	font-weight: bold;
	color: #990033;
	font-variant: small-caps;
	margin-top: 20px;
	margin-bottom: 10px;
	}

	

