@charset "utf-8";
/* CSS Document */
/*Colors: 
Light Text Blue  8694B6
Off-white  DBDFC1

*/

body {color: #8694B6; font-family: Tahoma, Arial; font-size: 12pt; background-color: #000;}
p {color: #8694B6; font-family: Tahoma, Arial; font-size: 12pt;}
h1 {color: #8694B6; font-family: 'Century Gothic', Tahoma; font-size: 16pt}

h2 {color: #8694B6; font-family: 'Myriad Web Pro', Tahoma; font-size: 14pt; margin-bottom: 0;}
h2 a:link, :visited, :hover{color: #8694B6; 'Myriad Web Pro', Tahoma; font-size: 14pt; margin-bottom: 0; text-decoration: none;}
h3 {}

a:link, a:visited, a:hover, a:active {font-size: 12pt;}

.pic {border: 5px solid #fff; }

.paddedpic {border: 5px solid #fff; margin-top: 6px; }

.pedigree {
	background-color: #6a90d1;
	width: 100%;
	height: 15px; 
	color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
	border: 1px solid black;
	font-weight: bold;
}

.pedigreecontainer {
	font-size: 8pt;
	color: #DBDFC1;
}

#navcontainer {
	float: left;
}

ul#topnav
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#topnav li
{
display: inline;
list-style-type: none;
}

#topnav a { padding: 2px 5px;}

#topnav a:link, #topnav a:visited
{
	font-family: "Myriad Web Pro", Arial, Tahoma;
	font-size: 10pt;
	color: #44474D;
	text-decoration: none;
}

#topnav a:hover
{
color: #44474D;
background-color: #E2E5CA;
text-decoration: none;
}