/*Purpose: undo some of the default styling of common (X)HTML browsers */
:link,:visited { text-decoration:none }
#menu ul, #menu ol, #menu li { list-style:none; margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/* more varnish stripping as necessary... */
body {
	background-color:#fbf4f2;
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:small;
}
a:link, a:visited{
	color: #519461;
	font-style:italic;
	font-weight:bold;
}
a:hover, a:active{
	color:#8a0404;
}
#menu a:link, #menu a:visited{
	color:#8a0404;
	text-decoration:none;
}
#menu a:hover, #menu a:active{
	color:#519461;
	text-decoration:underline;
}
dd{
	font-size:110%;
	margin:10px 0;
}
h1{
	clear:both;
	color:#519461;
	font-size:140%;
	line-height:150%;
	margin:10px 0;
}
h2{
	clear:both;
	color:#8a0404;
	font-size:110%;
	font-style:italic;
	line-height:150%;
}
h3{
	color:#8a0404;
	font-size:110%;
	font-style:italic;
	line-height:150%;
}
p{
	font-size:110%;
	margin:10px 0;
}
.center{
	margin:15px auto;
	text-align:center;
	width:90%;
}
.centerBold{
	font-weight:bold;
	margin:10px auto;
	text-align:center;
	width:90%;
}
.click{
	font-size:100%;
	font-weight:bolder;
	text-align:center;
	
}
.click a:link, a:visited{
	color:#8a0404;
	
}
.click a:hover{
	color:#519461;
}
.homeCopy{
	margin:380px 0 0 0;
}		
.imgOne{
	border:1px solid #cb8e78;
	margin:-40px 0 0 0;
	position:absolute;
}
.imgTwo{
	border:1px solid #cb8e78;
	margin:33px 0 0 160px;
	position:absolute;
}
.imgThree{
	border:1px solid #cb8e78;
	margin:77px 0 0 320px;
	position:absolute;
}
.imgFour{
	margin:250px 0 0 0px;
	position:absolute;
}
.imgRight{
	border:1px solid #cb8e78;
	float:right;
	margin:5px 0 5px 10px;
}
.imgLeft{
	border:1px solid #cb8e78;
	float:left;
	margin:5px 10px 5px 0;
}
.pdf{
	font-size: 10px;
  	margin:0 0 0 10px;
}							
.print{
	margin:0 3px 0 0;
}
.topofpage{
    clear: both;
    float: right;
    color: gray;
    margin: -20px 5px -7px 0;
    font-size: 10px;
}
.ulHalf{
	float:left;
	width:48%;
}
.ulHalf li{
	margin:10px 0 0 15px;
}
.donations ul{
	margin:15px;
}
.donations li{
	margin:8px 15px;
	list-style:disc;
}
#container{
	background-color:white;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	width:760px;
}
#content{
	float:left;
	margin:0 0 0 10px;
	width:525px;			
}

#footer{
	clear:both;
	color: #519461;
	font-size:85%;
	font-style:italic;
	font-weight:bold;
	line-height:26px;
	padding:15px 0;
	width:760px;
	text-align:center;
}
#header{
	text-align:center;
}
#headerMenu{
	height:50px;
	float:right;
	margin:5px;
	text-align:right;
	width:90%;
}

#menu{
float:left;
	width:150px;
}
#menu li{
	margin:10px 0 0 10px;
}

#printAddress{
	display:none;
}
