@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #8FB0DD;
	background-image: url(Weberback.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}
.oneColLiqCtrHdr #wrapper {
	background-image: url(webertopback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColLiqCtrHdr #container #mainContent h1 {
	line-height: normal;
}
.oneColLiqCtrHdr #header {
	background-image: url(header.png);
	height: 110px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	border: medium none #000066;
}
.oneColLiqCtrHdr #wrapper #container #header h1 a {
	color: #16376A;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 85px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColLiqCtrHdr #container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent h1 a {
	color: #142F71;
	font-size: 20px;
	text-decoration: underline;
}
.oneColLiqCtrHdr #container #header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.oneColLiqCtrHdr #mainContent {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.oneColLiqCtrHdr #container #header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.oneColLiqCtrHdr #footer {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.images {
	margin-bottom: 2px;
	border: thin solid #000033;
}
.imagecontainer {
	padding: 5px;
	float: left;
	width: 360px;
	margin-right: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	height: 355px;
}
.pedigree {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}
.imagecontainer2 {
	padding: 5px;
	float: left;
	width: 360px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	height: 115px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	font-weight: bold;
	margin-top: 90px;
}
.imageboxcontainer {
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	margin-top: 2px;
	margin-bottom: 3px;
}
