/* Page layout */

body {
	font-size: 11pt !important;
}

#main {
	width: auto !important;
	margin: 0 !important;
}

#header {
	height: auto !important;
}

#head_main {
	background: #FFF;

}

#nav, #head_nav, #head_cap {
	display: none !important;
}

#content_main {
	position: static !important;
	width: auto !important;
	padding: 0 !important;
	overflow: visible;
	background-repeat: no-repeat;
}

#content_main.doublecol {
	position: static !important;
	width: auto !important;
	padding: 0 !important;
	overflow: visible;
}

#subnav {
	display: none;
}

#footer {
	display: block;
	
}
/* specific content rules */

h1 {
	color: #333 !important;
	background: #fff !important;
}

h2 {
	color: #333 !important;
	background: #fff !important;
}

.external {
	display: none !important;
}

.print_exempt {
	display: none !important;	
}

/* additional enhancements for user agents that support them */

/*a[href]:after {
	content: " (" attr(href) ")";
}*/

a[href].noprintexpand:after {
	content: "";
}

a[href^="#"]:after {
	display: none;
}

a[href^="#"] {
	background: #fff;
	color: #000;
}