body {
	padding: 0;
	text-align: center;
	background-color: #250646;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.oneColFixCtrHdr     #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom: 20px;
	padding-top:10px;
	padding-right: 5px;
	padding-bottom:10px;
	padding-left: 5px;
	border: 3px inset #CAAF86;
	background-color: #34005E;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	height: 300px;
	width: 776px;
	background-color: #34005E;
}

.oneColFixCtrHdr #mainContent {
	background-color:#34005E;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	margin-bottom: 30px;
	padding-top:10px;
	padding-right: 5px;
	padding-bottom:5px;
	padding-left: 10px;
	border: 1px solid #C1A780;
}
.oneColFixCtrHdr #footer {
	width: 760px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	left: 103px;
	background-color: #340034;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CAAF86;
	text-align: center;
	position: absolute;
	top: 999px;
	height: 31px;
}
.mainpagefont {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #EDEBD4;
}

.whatsnewfontcenter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	color: #EDEBD4;
	text-align: center;
}


.whatsnewfontjustify {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #EDEBD4;
	line-height: 27px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.5px;
	text-align: justify;
}


.whatsnewfontjustify  a:link{
	color:#EDEBD4;	
}

.whatsnewfontjustify  a:hover{
	color:#EDEBD4;
}

.whatsnewfontjustify  a:visited{
	color: #EDEBD4;
}
.announcement {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #EDEBD4;
}
#navlist ul{
	margin: 10px;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left:10px;
}
#navlist li{
	display: inline;
	list-style-type: none;
}

#navlist a {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left:10px;
	font-family: georgia;
	font-style: italic;
	font-size: 14pt;
	color:  #EDEBD4;
	background-color: #34005E;
}
#navlist a:link, #navlist a:visited{
	color: #EDEBD4; 
	text-decoration: none;
}
#navlist a:hover{
	background-color: #34005E;
	background-image: url(images/l1_over.gif);
	color: #FFECBA;
}
.yvonneinfo {
	color: #EDEBD4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}
.yvonneinfo a:link{
	color: #EDEBD4;
}
.yvonneinfo a:hover {
	color: #EDEBD4;
}
.yvonneinfo a:visited{
	color: #EDEBD4;
}

.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #EDEBD4;
}

.blackborder {
	border: black medium solid;
}
.tonipedigrees {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #EDEBD4;
	}
.tonipedigrees a:link{	
		color: #EDEBD4;
}
.tonipedigrees a:hover{	
		color: #EDEBD4;
}

.tonipedigrees a:visited{	
		color: #EDEBD4;
}

	
.lightborder {
	border: 2px solid #CAAF86;
	padding: 10px;
}

.borderlightleft {
	border: 2px solid #CAAF86;
	margin-right: 10px;
    margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
	  padding-right: 0px;
	  -moz-border-radius-topleft: 6px 3px;
  -moz-border-radius-topright: 6px 3px;
  -moz-border-radius-bottomleft: 3px 6px;
  -moz-border-radius-bottomright: 3px 6px;
}

.borderlightright {
	border: 2px solid #CAAF86;
	margin-right: 5px;
    margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
	  padding-right: 0px;
	  -moz-border-radius-topleft: 6px 3px;
  -moz-border-radius-topright: 6px 3px;
  -moz-border-radius-bottomleft: 3px 6px;
  -moz-border-radius-bottomright: 3px 6px;
}


.oneColFixCtrHdr   #picture1{
	float:left;
	height: 320px;
	width: 430px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #EBE6C8;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top:5px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom: 20px;
	border: 0px solid #ebe6c8;
}


.oneColFixCtrHdr   #picture2{
	float:right;
	height: 270px;
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #EBE6C8;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top:5px;
	padding-left:1px;
	padding-right:1px;
	padding-bottom: 10px;
	border: 0px solid #ebe6c8;
}

.lightborder2 {
	border: 1px solid #CAAF86;
}

