@charset "utf-8";
.Container {
	padding: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF; /*#DEFFD9;*/
	border: 1px solid #006;
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	min-width: 800px;
	max-width: 1200px;
}
/*body {
	background-image: url("https://biodiversityadvisor.sanbi.org/content/images/bgGrnDiagSq.png");
	background-repeat: repeat;

}
div {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3C0;
}*/
.Content {
	border-bottom-style: none;
}
#TaxonHead {
	font-size: x-large;
	font-weight: normal;
	text-align: center;
}
#PageHead {
	letter-spacing: 1px;
	text-align: center;
}
.Header {
	font-size: 60%;
	text-transform: uppercase;
	text-align: center;
}
.Container .Content #ContentHeader {
	position: relative;
}
.Container .Content #ContentHeader #PageHead {
	text-align: center;
	text-indent: -9em;
}
.Footer {
	text-align: center;
	/*	text-align: left;*/
	font-size: 0.6em;
}
.Navigator {
	font-size: medium;
}
.Container .Content .KeysetNotes p {
	text-align: center;
}
/* Sitewide Link States */
		
* a:link {
	color: blue;
	font-weight: none; /*bold;*/
	text-decoration: none;
}
* a:visited {
	font-weight: normal;
	color: green;
	text-decoration: none;
}
* a:focus {
	color: #366;
	text-decoration: none;
	font-weight: none; /*bold;*/
}
* a:hover {
	color: red;
	text-decoration: underline;
	font-weight: none; /*bold;*/
}
* a:active {
	color: blue;
	text-decoration: none;
	font-weight: none; /*bold;*/
}
/* Align Text Center */
.ATC {
	text-align: center;
}
ul {
	list-style-type: circle;
}
.TaxonTable {
	padding-bottom: 0.5em;
	width: 720px;
	text-align: left;
	vertical-align: top;
	padding-top: 0em;
	margin-right: auto;
	margin-left: auto;
}
#GroupTable td {
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	width: 180px;
}
#FamilyTable td {
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	width: 180px;
}
#GenusTable td {
	font-style: italic;
	font-weight: normal;
	text-transform: capitalize;
	width: 180px;
}
#SpeciesTable td {
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	width: 180px;
}
#SubSpecTable td {
	font-style: none;
	font-weight: normal;
	text-transform: none;
	width: 180px;
}
#Construct {
	color: #F00;
}
#Compiler {
	text-align: center;
}