/* CSS Document */

body {
	background-image: url(/Elements/pawtree-bkgrd.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0%;
	list-style-position: outside;
	list-style-image:  url(/Elements/Round%20Bullet.GIF);
}

body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: #3A4A6C;
}
a:link {
	color: #3A4A6C;
	text-decoration: underline;
}

a:visited {
	color: #43567C;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #637AAB;
}

a:active {
	color: #3A4A6C;
	text-decoration: underline;

}
.footer {
	font-size: 9px;
	color: #cccccc;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}
.style1 {	
	color: #3A4A6C;
	font-size: 14px;
}
.style2 {	
	color: #3A4A6C;
	font-family: Monotype Corsiva;
	font-size: 22px;
}
.style3 {
	color: #3a4a6c;
	font-size: 11px;
}
.style4 {font-size: 12px;
}
.style5 {
	color: #707C9E; 
	font-size: 12px; 
}
.style6 {
	color: #999999;
	font-size: 12px;
}
.style7 {
	color: #D7DDEA;
	font-family: Monotype Corsiva;
	font-size: 24px;
}
.style8 {
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.style9 {
	font-size: 13px;
}
.style10 {
	font-weight: bold;
}

/** START Image Caption css **/

/** END Image Caption css **/

/**START container shadow */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */ Hide entire CSS code from IE6 
<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 375px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: #CDD5E4;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}
<![endif]>
/*END container shadow */
