















	









/*Start stylesheet*/ 

body {
	font-family:"Times New Roman", Times, serif;
	font-size:100%
}

img {
	border:0
}

#skipNavigation { /*1*/
	display:none
}

#home_page, #sub_page, #other_page { /*2*/
	width:100%
}

#header { /*2.1*/
}

#header img {
	display:none
}

#header h1 {
}

#body { /*2.2*/
	width:100%
}

#navigation { /*2.2.1*/
	display:none
}

#content { /*2.2.2*/
	width:100%;
}

#breadcrumb { /*2.2.2.1	*/
	display:none
}

#leftContent { /*2.2.2.2*/
	display:none
}

#centerContent { /*2.2.2.3*/
	width:100%;
}

#centerContentWrap { /*2.2.2.3.1*/
	width:100%;
	margin-top:1em;
	padding-top:1em;
	border-top:1px solid #cccccc
}

#rightContent {
	display:none;
	visibility:hidden
}

#footer { /*2.3*/
	margin-top:1em;
	padding-top:1em;
	border-top:1px solid #cccccc
}

#rightFooter { /*2.3.1*/
	display:none;
}

#leftFooter { /*2.3.2*/
	width:100%
}

