a
{
	/*font-style: italic;*/
	font-weight: bold;
}

a:link, a:visited
{
	color: #003399;
}

a:hover, a:active
{
	outline: none;
	color: #3366cc;
}

a.box_link, a span.box_link
{
	/*display: block;
	text-align: center;
	width: 150px;
	padding: 4px auto 5px auto;*/
	
	padding: 4px 17px 4px 17px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffd6;
	text-transform: uppercase;
	font-style: normal;
}

a.box_link:link, a.box_link:visited, a:link span.box_link, a:visited span.box_link
{
	background-color: #003300;
}

a.box_link:hover, a.box_link:active, a:hover span.box_link, a:active span.box_link
{
	outline: none;
	background-color: #006600;
}

body
{
  margin: 0px;
  padding: 0px;
  color: #000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: .8em;
  text-align: center;
  background-color: #ebebeb;
  line-height: 160%;
}

.bottom_space
{
	margin: 0 0 15px 0;
}

.caption
{
	margin: 0 0 0 0;
}

#column1, #column2, #column3
{
	width: 237px;
	margin: 15px 0 0 0;
	float: left;
	text-align: center;
}

#column1 img, #column3 img, table.pedigrees td img, .border
{
	border: solid 3px #003300;
}

#column2
{
	margin-left: 15px;
	margin-right: 15px;
}

#column2 h1, #column2 h2, #column2 h3, #column2 h4, #column2 h5, #column2 h6
{
	color: #7e4c0a;
	font-size: 13px;
}

#column_left, #column_right
{
	float: left;
	text-align: left;
}

#column_left
{
	width: 311px;
}

#column_right
{
	width: 415px;
	margin: 0 0 0 15px;
}

#container
{
	width: 808px;
	margin-left: auto;
	margin-right: auto;
}

div
{
	/*border: solid 1px red;*/
}

em
{
	font-style: italic;
}

.float_left
{
	float: left;
	margin: 0 10px 10px 0;
}

.float_right
{
	float: right;
	margin: 0 0 10px 10px;
}

#footer
{
	font-style: italic;
	color: #c00;
	margin: 0 0 25px 0;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Serif;
	margin: 15px 0 0 0;
	font-weight: bold;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em
{
	font-style: italic;
	font-weight: bold;
}

h1
{
	font-size: 22px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

#header
{
	height: 156px;
	background-image: url(images/header.png);	
	background-repeat: no-repeat;
	background-color: #060;
	color: #fff;
}

#headertext
{
	padding: 60px 0 0 40px;
}

html
{
  background-color: #ebebeb;
}

#main
{
	width: 742px;
	float: left;
	margin: 0 14px 0 14px;
	padding: 0 14px 4px 14px;
	text-align: justify;
	background-color: #ffffd6;
	border: solid 5px #004c04;
}

#navigation
{
	text-align: left;
	margin: 4px 0 0 26px;
}

#navigation a
{
	padding: 2px 17px 2px 17px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-style: normal;
}

#navigation a:link, #navigation a:visited
{
	background-color: #ffffd6;
}

#navigation a:hover, #navigation a:active
{
	outline: none;
	background-color: #9c9;
}

.no_border, img.no_border, #column1 img.no_border, #column3 img.no_border, #main img.no_border
{
	border-width: 0;
}

p
{
	margin: 0 0 15px 0;
}

table.pedigrees td
{
	line-height: 100%;
}

.small, a.small:link, a.small:visited, a.small:hover, a.small:active
{
	font-size: 0.8em;
	font-weight: normal;
}

strong
{
	font-weight: bold;
}

#subtitle
{
	font-family: Georgia, Serif;
	margin: 3px 0 3px 0;
	font-style: italic;
}

#tagline
{
	font-family: Georgia, Serif;
	font-size: 14px;
	font-weight: bold;
}

table.test_results
{
	width: 700px;
	border: solid 2px #000;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

table.test_results td
{
	line-height: 100%;
	padding: 2px 2px 3px 2px;
	border-collapse: collapse;
	border: solid 1px #f1f1b2;
}

table.test_results th
{
	color: #ffffd6;
	background-color: #000;
	padding: 3px 2px 3px 2px;
	border-collapse: collapse;
}

table.test_results td p, table.test_results th p
{
	margin: 0 0 0 0;
}