﻿@import url("layout.css");
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-image: url("/images/bdparch.gif");
	background-repeat: repeat;
	background-color: #fcfcff;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fcfcff;
}
#masthead {
	text-align: center;
	background-color: #fcfcff
	/*
	background-image: url("/images/twheader.gif");
	*/
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #fcfcff;
}
html>body #navigation {
	overflow: hidden;
}
#content {
	background-color: #fcfcff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #003;
}
h2 {
	font-size: x-large;
	color: #003;
}
h3 {
	font-size: large;
	color: #003;
}
h4 {
	font-size: medium;
	color: #003;
}
ul {
	font-size: small;
	color: #000;
}
ol {
	font-size: small;
	color: #000;
}
p {
	font-size: small;
	color: #000;
}
blockquote {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #003;
}
h6 {
	font-size: xx-small;
	color: #003;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #003;
}
/* Links */
a {
	color: #00c;
	text-decoration: underline;
}
a:hover {
	color: #00c;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

div.tabBox {}

div.tabArea {
  font-size: 80%;
  font-weight: bold;
}

a.tab {
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}

a.tab.activeTab {
  z-index: 102;
}

a.tab, a.tab:visited {
  color: #808080;
}

a.tab:hover {
  background-color: #d0d0d0;
  color: #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #c0c0c0;
  color: #000000;
}

div.tabMain {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  padding: 1em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  width: 100%;
  height: 70ex;
}

iframe.listContent {
  /*background-color: #c0c0c0;*/
  border: 1px solid #000000;
  width: 100%;
}
