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

body {
	background-color: #ffff99;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	overflow: -moz-scrollbars-vertical;
}
#header {
	height: 164px;
	width: 750px;
	margin: 0 auto 0 auto;
	background-repeat:no-repeat;
	background-image: url(../images/new-top.jpg);
	background-position: center;
	background-color: #FFFF99;
}
#top_round {
	height: 27px;
	width: 750px;
	margin: 0 auto 0 auto;
	background-repeat:no-repeat;
	background-image: url(../images/rounded-top.jpg);
	background-position: center;
	background-color: #FFFF99;
}
#title {
	clear: both;
	width: 750px;
	margin: 0 auto 0 auto;
	background-color: #008700;
	text-align: center;
	font-size: x-large;
	font-family:"Arial Black", Gadget, Sans-serif;
}
.body {
	width: 750px;
	margin: 0 auto 0 auto;
	background-color: #008700;
}
a:link, a:visited {
	color: #000099;
}
a:hover {
	color: #00CCFF;
}
#nav {
	height: 26px;
	line-height: 26px;
	width: 750px;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #008700;
	background-image: url(../images/tab-fill.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #008700;
}
#nav .innercontainer {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#nav a {
	float: left;
	display: block;
	width:auto;
	height: 26px;
	padding: 0px 15px 0px 15px;
	text-align: center;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	background-image: url(../images/tab-off-left.png);
	background-repeat: no-repeat;
	background-position:left;
	color: white;
	width:auto;
}
#nav a:hover {
	background-image: url(../images/tab-on-left.png);
	background-repeat: no-repeat;
	background-position:left;
	color: yellow;
	border-bottom: 1px dashed yellow;
	width:auto;
}
#sirenav {
	height: 20px;
	line-height: 20px;
	width: 750px;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border-bottom: 1px solid #008700;
}
#sirenav a:link, #sirenav a:visited {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 1px dotted #000000;
}
#sirenav a:hover {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
	color: #CCFF99;
	border-bottom: 1px solid #CCFF99;
}
#footer {
	height: 146px;
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: #008700;
	background-image:url(../images/logo-bottom.gif);
	background-repeat:no-repeat;
	background-position: center;
}
#footer_foot {
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: center;
	background-color: #008700;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
#footer_foot a:link, #footer_foot a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #99CCCC;
}
#footer_foot a:hover {
	color: #FFFF00;
}


.traitTitle {
	color: Yellow;
	font-weight: bold;
	background-color: #46A546;
}
.csvlibFile {
	border: 1px solid black;
	font-family: Arial;
	font-size: 10pt;
}
.csvlibTitles {
	border-bottom: 3px double #008800;
	color: white;
	font-weight: bold;
	background-color: #46A546;
	text-align: center;
}
.csvlibItems {
	font-weight: normal;
	color: #000000;
	background-color: #F3F3F3;
	text-align: right;
	padding: 3px;
	border-left: 1px solid #F0FFF0;
	border-right: 1px solid #F0FFF0;
	border-bottom: 1px solid #F0FFF0;
}
.csvlibItems a {
	font-weight: bold;
}
.majorhead {
	font-family:  "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	font-size: 26pt;
	font-weight: bold;
	background-image: url(images/mainbg.png);
	color: white;
	font-style: italic;
}
.minorhead {
	font-family:  "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	background-image: url(images/mainbg.png);
	color: white;
	font-style: italic;
}
.cowinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.traitItems{
	color: #000000;
	font-weight: normal;
	background-color: #F3F3F3;
	text-align: center;
	padding: 3px;
	border-left: 1px solid #F0FFF0;
	border-right: 1px solid #F0FFF0;
	border-bottom: 1px solid #F0FFF0;
}	
.smalltext {
	font-family:"Trebuchet MS", Helvetica, Sans-serif;
	font-size: 13px;
}

