/* ==================================================================
 * nacta2__print.css
 * ==================================================================
 */

BODY {
	color				: black;
	font-size			: 12pt;
}

TD, INPUT, TEXTAREA {
	color				: black;
	font-size			: 12pt;
}


/* -------------------------------
 *  Page containers
 * -------------------------------
 */

#divBody {
	background-color	: white !important;
	background-image	: none !important;
}

#divPage {
	display				: block;
	border				: 0;
	width				: auto;
	padding				: 4px;
}




/* -------------------------------
 *  Top region
 * -------------------------------
 */

/* region container */

#divRegionTop,
.page_home #divRegionTop {
	height				: auto;
	overflow			: hidden;	/* IE7 bug */
	background-color	: white !important;
	background-image	: none !important;
	border-bottom		: 0;
	border-top-width	: 6px;
}

.ie6 #divRegionTop,
.ie6 .page_home #divRegionTop {			/* else IE6 will eat the contents */
	height				: 1%;
	overflow			: visible;
}


/* subsections */

#divRegionTop DIV, 
.page_home #divRegionTop DIV {
	display				: none;
}

#divRegionTop DIV#divSectionLogo,
.page_home #divRegionTop DIV#divSectionLogo  {
	display				: block !important;
	position			: static;
	overflow			: hidden;
	border				: 0;
}






/* -------------------------------
 *  Middle region elements
 * -------------------------------
 */

/* region container */

#divRegionMiddle {
	text-align			: center;
	background-image	: none !important;
	width				: auto;
}


/* columns */

#divColumn99 {
	display				: block;
	float				: none;
	margin				: auto;
	padding				: 0 10px 30px;
	width				: auto;
	font-size			: 10pt;
	color				: #333333;
	text-align			: left;
}

#divColumn99 TEXTAREA, #divColumn99 INPUT {
	font-size			: 10pt;
}

#divColumn1 {
	display				: none;
}

#divColumn2 {
	display				: none;
}

.ie6 #divColumn99 {
	margin				: auto;
}




/* -------------------------------
 *  Bottom region elements
 * -------------------------------
 */

/* region container */

#divRegionBottom {
	border-top			: 1px solid #DDDDDD;
	padding-top			: 12px;
	margin-top			: 20px;
	background-color	: transparent;
	color				: #333333;
}

/* subsections */

#divSectionCopyright {
}

#divSectionBottomLegalNav {
	display				: none;
}



/* -------------------------------
 *  Other stuff
 * -------------------------------
 */

#divSectionLogo IMG {
	display				: inline;
}

H1, H2, H3, H4, H5, H6 {
}

