/*Start stylesheet*/ 

* {
	margin:0;
	padding:0;
}

body {
	text-align:center
}


#skipNavigation { /*1*/
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:1em
}

#home_page, #standard_page, #custom_page { /*2*/
	width:1020px;
	margin:auto;
	text-align:left;
}

#header { /*2.1*/
	height:129px;
	overflow:hidden;
}

	#header h1  {
		display:none;
		visibility:hidden
	}

#body { /*2.2*/
}

#navigation { /*2.2.1*/
	min-height:20px;
	_height:20px;
}

	#navigation ul {
		/*
		display:none;
		visibility:hidden
		*/
	}

#content { /*2.2.2*/
	min-height:100px;
	_height:100px;
}

#breadcrumb { /*2.2.2.1	*/
		
		display:none;
		visibility:hidden
		
}

#leftContent { /*2.2.2.2*/
	width:170px;
	overflow:hidden;
	
	position:relative;
	float:left;
}

#centerContent { /*2.2.2.3*/	
	position:relative;
	float:left;
	
	width:790px;
	
}

#centerContentWrap { /*2.2.2.3.1*/
	padding:20px 20px 20px 20px;
	width:780px;
	_width:825px
}

#rightContent {
}

	#rightContent * {
		display:none;
		visibility:hidden
	}

#footer { /*2.3*/
	min-height:1em;
	_height:1em;
}

	#footer * {
	}

#rightFooter { /*2.3.1*/
}

#leftFooter { /*2.3.2*/
}
/*********** Removed as this was creating additional space after a link ***********
:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0
}

***********/

i{content:"\"/*"}
#centerContentWrap { /*2.2.2.3.1*/
	_width:780px;
}



