body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:small;
  background-image:url(images/gradient.jpg);
  background-repeat:repeat-x;
  background-color: #A8A8CA;
  width:980px;
}

body a:link {color:#3E8C35; text-decoration:none}
body a:visited {color:#3E8C35; text-decoration:none;}
body a:active {color:#3E8C35; text-decoration:underline;}
body a:hover {color:#3E8C35; text-decoration:underline;} /* was 346633 */


body#events div#content /*use ID on body to set wide content div, on all pages except home page*/
			{
			width:90%;
			float:left;
				}

div#container /*holds it together, contains background bridge image*/
			{
			background-image:url(images/bridgetrnsp.gif);
			background-repeat:no-repeat;
			width:100%;
			float:left;
			font-size:110%;
			}

div#header	{
			text-align:right;
			color:#67649B;
			font-weight:200;
			margin-right:230px;
			height:140px;
			}

div#header h1 	/*Sets magins for Crossings Title*/
			{
			margin-bottom: 0px;
			}

div#header h2 /*Sets margins for Crossings subtitle*/
			{
			margin-top: 5px;
			}				
	
h1,h2,h3,h4	{
			font-family:Papyrus, Verdana, Arial, sans-serif
			}

h1 /*Crossings Title */
			{
			font-size:200%;
			}
			
h2 /*crossings subtitle and copy subtitles with space under them */
			{
			font-size:120%;
			}

h3 /*copy subtitle with low bottom margins for another sub-subtitle under it in papyrus*/
			{
			font-size:132%;
			margin-bottom:10px;
			}

h4 /* section titles in papyrus low margins  below*/
	{
	font-size:120%;
	margin-bottom:0px;
	}

h5 /*section titles in copy in verdana not papytrus normal heaeder margins*/
	{
	font-size:120%;
	margin-bottom:0px;
	}

h6 /*go to top of page link on faq */
	{
	}	

div#main {
			float:right;
			width:80%;
			}

div#subheader /*for events info on home page - keeps poem box down below*/
			{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#333369;
	line-height:160%;
	letter-spacing:110%;
	font-weight:bold;
	margin-right:0%;
	padding: 0px 25px 0px 25px;
			}

div#nav		{
			font-family:Papyrus, Verdana, Arial, sans-serif;
			font-size:105%;
			font-weight:400;
			width: 20%;
			float:left;
			color:#346633;
			}
				
div#nav	ul {
			list-style:none;
			margin-left: 0px;
			line-height:170%;}


div#content /*not sure why i put this in here, seems like main div should do the trick*/
			{
			float:left;
			width:100%;
			padding-top:0px;
				}

div#copy 	/*allows for padding on the main copy text*/
			{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:90%;
			color:#333369;
			line-height:160%;
			letter-spacing:110%;
			font-weight:bold;
			padding: 0px 25px 0px 25px;
			}
div#copynew 	/*allows for padding on the main copy text*/
			{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:90%;
			color:#333369;
			line-height:160%;
			letter-spacing:110%;
			font-weight:normal;
			padding: 0px 0px 0px 25px;
			}

div#rightcontent /*poem on homepage*/
			{
			font-family:Papyrus, Verdana, Arial, sans-serif;
			float:right;
			width:30%;
			font-size:85%;
			color:#67649B;
			font-weight:500;
			padding-left:30px;
			margin-top:-10px;
			}

div#rightcontent p {
			}

div#homepage /* donation text and button on home page */
			{
			clear:both;
			text-align:center;
			margin:0px 140px 0px 140px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:90%;
			color:#333369;
			line-height:160%;
			letter-spacing:110%;
			font-weight:450;
			}

div#footer {
			clear:both;
			font-size:90%;
			font-weight:bold;
			color:#333369;
			text-align:center;
			margin-top:20px;
			}

div#footer a:link 		{color:#336736;}
div#footer a:visited 	{color:#336736;}
div#footer a:active 	{color:#336736;}
div#footer a:hover	 	{color:#336736;}

p.green	{color:#346633;}

.redtext {
			color:#CD0000;
			}

ul.events {
			text-decoration:none;
			list-style:none;
			margin-left:10px;
			line-height:140%;
			}
			
.papyrus {
			font-family:Papyrus, Verdana, Arial, sans-serif;
			}

ul.faq {
			text-decoration:none;
			list-style:none;
			margin-left:10px;
			line-height:140%;
			}

/*dl, dt for resources page*/

dl 	{margin-top:4px;
		margin-bottom:18px;
		clear:both;}

dt	{font-family:Papyrus, Verdana, Arial, sans-serif;
	font-size:120%;
	margin-bottom:4px;}

dd 	{margin:2px 0px 2px 4px;
	float:left;
	width:500px;}

dd.img {margin:4px 0 6px 4px;
		float:right;
		width:150px;}
		
dd.imgnew {margin:4px 0 6px 4px;
		float:right;
		width:150px;}
		
dd.img img {margin-bottom:8px;}

img.border {border:1px solid #006666;
			border-bottom-color:#009900;
			border-right-color:#009900;}

div.center 	{margin-right:auto;margin-left:auto;width:740px;}

hr	{margin-bottom:20px;}
