body	     { background-color: #E0DDB4; font-size: 12pt; font-family: Verdana, arial; text-align: Left; margin-left: 10; color: black; }
hr           { color: #808000; width: 70%; size: 1px; text-align: Center }
h2           { font-size: 14pt; text-transform: uppercase; font-weight: bold; text-align: Left; color: olive; }
h3           { text-transform: capitalize; font-weight: bold; text-align: Left; color: olive; }
#navigation  {
	background-color: #F1F2DF;
	border-style: solid;
	border-width: 1px;
	border-color: olive;
	padding: 1em;
	position: absolute;
	top: 213px;
	width: 11em;
	left: 12px;
}
a:link       { color: olive;}
a:visited    { color: olive;}
a:active     { color: olive;}
#body        {
	background-color: #F1F2DF;
	border-style: solid;
	border-width: 1px;
	border-color: olive;
	padding: 1em;
	position: absolute;
	top: 216px;
	left: 243px;
	width: 721px;
	height: 798px;
}
p            {
	font-size: 10pt;
	font-family: Verdana, arial;
	text-align: Left;
	margin-left: 10px;
	color: black;
}
h4           { text-transform: capitalize; font-size: 10pt; font-weight: bold; text-align: Left; color: black; }
#counter     { position: absolute; top: 40em; width: 11em; }

ul#menu {
  width: 120px;
  list-style-type: none;
  border-top: solid 1px;
  border-color: olive;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 10pt;
  color: olive;
}

ul#menu li {
  border-bottom: solid 1px;
  border-color: olive;
  line-height: 20px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "-";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}

#miniflex {
  width: 100%;
  float: left;
  font-size: small; /* could be specified at a higher level */
  margin: 0;
  padding: 0 10px 0 10px;
  border-bottom: 1px solid olive	;
  position:relative;
  z-index:2;
}

#miniflex li {
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  position:relative;
}

#miniflex a:link, #miniflex a:visited {
  float: left;
  font-size: 85%;
  line-height: 20px;
  font-weight: bold;
  margin: 0 10px 0 10px;
  text-decoration: none;
  color: olive;
}

#miniflex a:link.active, #miniflex a:visited.active, #miniflex a:hover {
  border-bottom: 4px solid olive;
  padding-bottom: 2px;
  color: #539dbc;
}

#animated-tab {
  position: absolute;
  z-index: 1;
  font-size: 85%;
  line-height: 20px;
  padding-bottom: 2px;
  border-bottom: 4px solid #539dbc;
}
