/* Season of Non-violence  CSS */

@media {all}
#head  {
	background-color: rgb(255,102,51);
	position: absolute;
	top: 2px;
	left: 11px;
	width: 100%
}

#links {background-color: rgb(178,34,34)}
#links a {font-family: sans-serif; color: black; font-size: 11pt; padding: 5px }
#links a:link {text-decoration: none} 
#links a:visited {text-decoration: none}
#links a:hover {color: red; border: 2px inset red}
#links a:active {text-decoration: none}

#headsnv {
	position: absolute;
	top: 169px;
	left: 10px;
	width: 100%
}
#wor {
	position: absolute;
	top: 1463px;
	left: 15px;
	width: 100%;
	padding: 5 5 5 1;
	color: #000;
}
#snv {
	position: absolute;
	top: 596px;
	left: 10px;
	width: 471px;
	padding: 5 5 5 10;
	border-right-width: 3px;
	border-right-style: none;
}

#pledge {position: absolute; top: 150px; left: 175px; align: middle; width: 700px}
#pledge p, h1, h2, h3, h4 {
	text-align: center;
	color: #03C;
}
#pledge p {text-align: center; font-size: 1.1em}

@media print {#head {visibility: hidden}}
@media print {#pledge{position: absolute; top: 10px; left: 0px; align: middle; width: 700px}}
@media print {#pledge p {text-align: center; font-size: 1.1em}}
@media print {#pledge h1, h2, h3, h4 {text-align: center; line-height: 0.4em}}
@media print {#return {visibility: hidden}}

@media print {#wor {position: absolute; top: 520px; left: 500px; width: 450px; padding: 5 5 5 1} }
@media print {#snv {position: absolute; top: 520px; left: 0px; width: 450; padding: 5 5 5 10; border-right: 3px solid} }#snv {
	color: #000;
}
#headsnv table tr td h3 em {
	color: #C00;
}

