
/* Print styles - applied after global styles.
----------------------------------------------- */

html {
	background: none;
	height: 100%;
}
body {
	background-color: #fff;
	border: 0;
}

/* Links: order here is important!
----------------------------------------------- */
a {
}
a:link, a:visited {
}
a:hover, a:active {
	text-decoration : none;
}

/* Prints the URL next to the text of each link on the page.
   Does not work with IE 6.0, 7.0, 8.0b1; IE for Macintosh 5.2
   PJM: prints "()" for named anchors!
-----------------------------------------------
a:after {
	content: " (" attr(href) ") ";
}
 */

/* text for link to top of page
----------------------------------------------- */
p.toTop {
	display: none;
}

/* wraps menuBar */
#menuWrapper, #googleSearch {
	display: none;
}

/* wraps navBar and main divs
----------------------------------------------- */
#mainCols {
	background: none;
	overflow: visible;
}

/* left-hand navigation bar
----------------------------------------------- */
#navBar {
	display: none;
}

/* wraps main page content
----------------------------------------------- */
#main {
	float: none;
	width: 930px;
	padding: 0;
}

/* wraps footer - copyright
----------------------------------------------- */
#footer p {
	text-align: center;
	font-size: .83em;
	margin: 0 0 0 0;
	border-top: 1px solid #666;
	padding: 10px 0 0 0;
	clear: both;
}

/* form styles
----------------------------------------------- */
#formPage {
	background: none;
}
#formPage #brochure {
}
#formPage #title {
	font-size: 1.17em;
	font-weight: bold;
	text-align: center;
}
#formPage #request {
	font-weight: bold;
	text-align: center;
	color: #990000;
}
#formPage .labelr {
	text-align: right;
	color: #990000;
}
#formPage .label {
	text-align: right;
}
#formPage #subscribe {
	text-align: center;
}
