/* CSS for Prominic - Printable version. */
body { color: #000; font-family: "Verdana", "Arial", "Helvetica", sans-serif; margin: 0px; }

div.printhide { display: none; }

table.centeringtable { border-spacing: 0px; border-collapse: collapse; padding: 0px; width: 100%; }
td.leftspace { width: 0px; padding: 0px; }
td.centerspace { vertical-align: top; padding: 0px; }
td.rightspace { width: 0px; padding: 0px; }

div#mainboxpos { position: absolute; left: 0px; top: 0px; width: 100%; }
div#mainboxintpos { position: absolute; left: 0px; top: 0px; width: 100%; }
div#mainbox { }

/*******************************
	The following divs lay out the content of mainbox for internal pages.
*******************************/

div#leftcontent { }

img#titleimg { margin-bottom: 5px; }

div#content { font-size: 0.8em; }
div#content p { margin-top: 0px; margin-bottom: 0.8em; }

div#leftad { display: none; }
div#related { display: none; }

/*******************************
	The following divs lay out the content of mainbox for the home page.
*******************************/

/* Hometext is the primary text at the left, above the dashed-line boxes. */
div#hometext { font-size: 0.8em; }
div#hometext p { margin-top: 0px; margin-bottom: 0.8em; }
div#hometext p.image { margin-top: 0px; margin-bottom: 2px; }
div#hometext p.textlast { margin-top: 0px; margin-bottom: 0.5em; }

/* This div contains everything on the right third of the mainbox div.
	It's split into two sub-divs, lookingfor and seealso. */
div#rightstuff { display: none; }

/* Boxen is the div for the two top dashed-line boxes.
	Each of those has its own div: evolution, spotlight. */
div#boxen { width: 443px; margin-top: 15px;  }
div#boxen p.boxtop { margin-bottom: 2px; }
div#boxen p { margin-top: 0px; margin-bottom: 0px; }
div#boxen p.boxbottom { text-align: right; margin: 0px; }

div#evolution { width: 187px; border: 1px dashed #D1AAB0;  background-color: #FCF7F1; font-size: 0.6em;
	padding: 8px; padding-bottom: 3px; color: #841839; float: right; }
div#evolution p.boxtop img { border: 1px dashed #D1AAB0; }

div#spotlight { width: 212px; border: 1px dashed #9E9E9E;  background-color: #F2F2F2; font-size: 0.6em;
	padding: 8px; padding-bottom: 3px; color: #969696; }
div#spotlight p.boxtop img { border: 1px dashed #9E9E9E; }

/* Newsbox is the third dashed-line box, containing news obviously. */
div#newsbox { width: 443px; border: 1px dashed #9E9E9E;  background-color: #F2F2F2; font-size: 0.6em;
	margin-top: 8px; padding: 8px; padding-bottom: 3px; }
/* The above width is only for IE5/5.5. Here we set the right value for other browsers. */
div#newsbox {
  voice-family: "\"}\""; /* some browsers have a parsing bug */
                         /* and will ignore the following rules */
  voice-family: inherit;
  width: 425px;
}

div#newstext { float: right; width: 365px; color: #969696; }
div#newstext p { margin: 0px; }
div#newstext p.boxbottom { text-align: right; margin: 0px; }
div#clearingdiv { clear: both; }

/*******************************
	The rest of the divs are for both the home and internal pages.
*******************************/

/* Copyright is just the one line of text at the bottom of the mainbox. */
div#copyright { text-align: center; padding-right: 10px; font-size: 0.7em; clear: both; }
div#copyright p { margin: 0px; padding-top: 8px; padding-bottom: 4px; }

/* Footer is just below mainbox, still within the same centering table */
div#footer { text-align: center; font-size: 0.7em; color: #FFF; padding-top: 5px; padding-bottom: 6px; width: 100%; }

div#pagetoppos { display: none; }
div#headerpos { display: none; }
div#crumbnavpos { display: none; }

div#menubarpos { display: none; }
div#menubar { display: none; }
div#menutopright { display: none; }
div#menutopleft { display: none; }

div.menurowpos { display: none; }
div.menurow { display: none; }
div.menurowhid  { display: none; }
div.menurowinit { display: none; }

div.menudroprowpos { display: none; }
div.menudroprowposhid  { display: none; }
div.menudroprowposinit { display: none; }
div.menudroprow { display: none; }

div.menudropbox { display: none; }

div.dropdiv { display: none; }
div.dropdivon { display: none; }