/* Elements */
body {
	font-family: serif, 8px;
	color: #000;
	margin: 0;
	background-image: url(images/blueside.jpg);
	background-repeat: repeat-x;
}
a:link, a:visited {
	text-decoration: none;
	color: #023A73;
}
a:hover, a:active {
	text-decoration: none;
	color: #000000;
}

h3 {
	color: #A03E19;
	margin: 0;
}
h2 {
	color: #023A73;
	margin: 0;
}
acronym {
	border: 0;
	font-style: bold;
	color:#0033FF;
}

th {
	background-color: #CCCCCC;
}

#title {
	color: #023A73;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}

#byline {
	color: #023A73;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}


/* ID's */

#container {
	vertical-align:top;
	font-family: serif;
	position: relative;
	width: 790px;
	background: url(images/blueheader.jpg) no-repeat top left;
	margin: 0 auto;
}

#pageHeader {
	height: 95px;
}
#pageHeader span {
	display: none;
}

#content {
	margin-left: 10px;
	vertical-align: text-bottom;
	width: 580px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

#content p {
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1.5em;
	text-align:left;
	font-size:12px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content a:hover, a:active {
	text-decoration: underline;
	color: #000000;
}

#content h4 {
	text-align:left;
	float:left;
	width:100%;
	color: #023A73;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	border-bottom: 1px solid #023A73;
	margin-top: 0px;
	margin-bottom: 5px;
}

#content li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	color:#666666;
	font-size:12px;
}
#searchform {
	line-height: 1.5em;
	text-align:left;
	font-size:12px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #023A73;
}

#totals {
	line-height: 1.5em;
	text-align:left;
	font-size:12px;
	color:#990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #023A73;
	border-bottom: 1px solid #023A73;
	margin-bottom: 10px;
}

#totals span.numb {
	font-size:12px;
	color: #023A73;
	font-weight: bold;
}

#validspecies {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #023A73;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-left: 2in;
	text-indent: -2in;
}

#validspecies a:hover {
	background: #C4CFE5;
	color: #000;
	text-decoration:none;
}

#synonym {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #023A73;
	margin-left: 25px;
}

span.common {
	color: #990000;
	font-size:10px;
	font-weight: normal;
}

#family {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	width: 50%;
	margin-top: 5px;
}

#speciespage {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin-top: 5px;
	font-size:12px;
	color: #990000;
	font-weight: normal;
	margin-left: 0.5in;
	text-indent: -0.5in;
}

#speciespage span.caption {
	font-size:12px;
	color: #023A73;
	font-weight: bold;
	margin-left: 15px;
}

#refcit {
	text-align: left;
	margin-left: 0.25in;
	text-indent: -0.25in;
	font-weight: normal;
}

#footerinfo {
	text-align: center;
	position: relative;
	width: 790px;
	margin-top: 20px;
	float: left;
	vertical-align: baseline;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: thin;
}	

#footerinfo a:link {
	color: #9CB4D6;
	text-decoration: none;
}
#footerinfo a:active, #footerinfo a:visited  {
	color: #B6C4DE;
	text-decoration: none;
}

/* Left Navigation */
#linkList {
	vertical-align:top;
	float:left;
	width: 180px;
	border-right: 1px solid #C4CFE5;
}

#linkList ul {
	margin-top:0px;
	vertical-align:top;
	list-style: none;
	background: url(left_footer.gif) no-repeat bottom left;
	color: #907F6D;
}
#linkList ul li {
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #907F6D;
	text-align:right;
	font-size:12px;
	font-weight:500;
	padding: 0px 10px 10px 0px;
}

#linkList ul li a:hover {
	background: #C4CFE5;
	color: #000;
	text-decoration:none;
}
