/*Style Sheet for Version 5 Browsers */
/*The Body */
body {
	background-color : #fff;
	color: #000;
	font-family: geneva,helvetica,arial,sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

/* The Links */

a:link {color: #000;
	   background-color: inherit;}

a:visited {color:#f90;
	   background-color: inherit;}

a:hover {color: #c00;
	   background-color: inherit;}

a:active {color: #c00;
	   background-color: inherit;}

/* The Headers */

h2, h3, h4, h5, h6 
	{font-family: trebuchet,geneva,helvetica,arial,sans-serif;
	 margin: 20px 0px 10px 40px;	
	}

h1, h3, h5 {color: #c00;
	background-color: inherit;}

h1	{display: block;
	margin: 20px 0px 20px 0px;
	padding: 15px 15px 15px 45px;
	border-top: 4px solid #c00;
	border-bottom: 4px solid #c00;
	font-family: trebuchet,geneva,arial,helvetica,sans-serif;
	font-weight: bold;
	background-image: url(images/crosshatch.gif);	 
	background-color: #fc3;
	color: #000;}
	 
p 	{margin: 10px 10px 10px 40px;}	 

/*The Recent MACHs list */

#mach	
	{margin: 0px 40px;}
	
#mach li 
	{line-height: 18px;}

/*The Breed Navigation Bar */

#breedlist
	{margin: 0px 40px 0px 40px;
	 padding-top: 10px;}	

#breedlist ul
	{margin: 0px;
	 padding: 0px;
	 list-style-type: none;
	 
	 }
	 
#breedlist ul li
	{display: inline;
	 padding: 3px;

}	

#breedlist ul li a {text-decoration: none;
	 padding: 3px 5px; 
	 margin: 0px 5px;
	 background-color: #fd9;
	 color: #000;
	 border-top: 1px solid #000;
	 border-right: 5px solid #c00;
	 border-bottom: 1px solid #000;
	 border-left: 5px solid #000;
	
	}

#breedlist ul li a:link, #breedlist ul li a:visited
	{color: #000;
	 background-color: #fd9;
	 text-decoration: none;
}

#breedlist ul li a:hover {
	color: #c00;
	background-color: #fd9;
	text-decoration: none;
}

/*The MACH calendar */
#machdates ul
	{margin-left: 40px;
	 padding-left: 0px;
	 list-style-type: none;
	 font-family: Arial, Helvetica, sans-serif;
}

#machdates li {
	width: 200px;
	height: 20px;
}

#machdates .mach
	{width:55px;
	 float: left;
	 margin-right: 6px;
	 padding-left: 2px;
	 background-color: #fd9;
	 color: #000;	 
	 border: 0px solid #c00;}
	 
#machdates p {padding: 2px;}	
	
/*Style Applied to the Paragraphs  */

.title {
	font-family: trebuchet,geneva,arial,helvetica, sans-serif; 
	color: #c00;
	background-color: transparent;
	font-weight:bold;
	}	
		 
.owner {width: 50%;}	
	
p.tagline	{
	padding-left: 10px;
	margin-top: -42px;
	font-family: 'Lucida Grande',Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	}

p.copyrights {
	clear: both;
	color : #000;
	background-color: inherit;	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : normal;
	margin-bottom : 12px;
	margin-top : 60px
}

p.footer {
	clear: both;
	color : #000;
	background-color: inherit;	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : normal;
	margin-top : 6px;
}

div.spacer {
  clear: both;
  height: 1px;
  }
