	body {
		width: 100%;
		height: 100%;
		margin: 0; padding: 0;
		font-family: 'Arial',sans-serif;
		background: #cdcdff;
	}
	
	body div.outer_wrapper {
		background: transparent;
		min-width: 832px;
		background: #cdcdff url('images/body_vertical_bkg.gif') repeat-x left top;
		width: 100%;
		width: expression(document.body.clientWidth < 852 ? "832px" : "100%" );
	}
	div.outer_wrapper:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	/**/
	/* Hides from IE-mac \*/
	* html div.outer_wrapper {height: 1%;}
	/* End hide from IE-mac */
	
	div.outer_right {
		display: none;
	}
	

	body.home div.outer_left:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	/**/
	/* Hides from IE-mac \*/
	* html body.home div.outer_left {height: 1%;}
	/* End hide from IE-mac */
	
	
	.header h1 {
		display: block;
		margin: 0; padding: 0;
		width: 100%; clear: both;
		background: #fff url('images/logo2.gif') no-repeat left top;
	}
	h1:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	/**/
	/* Hides from IE-mac \*/
	* html h1 {height: 1%;}
	/* End hide from IE-mac */
	
	.header h1 a {
		float: left;
		width: 445px;
		height: 104px;
		background: transparent;
	}
	
	.header h1 a span {
		display: none;
	}
	
	.tabs {
		width: 100%; height: 44px !important; clear: both; background: transparent url('images/nav_bkg.gif') repeat-x left bottom;
	}
	.tabs:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	/**/
	/* Hides from IE-mac \*/
	* html .tabs {height: 1%;}
	/* End hide from IE-mac */
	
	.tabs a {
		display: inline; float: left;
		border: none; width: auto;
	}
	
	.tabs a img {
		border: none;
	}

	fieldset {
		background: #fff; border: none;
		padding: 0; margin: 0;
	}
	
	.top_left_search {
		padding-left: 4px;
		position: relative;
		
	}
	
	.top_left_search:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	/**/
	/* Hides from IE-mac \*/
	* html .top_left_search {height: 1%;}
	/* End hide from IE-mac */
	
	.top_left_search label {
		font-style: italic; font-size: 13px; font-weight: bold;
		margin-left: 7px; display: block; line-height: 17px; height: 17px;
	}
	
	.top_left_search input {
		display: inline;
		height: 14px !important; height: 20px;
		width: 130px !important; width: 130px;
		float: left;
	}
	
	
	.top_left_search div.search_button {
		width: 35px; height: 20px; display: inline;
		background: transparent url(images/search_button.gif) no-repeat top left;
		cursor: pointer !important; cursor: hand; float: left;
	}
	
 	.top_left_search div.search_button input {
		display: none !important;
	}
	

.node {
		border: 1px solid #7f7f66;
		background: #ffffff;
		margin-bottom: 9px;
	}
	.node:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	/**/
	/* Hides from IE-mac \*/
	* html .node {height: 1%;}
	/* End hide from IE-mac */
	
	div.sidebar div.inner_wrapper div.node {
		border-right: none;
	}
	
	.node .header {
		display: block;
		padding: 6px 9px;
		background: #ffcc34 url(images/node_header_bkg.gif) repeat-y left top;
		border-bottom: 1px solid #7f7f66;
		font-size: 15px;
		color: #000; font-weight: bold;
	}
	
	.node .content {
		padding: 11px 5px;
		display: block;
		font-size: 12px; color: #000;
		margin-right: 0 !important;
	}
	
	.node .content p {
		margin: 5px 0;
	}
