/* CSS Document */

body {
	background-image: url(images/sand_background.jpg);
	} 

p, table, tr, td, th {
	font-size: 14px;
	line-height: 15pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	}

a {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal; 
	text-decoration: none
	}

a:link {
	color: #006666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none
	}

a:active {
	color: #006666; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none
	}

a:visited {
	color: #006666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none
	}

a:hover {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none
	}

a.toplink:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color : #ffffff;
	}

a.toplink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color : #ffffff;
	}

a.toplink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color : #006666;
	}

a.copyright:link {
	font-size: 10px; 
	font-family: verdana, arial, sans-serif; 
	text-decoration: underline; 
	color: #E1C4A6;
	}

a.copyright:visited {
	font-size: 10px;
	font-family: verdana, arial, sans-serif; 
	text-decoration: underline; 
	color: #E1C4A6;
	}

a.copyright:hover {
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	color: #CC9966;
	}

.top {
	font-size: 10px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006666;
	}

.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
.pedigree {
	font-size: 11px;
	line-height: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	}
	
.record {
	font-size: 12px;
	line-height: 13pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	}

.recordbold {
	font-size: 12px;
	font-weight: bold;
	line-height: 13pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	}

.recordquote {
	font-size: 12px;
	font-style: italic;
	line-height: 13pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	}

.heading {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-weight: normal;
	padding: 1px;
	border-bottom: 1px solid #50257E;
	}

.toplink {
	font-size: 14px; 
	font-family: Arial, Helvetica; 
	color: #FFFFFF; 
	font-weight: normal;
	}

.purpleheading {
	font-size: 18px; 
	font-family: Arial, Helvetica; 
	color: #4E1231; 
	font-weight: normal;
	} 

.purpleheadingsm {
	font-size: 14px;
	font-family: Arial, Helvetica;
	color: 006666;
	font-weight: bold;
	}

.brownbold {
	font-size: 13px; 
	font-family: Arial, Helvetica; 
	color: #663300; 
	font-weight: bold;
	}

.italic {
	font-style: italic;
	line-height: 12pt;
	font-size: 10px;
}

.quote {
	font-style: italic;
	}

.awards {
	font-style: italic;
	font-size: 12px;
	}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
  height: 29px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000000;
}

div.row span.forminput
{ float: left;
  text-align: left;
} 

div.spacer
{ clear: both;
  width: 80px;
  height: 22px;
}

input, textarea
{
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	border: 1px solid;
}

.submit
{   font-family: Georgia, "Times New Roman", Times, serif;
  color: #000000;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
}

