/* CSS Document */

body {
	background: #666633 url(/images/bg_pawprints.gif) repeat-y 800px 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
}

a:link { color: #0000FF; }
a:visited { color: #003366; }
a:hover { color: #FF9900; }
a:active { color: #FF0000; }

h1 {
	font-size: 16pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #474723;
	font-style:italic;
}
h2 {
	font-size: 14pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #474723;
	font-style:italic;
}
h3 {
	font-size: 12pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#CFCFC0;
	font-style:italic;
	background-color:#666633;
	padding: 2px 0 2px 3px;
}

/* CONTENT stuff */

#content {
	padding: 0 30px 10px 20px;
}

#content p {
	padding-left: 20px;
}


#content ol {
	margin-left: 50px;
}

#content li {
	padding-bottom: 3px;
	list-style-image:url(/images/bullet_paw.gif);
}

/* end CONTENT stuff */

/* RIGHTBOX stuff */

#RightBox {
	float: right;
	width: 250px;
	background-color: #C0C0AB;
	margin: 0 0 12px 15px;
	padding: 15px 15px 15px 15px;
}

#RightBox p {
}

/* end RIGHTBOX stuff */

#Address {
	float: right;
	margin: 0px 0 5px 12px;
	text-align: right;
	padding-top: 8px;
	width: 220px;
	font: 13pt Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666633;
	z-index:1;
}

/* MEMORIAM TABLE */

#MemoriamTable {}

#MemoriamTable tr {
	vertical-align: text-top;
}

#MemoriamTable td {
	padding: 3px 0 3px 10px;
}

/* End MEMORIAM TABLE */

.ImageTopRight {
	float: right;
	margin: 0 0 10px 12px;
}
.ImageRight {
	float: right;
	margin: 10px 0 10px 12px;
}
.ImageLeft {
	float: left;
	margin: 10px 12px 10px 0;
}
.ImageTopLeft {
	float: left;
	padding: 4px 10px 10px 0;
}
.SmallText {
	font-size: 8pt;
}
.Required {	
	color: #0066FF;
	font-weight: bold;
}
.LeaderDots {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
table.boutique {
	padding-left: 10px;
}

#TableCellCentered img {
	display: block;
	margin: 2px auto 2px auto; 
