@charset "utf-8";
body {
	margin: 0px;
	font-size: 10pt;
}
#round {
	width: 940px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

#header {
	height: 100px;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: right;
	background-color: #242424;
}
#mainContent {
	background-color: #FFFFFF;
	float: left;
	width: 700px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mainContent a {
	text-decoration: none;
}


#mainContent h1 {
	font-size: 12pt;
	font-weight: bold;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #278fc1;
	padding-left: 5px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #278fc1;
	text-align: left;
}
#mainContent h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}
#mainContent h3 {
	font-size: 10pt;
	color: #990000;
}
#mainContent li {
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	line-height: 1.8em;
}
#mainContent p {
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	line-height: 1.8em;
}
#mainContent img {
	text-align: center;
	margin-left: 13px;
}
#mainContent .imgStyleBig {
	border: 1px solid #666666;
}
#mainContent .imgStyleIcon {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}


#mainContent .indexTdbg {
	background-image: url(images/index_more.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
	width: 150px;
	margin: 0px;
}
#mainContent .genusTdbg {
	background-image: url(images/genus_more.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
	width: 150px;
	margin: 0px;
}
#mainContent .detailButton {
	font-size: 10px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f6fafd;
	line-height: 1.8em;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border: thin dotted #d2e6f1;
	margin: 0px;
}
#mainContent #path {
	color: #006699;
}

#mainContent #path a {
	color: #999999;
}
#mainContent #path a:hover {
	color: #d14227;
}
#mainContent #itemlist p {
	color: #666666;
}



#primaryNav {
	background-color: #FFFFFF;
	width: 220px;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#primaryNav ul {
	background-image: url(images/priNav_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 10px;
	list-style-position: inside;
	list-style-type: none;
}
#primaryNav li {
	color: #797979;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	list-style-type: none;
	padding-left: 25px;
	line-height: 2em;
	text-decoration: none;
	width: 135px;
	margin-left: 15px;
	list-style-position: inside;
}
.item {
	color: #797979;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	list-style-type: none;
	padding-left: 25px;
	line-height: 2em;
	background-image: url(images/symbol_item.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	text-decoration: none;
	width: 135px;
	margin-left: 15px;
	list-style-position: inside;
}
#primaryNav a:link {
	color: #7f9db9;
	text-decoration: none;
}
#primaryNav a:visited {
	color: #B3B3B3;
	text-decoration: none;
}
#primaryNav a:hover, a:active {
	color: #505050;
	text-decoration: underline;
}
#siteInfo {
	clear: both;
	color: #C9C9C9;
	font-size: 9pt;
	text-align: center;
	background-image: url(images/siteinfo.png);
	height: 80px;
	vertical-align: middle;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: top;
	line-height: 1.6em;
}
#siteInfo .colorGreen {
	color: #69a185;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}
