@charset "utf-8";

/* This rule with the same specificity is overridden in Screen css */	
#home rightCol, #printheader, .printinline, div.corevalues { display:none; }

h1, h2, h3, h4 {
	color: #426082;
	font-weight: normal;
}
h1, h2, h3 { margin: 25px 0 12px 0px; }
h1 { font-size: 150%; }
h2 { font-size:135%; }
h3, h4 { font-size:120%; }
h4 { margin:0; }

a { color:#426082;  }
a:hover, a:focus, a:active { background-color:#FFFF00; }

p { margin-top:0; }

.nopadding { padding:0; }
.nobottommargin { margin-bottom:0;}
.notopmargin {}
.orange { color:#ff3617;}
.blue { color: #426082; }
.bold, .MsoNormal {font-weight:bold; }
.centered {text-align:center;}
.rightadjust { text-align:right; }
.emph { font-weight:bold; }
.nodecoration { text-decoration:none; }
.red { color:#FF0000; }
.underline {text-decoration:underline; }
.italic { font-style:italic; }
.small { font-size:70%; }
.smallcaps { font-variant:small-caps;}
.allcaps { text-transform:uppercase;}
.fltleft { float:left; padding:0 1em 1em 0; }
.fltright { float:right; padding:0 0 1em 1em; }
.hspace { padding-left:40px;}
div.letterContents p { text-indent:2em; margin:0; }
.letterDate { text-align:right;}
.letterClosing { margin-top:2em;}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#page {position:relative;}
a.trigger { color:#000000; text-decoration:none; } 

#home td.leftCol, #fundraiser td.leftCol {
	width:100%;
}
#home td.spacer {
	display:none;
}
#home td.rightCol, #fundraiser td.rightCol, #fundraiser #printthis, #fundraiser #fundraiserform {
	display:none;
}

#footer #disclaimer { font-size:90%; color:#565656; text-align:center; font-style:italic;}

#bodyID #footer , #ask-4-help #footer {display:none; }


/* iPhone-specific: we do not want the Safari font resizing */
@media only screen and (max-device-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
		}

}