/* structural table and its sections */
table.structure {
	background-color: #FFFFFF;
	/* width: 700px; */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

td.navigation_section {
	background-color: #D3D7DF;
	vertical-align: top;
	/* width: 25%; */
	width: 170px;
}

td.content_section {
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 12px;
	/* width: 75%; */
}

/* structural table and its sections */ /* seo bar */
table.seo_border {
	width: 100%;
}

td.seo_border {
	background-color: #999999;
}

table.seo_content {
	width: 100%;
}

td.seo_content {
	background-color: #EEEEEE;
	text-align: center;
	font-size: 9px;
}

a:link .seo {
	color: black;
	text-decoration: none;
}

a:active .seo {
	color: black;
	text-decoration: none;
}

a:visited .seo {
	color: black;
	text-decoration: none;
}

a:hover .seo {
	color: black;
	text-decoration: underline;
}

/* seo bar */ /* copyright bar */
table.copyright_border {
	width: 100%;
}

td.copyright_border {
	background-color: #999999;
}

table.copyright_content {
	width: 100%;
}

td.copyright_content {
	background-color: #EEEEEE;
	text-align: center;
	font-size: 9px;
}

a:link .copyright {
	color: black;
	text-decoration: none;
}

a:active .copyright {
	color: black;
	text-decoration: none;
}

a:visited .copyright {
	color: black;
	text-decoration: none;
}

a:hover .copyright {
	color: black;
	text-decoration: underline;
}

/* copyright bar */ /* navigation section */
img.logo {
	border: 0;
}

table.navigation_border {
	background-color: #9AA8CA;
	width: 100%;
}

table.navigation_content {
	background-color: #FFFFFF;
	width: 100%;
}

span.site_slogan {
	font-size: 9px;
}

td.navigation_basic { /* background-color: #D3DED2; */
	background-color: #DDD2DE;
	text-align: center;
}

td.navigation_essential { /* background-color: #DED2D4; */
	background-color: #D3D7DF;
	text-align: center;
}

td.navigation_info { /* background-color: #D3D7DF; */
	background-color: #D2DED7;
	text-align: center;
}

td.navigation_site_info { /* background-color: #D3D7DF; */
	background-color: #D3D7DF;
	text-align: center;
}

/* navigation section */ /* glossary section */
ul.glossary {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

td.glossary {
	background-color: #EEEEEE;
}

table.glossary_border {
	width: 100%;
	margin-top: 1px;
}

td.glossary_border {
	background-color: #9AA8CA;
}

table.glossary_background {
	width: 100%;
}

td.glossary_background {
	background-color: #FFFFFF;
}

table.glossary_content {
	width: 100%;
}

span.glossary {
	margin-left: 20px;
	font-weight: bold;
}
/* glossary section */