@charset "utf-8";

p { margin: 0; padding: 0; }

a:link {color:#036;}      /* unvisited link */
a:visited {color:#036;}  /* visited link */
a:hover {color:#FF00FF;}  /* mouse over link */
a:active {color:#0000FF;} 

body {
	background-color: #FFF;
	margin: 0px;
	background-image: url(../images/bgpng.png);
}

#wrapper {
		width:968px;
		background-color: #FFF;
		margin:0px auto;
		border-right:2px solid #036;
		border-left:2px solid #036;
		font-family: Verdana, Geneva, sans-serif
		
}

#header {
	
	height: 125;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	align-content:center;
}

#smheader {
	background-color: #FFF;
	height: 100;
	margin-right: auto;
	margin-left: auto;
}

.navbar {
	background-color: #FFF;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}

.navlinks {
	margin: 0;
	padding: 0.25em 1.0em;
	background: #245775;
	color: #CDC5BF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


.navlinks li {
	display: inline;
	margin-right: 0.25em; padding-right: 0.5em;
	border-right: 2px solid #C0C0C0;
	font-weight: bold;
}

.navlinks li.last {
	border-right: 0;
}

.navlinks a {
	color: #FFF5EE;
	text-decoration: none;
}
.navlinks li a:hover {
	color: #245775;
	background-color: #FFF;
}

#pagetitle {
	
	background-color: #FFF;
	right: auto;
	bottom: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#content {
	background-color: #FFF;
	right: auto;
	bottom: auto;
	margin-right: auto;
	margin-left: auto;
}

#adults {
	background-color: #FFF;
	margin: 0px;
	height:450px;
	margin-right: auto;
	margin-left: auto;
}

.style2 {
	border-width: 0;
	font-size: 16px;
	color: #000;
	line-height: 1.3em;
	text-align: left;
	padding: 0;
	margin-top: 0px;
	margin-right:40px;
	margin-left: 40px;
	margin-bottom: 0px;
	}
	
.style3 {
	border-width: 0;
	font-size: 14px;
	color: #000;
	line-height: 1.3em;
	text-align: center;
	}
	
.picture {
	 margin-top: 0px;
	margin-right:15px;
	margin-left: 15px;
	margin-bottom: 0px;
}

.smpic {
	margin-right:10px;
	margin-left: auto;
	border: 0px;
	text-align:right;	
	
}

.captions {		
	font-size: 12px;
	color: #036;
	text-align: center;
}
.pedigree {
	border-width: 0;
	font-size: 16px;
	text-align: center;
	color: #036;
	font-weight: bold;
	text-decoration: underline;
	text-align:center;
}

.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table {
  width: 70%;
  margin-left:auto;
  margin-right:auto;
}

th, td {
  width: 10%,29%,31%;
  text-align: left;
  padding-left:10px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
 
}

  
 #footer {
	background-color: #FFF;
	margin: 0px;
	
	margin-right: auto;
	margin-left: auto;
	text-autospace: 20px;
}	

.copyright {
	font-size: x-small;
	
	text-align: left;
	color: #000;
	margin-left: 40px;
}
