﻿/* For our Print Outs */

html,body		{
				font-family: Arial,verdana,helvetica;
				font-size: 10pt;
				}

img				{
				margin: 5px;
				}

ul				{
				list-style-type: none;
				}

/* statement page */
.StatementHeader	{
					font-size: 12pt;
					font-weight: bold;
					}
.StatementBold		{
					font-weight: bold;
					}
/* End statement */
/* Presidents Message */
#BodyText			{
					padding: 20px;
					}
.PresidentsImage	{
					width: 200px;
					float: right;
					margin: 10px;
					}
/* End message */
/* Awards Recipients */
.RecipientText		{
					width: 93%;
					margin: 0 20px 20px 20px;
					position: relative;
					}
.RecipientText img	{
					border: 1px solid #fff;
					margin: 10px;
					}
.RecipientText span	{
					font-weight: bold;
					font-size: 16pt;
					position: relative;
					line-height: 40px;
					}
.RecipientImage		{
					width: 140px;
					height: 130px;
					font-size: 8pt;
					margin: 0 5px 5px 0;
					text-align: center;
					}
.RecipientImageLarge {
					width: 270px;
					height: 220px;
					font-size: 8pt;
					margin: 0 5px 5px 0;
					text-align: center;
					}																				
.Right				{
					float: right;
					}
.Left				{
					float: left;
					}					
/* End Recipients */					
/* Donors */
.DonorInfo			{
					width: 100%;
					clear: left;
					}
.DonorInfo img		{
					float: right;
					margin: 5px;
					}					
.DonorHeader		{
					font-size: 12pt;
					font-weight: bold;
					background-color: #363f4c;
					}
.DustmanHeader		{
					/*background-color: #566278;*/
					border-bottom: 1px solid #fff;
					padding: 5px;
					font-weight: bold;
					margin: 10px 0 5px 0;
					}
.DonorContent		{
					width: 46%;
					font-size: 10pt;
					/*border-left: 1px dotted #fff;*/
					padding-left: 15px;
					}
.GiftList			{
					list-style-type: none;
					margin: 10px 0 20px 0;
					padding: 0;
					width: 100%;
					float: left;
					}
.DonorGroup			{
					position: relative;
					width: 100%;
					}
.DonorList			{
					position: relative;
					list-style-type: none;
					margin: 10px 0 30px 0;
					padding-left: 15px;
					border-left: 1px dotted #fff;
					width: 95%;
					font-size: 75%;
					text-indent: 10px;
					}
.ListingMain		{
					background-color: #363f4c;
					margin-bottom: 5px;
					padding: 3px;
					font-size: 14pt;
					font-weight: bold;
					}
.ListingHeader		{
					font-weight: bold;
					/*text-decoration: underline;*/
					/*background-color: #363f4c;*/
					border-top: 1px solid #fff;
					border-bottom: 1px solid #fff;
					min-height: 25px;
					}
.DonorQuote			{
					position: absolute;
					top: 100px;
					left: 400px;
					z-index: 10;
					width: 250px;
					font-size: 10pt;
					font-style: italic;
					border-top: 1px solid #a6aeb8;
					border-bottom: 1px solid #a6aeb8;
					}
.Indent				{
					text-indent: 15px;
					}
																																																		
/* End Donors */
/* End print outs */
