p{
	padding-left: 1em;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	margin-left:4px;
	margin-top:0px;
	margin-bottom:0px;
	text-align: left;
}
p.link{padding-left: 2em;font-size: 10px;color:blue;}
p.bhsdg{font-size:14px; color:#e79134; font-weight:bold;text-decoration: none;margin-bottom:1em;}
p.hedquote{
	font-size:18px;
	font-style:italic;
	font-family:Bembo,Times New Roman, Times, serif;
	line-height:20px;
	color:#cc0000;
	padding-left:14px;
	padding-right:6 em;
}
p.redhedsmall{
	padding-left: 20px;
	padding-top:10px;
	color:#cc0000; 
	font-weight: bold;
}
p.whitehed{
	padding-left:40px;
	padding-top:20px;
	font-size:30px;
	line-height:36px;
	color:#FFFFFF;
	font-weight: bold;
}
p.redhed3{
	padding-left:20px;
	padding-top:30px;
	font-size:36px;
	line-height:36px;
	color:#cc0000;
}
p.q{
	padding-left: 14px;
	color:#cc0000;
	margin-top:1em;
	font-weight: bold;
	margin-bottom: 2px;
}
p.goldhed{
	padding-left: 14px;
	font-size:18px;
	line-height:20px;
	color:#e79134;
	margin-top:1em;
	font-weight: bold;
}
p.bullet{margin-top:3px}
p.a{margin-top:0px;}
p.donorhed{
	margin-left: 20px;
	padding-left: 0px;
	padding-top:9px;
	color:#cc0000;
	font-weight: bold;
	padding-bottom: 2px;
}
p.donorbody{
	margin-top:0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding: 0px;
}
p.body{
	margin-top:1em;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 0px;
}
p.highlighthed{
	padding-left: 0px;
	padding-top:9px;
	color:#cc0000;
	font-weight: bold;
	padding-bottom: 2px;
}
p.highlightdonor{
	margin-top:0 px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding_top: 0px;
	padding_bottom: 0px;
}
p.highlightbody{
	margin-top:0 px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-left: 0px;
	padding_top: 0px;
	padding_bottom: 0px;
}
p.sidebody{
	margin-top:1em;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding: 0px;
}
p.bodyindent{
	text-indent: 2em;
	margin-top: 0px;
}


p.navbar a:link, p.navbar a:visited {
	display:inline;
	margin:0pt;
	background-color:#cc0000;
	padding: 0px;
	text-decoration: none;
	outline:none;
	font-weight: bold;
	font-size: 15px;
	margin-top: 0px;
	padding-left: 0px;
	line-height: 30px;
}
p.navbar a:link{color:#000000;}
p.navbar a:hover{color:#e79134;}
p.navbar a:visited{color:#ffffff;}
p.navbar a:visited:hover{color:#e79134; background-color:#cc0000;}

hr {border: 0;color:#e79134;background-color:#e79134;height: 12px;width: 100%;text-align: left;}
p.logoindex {
	padding-left: 1em;
	padding-right: 1em;
}
p.logo {
	padding-right: 1em;
	padding-left: 0px;
	margin-left: 0px;
}
img {
	border-style:none;
}
.style1 {
color: e79134;
font-weight: bold;
}
.style2 {color: #CC0000}

.twoColFixLtHdr #container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 ; /* the auto margins (in conjunction with a width) center the page */
	border: 0 px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header_left{
	width: 150 px;
	height: 235px;
	padding: 0px 0px 0px 0px;
	float: left;
} 
.twoColFixLtHdr #header_right {
	background: #000000;
	height: 150px;
	padding: 20px 0px 0px 150px;
	left: 150px;
}
.twoColFixLtHdr #header_live {
	background: #000000; 
	height: 100px; 
	background-image:url('liveimages_2010/live_bckgrd.gif');
	background-repeat:repeat;
	padding: 0px 0px 0px 150px;  /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header_thankyou {
	background: #000000; 
	height: 100px; 
	background-image:url('liveimages_2010/thankyou.gif');
	background-repeat:repeat;
	padding: 0px 0px 0px 150px;  /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 148px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	display: inline;
	background: #ffd768;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}
.twoColFixLtHdr #clear {
	clear: both;
}
.twoColFixLtHdr #sidebar1copy {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffd768; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
}
.twoColFixLtHdr #indexmainContent {
	background-image:url('liveimages_2010/live_bckgrd.gif');
	background-repeat:repeat; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #navigate {
	padding: 0px 0px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cc0000;
	margin-left: 150px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
