HTML { width: 100%}

body {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;  background-color: #fff; color: #000

	
}

H1 { font-size: 1.2em; padding-top: 20px;}


P, li { line-height: 1.5em}

img {
	display: block;
}

a img,img a {
	border: none;
}

.sys_atoz-control, .sys_thumbnail { display: none;}
.sys_generic_list-control, .sys_datarepeatercontrol, .sys_subitem, .sys_subitem-summary, .sys_subalternatingitem { width: 100%;}




/* General structure and styles */

#system_container {
	text-align: left !important 

}

#skip a,#skip a:hover,#skip a:visited {
	display:none
}

#skip a:active,#skip a:focus {
	display:none
}




.linkbreak {
	display: none;
}

/* Header */

#header {
	display: none;
}

/* Content Area */

#system_contentarea {
	width: 100%;
}



/* Left Navigation */

#system_navigation, #system_branding, #system_menu {
	display: none;
}

/* Content */



#system_contentwrapper, #system_content, #system_content .system_ecbody, #system_content .system_echeader {
float: left; margin-left: 0px; width: 97%;
	
}
#system_extracontent {
	float: left; width: 100%
}


/* Footer */

#footer {
	
	display: none;
}


