html, body
{
	height:            100%;
	background-image:  url(images/ButterflyBackgroundLowDensity720.jpg);
	background-repeat: repeat;
	font-family:       'Helvetica Neue', HelveticaNeue, Helvetica-Neue, Helvetica, 'BBAlpha Sans', sans-serif;
	font-size:         14px;
	text-align:        center;
}

.banner
{
	width:          100%;
	margin:         0px 0px 0px 0px;
	padding:        0px 0px 0px 0px;
	color:          #FFFFFF;
	text-align:     center;
	text-overflow:  ellipsis;
	vertical-align: baseline;
	overflow:       hidden;
	position:       relative;
	z-index:        1000;
}

.banner img
{
	border-radius: 3px;
	border:        1px solid #4682B4CC;
}

.banner p
{
	font-size:   48px;
	position:    absolute;
	text-align:  center;
	width:       100%;
	z-index:     1001;
}

.panel
{
	position:  relative;
	top:       0px;
	display:   inline-block;
	width:     722px;
}

.shadedcard
{
	text-align:       left;
	background-color: rgba(255,255,255,0.7);
	padding:          10px;
	margin:           15px 0px 10px 0px;
	border-radius:    3px;
	overflow:         hidden;
}

.shadedcard p
{
	margin:        15px 0px 0px 0px;
}

.shadedcard img
{
	border:        1px solid #4682B4CC;
	border-radius: 3px;
	width:         700px;
}

.shadedcard img.noborder
{
	border:        0px;
}

.shadedcard-bgpic
{
	position:         relative;
	text-align:       left;
	background-color: rgba(255,255,255,0.7);
	padding:          10px;
	margin:           15px 0px 10px 0px;
	border-radius:    3px;
	overflow:         hidden;
}

.shadedcard-bgpic p
{
	position: relative;
	margin:  15px 0px 0px 0px;
}


.shadedcard-bgpic a
{
	position: relative;
	z-index: 10;
}

.shadedcard-bgpic img.bgpic
{
	position: absolute;
	width:    722px;
	left:     0px;
	bottom:   0px;
}

.picturecard
{
	position:         relative;
	padding:          0px;
	margin:           15px 0px 10px 0px;
	border-radius:    3px;
	overflow:         hidden;
}

.picturecard img
{
	border:        1px solid #4682B4CC;
	border-radius: 3px;
	width:         720px;
}

.picturecardnoborder
{
	position:         relative;
	padding:          0px;
	margin:           15px 0px 10px 0px;
	border-radius:    3px;
	overflow:         hidden;
}

.picturecardnoborder img
{
	border-radius: 3px;
	width:         720px;
}

table
{
	border-collapse:  collapse;
}

th
{
	text-align:       left;
	background-color: #4682B4CC;
	color:            white;
	font-weight:      normal;
	border-top:       1px solid #4682B4CC;
	border-bottom:    1px solid #4682B4CC;
	border-left:      1px solid rgba(255,255,255,0.4);
	border-right:     1px solid rgba(255,255,255,0.4);
}

th
{
	white-space:      nowrap;
}

th, td
{
	padding:          5px;
	vertical-align:   top;
}

table, td
{
	border:           1px solid #4682B4CC;
}

table tr th:first-child
{
	border-left:      1px solid #4682B4CC;
}

table tr th:last-child
{
	border-right:     1px solid #4682B4CC;
}

.bottomright
{
	left:           20px;
	bottom:         0px;
	vertical-align: bottom;
	text-align:     right;
	z-index:        -10;
}

.bottomright img
{
	width:         47px;
	height:        60px;
}


.footnote
{
	font-size:  small;
	font-style: italic;
	text-align: right;
}

.indent
{
	margin-left: 40px;
}

a:link, a:visited, a:hover, a:active
{
	color: black;
}


