/* Carrel Club website print stylesheet
(c) 2004-2009 John Asher. All rights reserved. */

@page {
	size: 21.0cm 29.7cm;
	margin-top: 2.5cm;
	margin-left: 2.5cm;
	margin-right: 2.5cm;
	margin-bottom: 2.5cm;
}

BODY {
	background-color: #FFFFFF;
}

#mainMenu, #w3c {
	display: none;
}

H1, H2, H3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	page-break-inside: avoid;
}

H1 { 
	font-size: 24pt;
	color: #000000;
	text-align: center;
}

H2 { 
	font-size: 16pt; 
	color: #000000;
	text-align: left;
}

H3 { 
	font-size: 14pt; 
	color: #000000;
	text-align: left;
}

P { 
	font-family: garamond, "century schoolbook", "times new roman", times, serif; 
	font-size: 12pt; 
	color: #000000;
	text-align: justify;
	text-indent: 1cm;
	page-break-inside: avoid;
}

P.footer { 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt; 
	color: #000000;
	text-align: center; 
}

P.linksbar {
	display: none;
}

P.team {
	text-align: left;
	text-indent: 0cm;
}

P.noindent {
	text-align: left;
	text-indent: 0cm;
}


P.author { 
	font-family: cursive; 
	font-size: 12pt;
	font-weight: bold;
	font-style: italic; 
	color: #000000;
	text-align: left;
	text-indent: 1cm;
}

UL {
	font-family: garamond, "century schoolbook", "times new roman", times, serif; 
	font-size: 12pt; 
	color: #000000;
	page-break-inside: avoid;
}

EM, I { 
	font-style: italic; 
}       

STRONG, B { 
	font-weight: bold; 
}       

CITE	{ 
	text-align: center;
	font-size: 12pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic; 
	page-break-inside: avoid;
}         

A:link { 
	color: #000000;
	text-decoration: none; 
}       

A:visited { 
	color: #000000; 
	text-decoration: none; 
}

A:hover {
	text-decoration: none; 
	color: #000000; 
}

SUP {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
}

TABLE.committee {
    font-size: 12pt;
}

TABLE.committee TD {
    padding: 3pt 6pt 3pt 6pt;
}

#right_sidebar {
    display: none;
}


