@charset "utf-8";
/* Overrides to fj-fixed-dw.css to omit the sidebar and increast the mainContent area */
/* This must follow the link to fj-fixed-dw.css in the .htm file                      */

#mainContent { 
	margin: 0 20px 20px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/****************************************************************************
   Add these changes to remove the fixed background on one-column site pages -- Disabled for now
 ****************************************************************************/
/* body {
	background: #000;
}
#container {
	background: white;
}
h2.content-subhead, h3.content-subhead {
	background: white;
}
#footer {
	background: white;
} */
