<link href='http://fonts.googleapis.com/css?family=Cardo:400,700,400italic' rel='stylesheet' type='text/css'>

/* Reset
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0 }
.clearfix { *zoom: 1; }
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }

/* -------------------------- GENERAL & LAYOUT -------------------------------------------------------------- */


html {
	margin: 0 auto;
	padding: 0;
    	height: 100%;
	font: 400 1em/1.4 Cardo, Garamond, Georgia, serif;
	color: #333;
	height: 101%;
	overflow-x: scroll;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

body {
	margin: 2em auto; 
	padding: 0;
	max-width: 1024px;
	width: 90%;	
}

a { 
	color: darkblue; 
	font-weight: inherit;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
} 
a:hover { 
	color: #931313; 
	text-decoration: underline; 
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}	


h1, h2, h3 { text-align: center; font: 400 1.5em/1.2 Cardo, Garamond, Georgia, serif; color: #931313; font-weight: normal; word-spacing: 1px; }
h1 { padding-top: 1em; font: 700 1.5em/1.2 Cardo, Garamond, Georgia, serif; text-shadow: 1px 1px 1px #999; }
h2 { padding-bottom: 1em; font: 400 1.5em/1.2 Cardo, Garamond, Georgia, serif; }
h3 { font: 400 1.10em/1.4 Arial, Helvetica, sans-serif;  color: #333; text-align: left; }

ul  { margin: 1em 0 0 2.75em; color: #555;  list-style: disc; }
li { line-height: 1.4; margin-bottom: .25em; text-align: left; }
footer { font: 400 .9em/1 Arial, Helvetica, sans-serif; color: #FFF; text-align: left; padding-top: 1em; }
hr { border: 0; border-top: 1px solid red; width: 50%; margin: 2em auto; padding: 0; }
header { margin: 1em auto 2em auto; padding: 0; }
blockquote { margin: 1em 4em 0 4em; color: #555; font: 400 85%/1.25 arial, helvetica, sans-serif; text-align: justify; padding: 1.5em; }
p { margin: 1em 0 1em 0; font: 400 1.1em/1.2 cardo, Garamond, Georgia, serif; }

div { margin: 1em 0 1em 0; text-align: center; }

	.header_img { margin-bottom: 0px; }
	.donatebox { float: left; text-align: center; margin: 3.25em auto; padding: 1em; width: 50%; height: 220px; border: 1px outset #931313; background: transparent; text-shadow: -.5px -1px 1px #777; border-radius: 10px; }
	.donatebox.right { border-left: 0; }
	.docsbox { text-align: left; margin: 2em auto; padding: 1em; }
	.leftalign { text-align: left }
	.outdent { margin: -1em 0 0 -1.25em; text-align: left;}
	.donateheader { font: 400 1.2em/1.4 Arial, Helvetica, sans-serif; }
	.docsheader { font: 400 1.2em/1.4 Arial, Helvetica, sans-serif; text-align: left; margin-bottom: -1em; text-shadow: -.5px -1px 1px #777; }
	.partcolumn { float: left; margin: 0; padding: 0; }
	.partcolumn.left { width: 50%; text-align: left; }
	.partcolumn.right { width: 50%; text-align: right; }
	.partcolumn.center { width: 50%; text-align: center; }
	.excerpt, em { font-style: italic; }
	.menu { margin: 1em 0; font: 400 .9em/1 Arial, Helvetica, sans-serif; color: #931313; text-align: left; font-weight: bold; background: #EEE; }
	.reduced { font: 400 .8em/1.2 Cardo, Garamond, Georgia, serif; text-shadow: none; }
	.img_auto { max-width: 100%; height: auto; margin: auto; border: 2px solid black; border-radius: 10px; }
	.parchment { border: 2px outset #A80; border-radius: 15px; -moz-border-radius: 15px; background-image: url(images/parchment2.jpg); margin: 2px; padding: 0 1em 0 1em; box-shadow: 4px 4px 4px #777;}
	
select { border: 1px solid #931313; }
	
#navlist {
    margin: 0;
    padding: 0; 
    display:block; 
    text-decoration: none; 
    overflow: hidden;
    position: relative;
    z-index: 10;
	font-size: .8em;
	}

#navlist ul { margin-left: 0; padding-left: .5em; }
	
#navlist li {
	margin: 0 8px 0 0;
	padding: 4px 10px;
	display: inline;
	list-style: none;
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	border-radius: 6px;
	color: #DD0;
	float: left;
	text-decoration: none;
	box-shadow: 2px 2px 2px #777;
}

#navlist li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #FFF;
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(169,3,41,1) 25%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 69%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(69%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(169,3,41,1) 25%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 69%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(169,3,41,1) 25%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 69%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(169,3,41,1) 25%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 69%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(169,3,41,1) 25%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 69%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 2px #777;
}

#navlist li:hover { 
	border: 1px solid #F33;
	border-bottom: 0;
	background: rgb(109,0,25); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(109,0,25,1) 31%, rgba(143,2,34,1) 56%, rgba(169,3,41,1) 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,rgba(109,0,25,1)), color-stop(56%,rgba(143,2,34,1)), color-stop(75%,rgba(169,3,41,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(109,0,25,1) 31%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(109,0,25,1) 31%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(109,0,25,1) 31%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 75%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(109,0,25,1) 31%,rgba(143,2,34,1) 56%,rgba(169,3,41,1) 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
	box-shadow: 2px 2px 2px #777;
}

#nav-1 a, 
#nav-2 a,
#nav-3 a,
#nav-4 a {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}

#subnav-1,
#subnav-2,
#subnav-3,
#subnav-4 {
	display: none;
	width: 90%;
}

#subnav-1, 
#subnav-2,
#subnav-3,
#subnav-4 {
	display: inline;
	left: 10px;
	position: absolute;
	top: 95px;
}

#subnav-1 a, 
#subnav-2 a,
#subnav-3 a,
#subnav-4 a {
	background: #fff;
	border: none;
	border-left: 1px solid #ccc;
	color: #999;
	font-size: smaller;
	font-weight: bold;
	line-height: 10px;
	margin-right: 4px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#navlist ul a:hover { color: #f00 !important; }

#contents {
	background: #FFF;
	border: 1px solid #ccc;
	border-top: none;
	clear: both;
	margin: 0px;
	padding: 15px;
} 

.pane { 
	margin: -1px 0 0 0;
	padding: 0;
	width: 100%; 
	display: block; 
	overflow: visible; 
	text-align: left; 
	float: left; 
	border-top: 1px solid #AAA; 
	border-bottom: 1px solid #AAA; 
	position: relative;
	z-index: 1; 
}
	.hidden { display: none; }

/* --- rev. 130716 --- */