/* Layout Styles */

body {
	background: url(../images/bg_background.jpg) repeat-x top left;
	background-color: #E7E1C7;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
}
#PrintHeader { display: none; }
#Date {
	width: 694px;
	height: 24px;
	margin: 0px auto 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534640;
	line-height: 24px;
	text-align: right;
	padding-right: 17px;
}
#Body {
	width: 694px;
	background: url(../images/bg_body.jpg) repeat-x top left;
	background-color: #194616;
	margin: 0px auto;
	padding-bottom: 7px;
	text-align: center;
}
#TableHeader {
	margin: 0 auto 0 auto;
}
#TableMenu {
	margin: 0 auto 0 auto;
}
#TableContent {
	margin: 0 auto 0 auto;
	width: 680px;
	min-height: 288px;
	background: #DCCCAD url(../images/bg_content.gif) repeat-x center center;
	border: 1px solid #030;
	padding: 7px 14px;
	text-align: left;
}
#TableFooter {
	margin: 0 auto 0 auto;
	height: 28px;
}
.FooterAddress {
	text-align: left;
	padding-left: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534640;
	line-height: 28px;
}
.FooterCopyright {
	text-align: right;
	padding-right: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #534640;
	line-height: 28px;
}
.FooterCopyright a:link {color: #534640; text-decoration: none;}
.FooterCopyright a:visited {color: #534640; text-decoration: none;}
.FooterCopyright a:hover {color: #006600; text-decoration: underline;}
.FooterCopyright a:active {color: #006600; text-decoration: underline;}


/* Home Page Styles */

#TableHome {
	margin: 0 auto 0 auto;
	width: 680px;
	min-height: 288px;
}
#TableHome td.Content, td.Side {
	background: #DCCCAD url(../images/bg_content.gif) repeat-x center center;
	border: 1px solid #030;
	padding: 7px 14px;
	text-align: left;
}
#TableHome td.Side {
	width: 150px;
}
.ImageRotate {
	margin: 0;
	padding: 0;
	float: right;
}
.HomeContact {
	vertical-align: text-bottom;
	text-align: center;
}


/* Content Styles */

.Content, .Side {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534640;
	line-height: 15px;
}
.Content a:link {font-weight: bold; color: #060; text-decoration: underline;}
.Content a:visited {font-weight: bold; color: #060; text-decoration: underline;}
.Content a:hover {font-weight: bold; color: #000; text-decoration: none;}
.Content a:active {font-weight: bold; color: #000; text-decoration: none;}
.Content table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #534640;
}

.Side a:link {font-weight: bold; color: #060; text-decoration: underline;}
.Side a:visited {font-weight: bold; color: #060; text-decoration: underline;}
.Side a:hover {font-weight: bold; color: #000; text-decoration: none;}
.Side a:active {font-weight: bold; color: #000; text-decoration: none;}
hr {
	color: #D7C2A0;
	background-color: #D7C2A0;
	height: 1px;
	width: 100%;
	border: 0px;
}
.PageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	/*font-weight: bold;*/
	color: #006600;
}
.CowPhoto {
	border: 1px solid #030;
	text-align: center;
}
.CowName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #060;
	text-align: center;
}
.CowContent {
	display: table;
	width: 400px;
	margin: 0 auto;
	text-align: left;
}
.CowContent ul {
	list-style-image: url(../images/bullet-list.gif);
	
}
.SubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #060;
}
.Note {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #900;
	font-style: italic;
}
.TableRow1 {
	background-color: #DECFB2;
}
.TableRow2 {
	background-color: #E7E1C7;
}