	body {  
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		margin: 0;
		text-align: left;
		background: #000 url(../images/bg_body_fixed_hitachilogo.gif) 760px 33px no-repeat;
	}
	
	h2 {
		font-size: 140%;
		margin-top: 0;
		color: #f60;
	}
	
	h3 {
		font-size: 100%;
		margin-top: 0;
		color: #f60;
		clear: both;
	}
	
	.news h3 {
		clear: none;
	}
	
	p, li {
		line-height: 1.8em;
	}
	
	li {
		font-size: 75%;
	}
	
	p {
		font-size: 75%;
	}
	
	p.breadcrumb {
		font-size: 67.5%;
		margin: 0;
	}
	
	a {
		text-decoration: underline;
		color: #FF6600;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	.content {
		padding: 10px;
		display: block;
	}
	
	#logos {
		border-top: 2px solid black;
		padding: 0;
		display: block;
		text-align: center;
	}
	
	#topbar {
		background: #B94629;
		width: 100%;
		display: block;
	}
	
	#topbar #nav {
		padding: 5px;
		margin-left: 5px;
		width: 740px;
	}
	
	#topbar #nav ul {
		margin: 0; padding: 0;
		text-align: right;
	}
	
	#topbar #nav li {
		list-style: none;
		display: inline;
		line-height: normal;
		margin-left: 30px;
		text-transform: uppercase;
		font-size: 100%;
	}
	
	#topbar #nav li a {
		font-size: 75%;
		color: #ccc;
		text-decoration: none;
		font-weight: bold;
	}
	
	#topbar #nav li a:hover {
		text-decoration: none;
		color: #fff;
	}
	
	#outer-wrapper {
		position: relative;
		text-align: left;
		width: 738px; /* 750px with 1px border and 5px padding */
		margin: 0 0 5px 5px;
		padding: 5px;
		border: 1px solid #ccc;
		display: block;
		float: left;
	}
	
	* html #outer-wrapper {
		margin-left: 3px;
	}
	
	#inner-wrapper {
		width: 100%;
		float: left;
	}
	
		#inner-wrapper .rightcol {
			margin-left: 163px; /* left margin is width of leftcol including padding - NB 2 pixel discrepancy due to 1px border*/
		 	width: 575px;
			float: left;
			background: #fff;
			height: 415px;
		}		
		
		* html #inner-wrapper .rightcol {
			display: inline;
			height: 415px;
		}
		
			#hiddenflow {
				overflow: hidden;
			}
			
			#autoflow {
				overflow: auto;
			}
		
			#masthead {
				width: 100%;
				margin: 1px;
				position: relative;
			}
			
			.rightimage {
				float: right;
				clear: right;
				display: block;
				text-align: center;
				width: 170px;
			}
			
				.rightimage img {
					margin: 10px 0 10px 10px;
					padding: 1px;
					border: 1px solid black;
					width: 150px;
				}
				
				#contact-wrapper {
					background: #fc6;
					width: 200px;
				}
				
				#contact-wrapper p,
				#contact-wrapper ul {
					padding: 5px;
				}
				
				#contact-wrapper ul {
					margin: 0;
				}
				
				#contact-wrapper li {
					list-style: none;
				}
				
				#contact-wrapper li a {
					color: #000;
				}
				
				#contact-header {
					background: #f60;
				}
			
			.links {
				width: 175px;
				text-align: left;
				float: left;
				margin-bottom: 20px;
			}
			
			.links img {
				border: 1px solid black;
				width: 168px;
				height: 145px;
			}
			
			.links p {
				margin: 0;
			}
		
		#inner-wrapper .leftcol {
			float: left;
			margin-left: -100%;
			width: 150px;
			background: #808080;
			color: white;
			height: 415px;
			overflow: hidden;
		}
		
			#inner-wrapper .leftcol p {
				padding: 5px;
				margin-top: 0;
			}
			
			#inner-wrapper .leftcol a {
				color: #fff;
			}
			
			#inner-wrapper .leftcol ul {
				padding-left: 1.5em;
				margin-left: 0;
			}
			
			#inner-wrapper .leftcol li {
				line-height: 1.3em;
				list-style: circle;
			}
			
			
			
		
		
	#footer-wrapper {
		position: relative;
		text-align: left;
		width: 740px; /* 750px with 5px padding */
		margin: 5px 0 0 5px;
		padding: 0;
		display: block;
	}
	
	* html #footer-wrapper {
		margin: 5px 0 0 3px;
		width: 750px;
	}
	
	#footer-left {
		float: left;
		width: 505px;
		background: #fff;
		padding: 5px;
	}
	
		#footer-left-content {
			border: 1px solid #ccc;
			padding: 5px;
			float: left;
			width: 493px;
		}
		
		#footer-left-content p {
			float: left;
			margin: 0;
			font-weight: bold;
			font-size: 80%;
		}
		
		#footer-left-content img {
			margin-right: 15px;
		} 
		
	#footer-right {
		width: 220px;
		background: #808080;
		float: right;
		padding: 5px;
		margin-right: -10px;
		height: 79px;
	}
	
		#footer-right p {
			float: left;
			margin: 0;
			margin-right: 5px;
		}		
		
		* html #footer-right p {
			margin-right: 3px;
		}
		
		#footer-right img {
			border: none;
		}
	
	.invalid,
	.required {
		color: red;
	}
	
	.articles,
	.prevnext {
		font-size: 67.5%;
	}
	
	.skip {
		display: none;
	}
	
	#forms {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	#forms .errors {
		font-size: 75%;
		color:#900;
	}
	
	#forms fieldset {
		display: block;
		width: 90%;
		margin: 0 0 3em 0;
		padding: 0 1em 1em 1em;
		border: 1px solid #666;
	}
	
	#forms legend {
		font-size: 140%;
	}
	
	#forms label {
		display: block;
		margin-bottom: 1em;
		font-weight: bold;
		font-size: 75%;
	}
	
	#forms input,
	#forms textarea {
		display: block;
		width: 25em;
		border: 1px solid #ccc;
		padding: 3px;
	}
		
	#forms select {
		display: block;
		border: 1px solid #ccc;
	}
	
	#forms textarea {
		height: 150px;
	}
	
	#forms input.submit {
		width: auto;
		background: #eee;
		border: 2px solid darkred;
		padding: 3px;
		font-size: 75%;
	}
	
	#forms input.hidden {
		border: none;
		display: none;
	}	
	
	#forms input.checkbox {
		display: inline;
		width: auto;
		margin-right: 1em;
		border: none;
	}
	
	#forms label.checkbox {
		display: inline;
	}
	
	#forms label.first {
		padding-top: 1em;
	}
	
	#forms fieldset fieldset {
		float: left;
		border: 1px solid #ccc;
	}
		
	#forms fieldset fieldset legend {
		font-size: 100%;
	}
	
	#forms fieldset fieldset label {
		float: left;
		padding-top: 1em;
		margin-right: 15px;
	}
	
	#forms .spacer {
		margin: 0; padding-top: 1em;
	}
	
	#forms fieldset.radio {
		margin: 1em 0 2em 0;
		border: 1px solid #ccc;
	}
	
	#forms fieldset.radio input {
		clear: both;
		float: left;
		width: auto;
		border: none;
	}
	
	#forms fieldset.radio label{
		font-weight: normal;
	}

	.clearer {
		clear: both;
		height: 1px;
	}
	
	/********* CMS STYLES ********/
	
	.errors {
		font-size: 75%;
		color: #CC0000;
	}
	
	.ditto_wrapper .ditto_link {
		text-align: right;
	}

	.ditto_wrapper a, .ditto_wrapper a:visited, .ditto_wrapper a:hover {	
		border: 0;
	}
	
	.ditto_pages .ditto_currentpage {
		border: 1px solid #000;
		padding: 1px 5px 2px;
		margin-right: 1px;
		background-color: #ccc;
		color: #666;
	}
	
	.ditto_pages .ditto_off {
		border: 1px solid #999;
		padding: 1px 5px 2px;
		margin-right: 1px;
		color: #ccc;
	}
	
	.ditto_pages a, .ditto_pages a:link, .ditto_pages a:visited {
		border: 1px solid #0066CC;
		padding: 1px 5px 2px;
		margin-right: 1px;
		text-decoration: none !important;
		color: #0066CC;
	}
	
	.ditto_pages a:hover {
		background-color: #fff;
		color: #000;
	}
	
	
		.searchTerms {
		font-size: 75%;
		padding: 10px 0;
	}
	
	.ajaxSearch_highlight1,
	.ajaxSearch_highlight2,
	.ajaxSearch_highlight3,
	.ajaxSearch_highlight4,
	.ajaxSearch_highlight5 {
		background-color: #FFFF00;
		font-weight: bold;
	}
	
	.ajaxSearch_result {
		font-size: 100%;
	}
	
	.ajaxSearch_resultDescription {
		font-size: 75%;
	}
	
	.ajaxSearch_paging {
		font-size: 75%;
		margin: 15px 0;
	}
	
	.ajaxSearch_paging a, .ajaxSearch_paging a:link, .ajaxSearch_paging a:visited {
		border: 1px solid #A71E3A;
		padding: 1px 5px 2px;
		margin-right: 1px;
		text-decoration: none !important;
		color: #0066CC;
	}
	
	.ajaxSearch_paging a:hover {
		background-color: #fff;
		color: #000;
	}
	
	.ajaxSearch_output {
		border: 1px solid black;
		position: absolute;
		left: 0;
		top: 0;
	}


	/********* EDITOR SELECTORS ********/
.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
	
.image-left {
	float: left;
	margin: 0 10px 10px 0;
}

.datatable {
	border: none;
	margin-bottom: 40px;
	display: block;
	width: 80%;
}
	
.datatable caption {
	text-align: left;
	font-size: 90%;
	color: #f60;
	width: 80%;
	margin-bottom: 10px;
}
	
.datatable th.display-none {
	display: none;
}

.datatable th,
.datatable td {
	text-align: left;
	font-weight: normal;
	padding: 5px;
	font-size: 75%;
	border: 1px solid #ccc;
	width: auto;
}

.contacttable {
	border-collapse: collapse;
	width: 80%;
	display: block;
	margin: 0 0 10px 0;
	font-size: 0.8em;
}
.contacttable td {
	border: 1px solid #D6DDE6;	
	padding: 4px;
	white-space: nowrap;
}
.contacttable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
.contacttable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.contacttable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}