html, body {
 	margin: 			0px 0px 0px; 
	padding: 			0px 0px 0px;
	background-color: 	#fff;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#000000;
}

BODY {
	SCROLLBAR-FACE-COLOR: #ffdcab; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #a4bbe2; SCROLLBAR-3DLIGHT-COLOR: #89a6cc; SCROLLBAR-ARROW-COLOR: #ff9600; SCROLLBAR-TRACK-COLOR: #e1f7cd; SCROLLBAR-DARKSHADOW-COLOR: #7098d6
}


.header {
	background-image:  		url(images/header-bg.jpg);
	background-repeat: 		repeat-x;
	background-position: 	right top;
	background-color:		white;
	min-width:				970px;
	width:					expression(document.body.clientWidth < 972? "970px": "auto" );	
	height: 				147px;
	text-align: 			left;
}

.header2 {
	background-image:  		url(images/bg-left.jpg);
	background-repeat: 		repeat-y;
	background-position: 	left top;
	background-color:		white;
	min-width:				970px;
	width:					expression(document.body.clientWidth < 972? "970px": "auto" );	
	height: 				127px;
	top:             61px;
	text-align: 			right;
}

.content {
	background-image:  		url(images/bg-left.jpg);
	background-repeat: 		repeat-y;
	background-position: 	left top;
	background-color:		white;
	min-width:				970px;
	width:					expression(document.body.clientWidth < 972? "970px": "auto" );	
	height: 				auto;
	padding-left:			260px;
	text-align: 			left;
}

.bottom {
	background-image:  		url(images/bottom-bg.jpg);
	background-repeat: 		repeat-x;
	background-position: 	left top;
	background-color:		white;
	min-width:				970px;
	width:					expression(document.body.clientWidth < 972? "970px": "auto" );	
	height: 				27;
	text-align: 			left;
}

.bottom2 {
	background-color:		white;
	min-width:				970px;
	width:					expression(document.body.clientWidth < 972? "970px": "auto" );	
	height: 				27;
	text-align: 			center;
	FONT-SIZE: 				8pt; 
	COLOR: 					#8989ab;
	FONT-FAMILY: 			Arial, Helvetica, sans-serif
}


.headerImageLeft{
	float:				left;
}

.headerImageRight{
	float:				right;
}

.headline{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;

}
