/* Global Styles */

body {
	margin:10px 0 0 0;
	background-color: #95605A;
	font-family: Arial, Helvetica, sans-serif;
	}
	
td {
	font:12px Arial, Helvetica, sans-serif;
	color:#000000;
	}

p { line-height:1.5em;}

ul {list-style-position: outside;
list-style-type: square;}
li {line-height:1.4em; 
padding-bottom:6px;
}
	
a {
	color: #54455a;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	color: #54455a;
	text-decoration:underline;
	}
	
h1 {
	font:20px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #860d2e;
	letter-spacing:.1em;
	line-height:26px;
	}
	
	
/* ID Styles */

#navigation: {
   padding:0;
   margin:0;
   }
	
#navigation a {
	font:12px arial;
	color: #54455a;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
/*#navigation a:hover {
	color: #ecebcd;
	background-color:#54455a;
	text-decoration:underline;
	}*/
#navigation a:hover {
	color: #95605A;
	font-weight:bold;
	background-color:#f7f7f7;
	/* background-image:url(navbar2.gif); background-repeat:repeat-x; problems in ie */
	
	}

#footer {
  font:10px arial, sans-serif;
  color:#999999;
  }
  
#footer a {
  font:10px; arial, sans-serif;
  color:#f7f7f7;
  font-weight:normal;
  text-decoration:none;
  }
#footer a:hover {
	text-decoration:underline;
  }
#dogstable {
background-color: #d2b8b9; 
border-right: 3px solid #95605A; border-bottom:3px solid #95605a; border-top:1px solid #95605a; border-left:1px solid #95605a;
}
/* Class Styles */

.logo {
	font:22px Georgia, "Times New Roman", Times, serif;
	color:#95605A;
	letter-spacing:.1em;
	font-weight:bold;
	padding-top:0px; margin-top:0px; margin-bottom:5px;
	}

.pageName {
	font:20px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color: #860d2e;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.framedImage {
  border-right: 3px solid #95605A; border-bottom:3px solid #95605a; border-top:1px solid #95605a; border-left:1px solid #95605a;
  }
.subHeader {
	font:14px georgia;
	color: #95605A;
	font-weight:bold;
	font-style:italic;
	line-height:20px;
	padding-bottom:0px; margin:0px;
	}
	
.navText {
	font:12px arial;
	color: #333300;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:normal;
	margin:0;
	padding:0;
	}
	
	
.pinStripe {
	background-color:#95605A;
}

.imageright {
float:right; padding-left:10px; }
.imageleft {
float:left; padding-right:10px;}

