@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/pg-top.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #000066;
	margin: 5px 0 0 0;
}
#top {
	width: 765px;
	height: 130px;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
#top .logo {
	float: left;
	margin: 0 5px 0 5px;
}
#top a {
	font-size: 13px;
	font-weight: bold;
}
#top a:link, #top a:visited {
	color: #E1E1E1;
}
#top a:hover {
	color: #FFFFFF;
}
#nav {
	width: 765px;
	line-height: 30px;
	margin: 6px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
#page {
	width: 765px;
	margin: 5px auto 0 auto;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
}
#indexpage {
	width: 765px;
	margin: 5px auto 0 auto;
	background-color: #000000;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
	text-align:center;
	color:#fff;
}

#indexpage a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#indexpage a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#indexpage a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
#looking {
	width: 765px;
	margin: 5px auto 0 auto;
	color: #FFFFFF;
	background-color: #181818;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
}
#looking a:link {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
#looking a:visited {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
#looking a:hover {
	color: #00CCFF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
#genomics {
	width: 765px;
	margin: 5px auto 0 auto;
	color: #FFFFFF;
	background-color: #181818;
	font-family: "Trebuchet MS", Helvetica, Sans-serif;
}
#genomics a:link {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
#genomics a:visited {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
#genomics a:hover {
	color: #00CCFF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
}
.scores {
	color: #FFFFFF;
	font-family:Garamond;
	font-size:18pt;
	font-weight:bold;
}
.scores a:link {
	color: #FFFFFF;
	font-family:Garamond;
	text-decoration: underline;
	font-size:18pt;
	font-weight:bold;
}
.scores a:visited {
	color: #FFFFFF;
	font-family:Garamond;
	text-decoration: underline;
	font-size:18pt;
	font-weight:bold;
}
.scores a:hover {
	color: #00CCFF;
	font-family:Garamond;
	text-decoration: underline;
	font-size:18pt;
	font-weight:bold;
}
#bottom {
	line-height: 50px;
	background-color: #757575;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 25px;
}

.cowname {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
.cowscore {
	display: block;
	font-weight: bold;
}
.cowphoto {
	float: left;
}
div.cowinfo {
	margin-left: 370px;
}
.cowinfo {
	font-size: 13px;
}
.indexes {
	display: block;
	background-color: #E1E1E1;
}
.emph {
	font-weight: bold;
	font-style: italic;
}
