body {
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFCC66;
	border: 1px solid #000000;
	padding: 5px;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #663300;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CC3300;
	padding: 0px;
	margin: 5px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;
}
.form_contents {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000000;
}
#Table_01 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ul_topics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 65%;
	margin-left: 20px;
}
.li_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.li_links a:hover {
	color: #FF0000;
}
.links_cow {
	background-image: url(../images/cows.jpg);
	background-repeat: no-repeat;
	background-position: 350px 160px;
}
.maps {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC66;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.staff_name {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #FFCC66;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 10px;
	margin-right: 35px;
}
.staff_comments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
	padding-left: 20px;
	background-color: #000000;
	margin-right: 35px;
}

.staff_photo {
	border: 1px solid #FFCC00;
	padding-left: 0px;
}
.staff_comments_h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFCC00;
	font-weight: bold;
	padding-left: 3px;
}
.contact_data {
	color: #000000;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}
.login {
	background-color: #000000;
	background-image: url(../images/brown_cow.jpg);
	background-position: 325px center;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	padding: 3px;
}
.animatedtabs{
	border-bottom: 1px solid gray;
	overflow: hidden;
	width: 100%;
	font-size: 14px; /*font of menu text*/
	top: 300px;
}


.animatedtabs ul{
	list-style-type: none;
	margin: 0;
	margin-left: 10px; /*offset of first tab relative to page left edge*/
	padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
	float: left;
	position: relative;
	top: 5px;
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
	background-image: url(../media/tab-blue-left.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

.animatedtabs a span{
	float: left;
	position: relative;
	display: block;
	padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: black;
	background-image: url(../media/tab-blue-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */

 Goes in css 
#inline {
overflow: auto;
width: 310px;
height: 56px;
padding: 5px;        
}
.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}
.nutritional {
	background-color: #FFFFFF;
	background-image: url(../images/corn.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
