#titleDiv {
	float: left;
	border-top: thin solid;
	border-left: thin solid;
	border-right: thin solid;
	background: Black repeat;
}
#logo {
	float: left;
	background: Black repeat;
		}
a:link    {
	text-decoration: underline;
	color: Blue;
}
a:visited {
	text-decoration: underline;
	color: Blue;
}
a:hover   {
	text-decoration: underline;
	color: Red;
}
#menubars {
	display: inline;
	background: Black;
	width: 805px;
}
#menubars li {
	display: inline;
	}
#menubars li a {
	display: inline;
	text-decoration: none;
	padding: 0px 15px 5px 1px;
	color: White;
}
#menubars li a:hover {
	color: #A9A9A9;
}
#bigdiv {
	clear: none;
	border-top: thin solid;
	width: 805px;
	}
#leftdiv {
	float: left;
	width: 370px;
	margin: 1px 5px 0px 1px;
	border-right: thin dotted Black;
}
#rightdiv {
	float: right;
	align
	width: 350px;
	margin: 1px 0px 0px 1px;
}
#rightdivfowl {
	margin: .4em;
	width: 45%;
	float: right;	
}
body {
	font-family: times new roman;
	text-align: center;
}
#boardmembers {
	clear: left;
	text-align: left;
}
#boardmembers dt {
	font-weight: bold;
}
#youthtext {
	clear: left;
}
#fourlogo {
	vertical-align: middle;
}
#fowltextmem {
	clear: left;
}
#footer {
	background-color: Black;
	width: 805px;
	text-align: center;
	color: White;
	vertical-align: bottom;
}

/*first entirepage div is for IE and the second is for firefox */
#entirepage {
	width: 805px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-left: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;	
}
/* from this point on is for the poultry values page */

#complicatedtable ul {
	list-style-type:none;
	margin: 0;
}

.heading {
  font-weight: bold;
}

#intro {
	clear: both;
}

#left {
	width: 60%;
	float:left;
	margin: 0;
	padding: 0;
}

#right {
	width: 40%;
	float:right;
	margin: 0;
	padding: 0;
}

th {
	background: #F7AF6C;
}

td {
	background: white;
	vertical-align: top;
}


/* for the resources page */

#testers dt {
	font-weight: bold;
}

#testers {
	margin-left: 120px;
}

#testers ul {
	list-style-type: none;
}

#npip {
	font-weight: bold;
}

#npip li {
	font-weight: normal;
}

#contacts ul {
	list-style-type: circle;
}

#contacts a:hover {
	background: black;
	color: #F7AF6C;
}






