/*******************************************************************************
 content.....:	maGGiordomo general styles for print media
 author......:	Giovanni Giovine
 version.....:	2004/09/10
 update......:	2005/05/31
*******************************************************************************/

@media print {

/* BEGIN style sheet @media print */


/*******************************************************************************
 General elements
*******************************************************************************/

body { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 1.6em;
}

/*******************************************************************************
 Default links
*******************************************************************************/

:link, :visited {
	text-decoration: none;
	background-color: transparent;
	color: #000;
}

/*******************************************************************************
 Generic block-level elements
*******************************************************************************/

address { display: none; }

h1 { font-size: 1.8em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: .85em; }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0;
}

hr {
	border-style: dotted;
	border-width: 1px 0 0 0;
	height: 1px;
}

/*******************************************************************************
 Lists
*******************************************************************************/

ul.blank, ul.e-mail, ul.fax, ul.phone {
	list-style-type: none;
}

/*******************************************************************************
 Tables
*******************************************************************************/

table.compressed {
	font-size: 0.9em;
}

table.regular {
	font-size: 1em;
}

table.spacious {
	font-size: 1.1em;
}

table.compressed, table.regular, table.spacious {
	border-color: #000;
	border-style: solid;
	border-width: 2px 0 0 0;
	text-align: left;
	width: 100%;
}

table.compressed th, table.regular th, table.spacious th {
	border-color: #000;
	border-style: dotted;
	border-width: 0 1px 1px 0;
}

table.compressed td, table.regular td, table.spacious td {
	border-color: #000;
	border-style: dotted;
	border-width: 0 1px 1px 0;
}

/*******************************************************************************
 Generic classes
*******************************************************************************/

.accessibility { display: none; }

.hide { visibility: hidden; }

.monospace { font-family: "Courier New", Courier, monospace; }

.none { display: none; }

.non-standards-browser { display: none; }

.nowrap { white-space: nowrap; }

/*******************************************************************************
 Header
*******************************************************************************/

#path { display: none; }

#logo { display: none; }

#organization { font-size: 20pt; letter-spacing: 0.2em; }

#tagline { font-size: 12pt; letter-spacing: 0.1em; margin-left: 3em; }

/*******************************************************************************
 Navigation
*******************************************************************************/

#menu-sections, #menu-utilities, #menu-footer { display: none; }

/*******************************************************************************
 Main -- left column
*******************************************************************************/

#main-L { 
	float: right; 
	border-left: thin dotted; 
	font-size: .9em;
	margin: 1em 0 2em 2em; 
	padding: 0 0 2em 1em; 
	width: 25%;
}

#main-L h3 { margin: 0; }

#main-L img { display: none; }

#main-L p { margin: .4em 0 .7em .4em; }

/*******************************************************************************
 Main -- leading column
*******************************************************************************/

#main-M { margin: 4em 0 2em 2em; }

#main-M img { display: none; }

#main-M p { text-align: left; }

/*******************************************************************************
 Main -- right column
*******************************************************************************/

#main-R { 
	float: right; 
	border-top: thin dotted; 
	margin: 1em 0 1em 0; 
	padding: 2em 0 0 0;
	width: 75%;
}

#main-R h3 { margin: 0; }

#main-R img { display: none; }

#main-R p { margin: .4em 0 .7em .4em; }


/* END style sheet @media print */

}
