body {
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url('bottomtiger.png');
	background-repeat: no-repeat;
	background-position: 108% 95%;
}

p {
	font-size: 12pt;
	color: black;
	text-align: justify;
}

sup {
	font-weight: normal;
}

div.container {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

div.spacer {
	height: 125px;
}

div.gift {
	height: 160px;
}
div.gift p {
	text-align:left;
}

div.gift img {
	display: block;
	float: right;
	padding: 5px;
}


.credit{
	display:block;
	font-size: 7pt;
	text-align: right;
}

/* colors
ribbon red: #f05239
tiger orange: #fcb543
star yellow: #eee154
aura blue: #60afe1 to #a1cbec to white
*/

img.icon_left , img.icon_mid , img.icon_right{
	border-style: none;
}
img.icon_left{ margin-right: 45px }
img.icon_mid{ margin-right: 45px; margin-left: 45px;}
img.icon_right{ margin-left: 45px}

img.smallicon{
	position: relative;
	bottom: 15px;
	margin-right: 10px;
}

div.program {
	float: right;
	padding: 5px;
}
div.program img{
	display:block;
	margin-left: 15px;
}

div.Lprogram {
	float: left;
	padding: 5px;
}

div.Lprogram img{
	display: block;
	margin-right: 15px;
}

a {
	font-weight: bold;
	color: #f05239;
	text-decoration: underline;
}

a:hover{
	color: black;
	background-color: #fcb543;
}

a:active{
	color: #f05239;
}

a.section{
	position:relative;
	bottom: 3px;
}

a.iconlink{
	text-decoration: none;
	border-style: none;
	color: black;
	background-color: white;
}

.obold {
	font-weight: bold;
	font-size: 14pt;
	/* color: #dc9523;  darker tiger */
	color: #e8940e
}

ul {
	text-align: justify;
	color: #e8940e;
}
ul span{
	color: black;
}

