@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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;
	background-color: #666666;
	background-image: url(web%20images/brown152.jpg);
	border: medium groove #003;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
}
.twoColFixRtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: medium double #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: none;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	text-align: left;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFF;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #E0D2A0;
	border: medium outset #300;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
.bkbluebanner {
	background-color: #006;
}
.brownbanner {
	background-color: #D2BD75;
	font-family: "Brush Script MT";
	font-size: 24px;
	font-weight: bolder;
	color: #300;
	text-align: center;
}

.twoColFixRtHdr #mainContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	white-space: normal;
	background-color: #FFF;
} 
.twoColFixRtHdr #footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #FFF;
	text-align: justify;
	background-color: #003;
	background-image: none;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border: thin none #000;
} 
.Footerinfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #003;
	text-align: center;
}

.information {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: left;
	font-style: italic;
}

.twoColFixRtHdr #footer p {
	background-color: #003;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#welcome {
	font-family: "Brush Script MT";
	font-style: italic;
	font-weight: bold;
	color: #900;
	font-size: 36px;
}
#updates {
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
	color: #006;
}
#updates {
	font-family: Calibri;
}
#harmanfarms {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #000;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
#moto {
	color: #006;
	font-style: italic;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
	padding: 0px;
	margin: auto;
}
#contact {
	font-style: italic;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.pagetitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	color: #900;
	text-align: center;
}
.Litterinfo {
	font-size: 16px;
	color: #900;
	font-weight: bold;
	text-align: left;
}
.Litternumber {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #900;
	text-align: left;
}

#litt {
	text-align: center;
}
.thanks {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #00C;
	text-align: left;
}
.directions {
	text-align: left;
	font-size: 10px;
}
.signature {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #900;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}
.signaturesex {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
	text-align: center;
}

.updateinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	background-color: #E0D2A0;
}
.updateinfored {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #003;
	background-color: #E0D2A0;
}

.updateinfoitalic {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #E0D2A0;
	font-style: italic;
}


.Littertable {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003;
	background-color: #D2BD75;
	border: thin solid #000;
	text-align: left;
}
.searchtableheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003;
	text-align: center;
}

.oddrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.evenrow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFC;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: bolder;
}
.hover {
	background-color: #FFC;
}
.tabledata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.tablelitterinfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.tablelitternumber {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


.inportantinfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #900;
	font-weight: bold;
}
.eventinfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
}
.upcommingevents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #009;
}
.eventinfoyear {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.eventspecifics {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.tableinfo2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #E0D2A0;
}

.eventspecificsbold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.importantinfo2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #930;
	font-weight: 400;
}
.center {
	text-align: center;
}
.sowinfo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;
}
.Breedlitters {
	font-size: 24px;
}
.emphesis {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #900;
	font-weight: normal;
}
.links {
	width: 750px;
	text-align: center;
	background-color: #FFF;
}
.moto {
}
.harmanfarms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000;
	vertical-align: middle;
}
.county {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
.twoColFixRtHdr #container #mainContent table tr .Bling .eventspecifics {
	color: #FFF;
}
.updatesmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #300;
	background-color: #E0D2A0;
}
.year {
	font-family: "Brush Script MT";
	font-size: 24px;
	font-weight: bold;
	color: #006;
}

