body
{
  font-family: "Times New Roman";
  font-size: small;
  text-align: center;
  background-color: #DDDDDD;
}
#maindiv
{
  width:940px;
  position:relative;
  right:0;
  left:0;
  margin: 0 auto;
  background-color:white;
  text-align:left;
}
h1,h2,h3
{
  color: blue;
  font-family: "Times New Roman";
}
table
{
  font-family: "Times New Roman";
  font-size: small;
  border-style: solid;
  border-color: white;
}
a
{
color: blue;
}

#miniflex {
  width: 100%;
  float: left;
  font-size: large; /* could be specified at a higher level */
  margin: 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid blue;
  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: blue;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
  border-bottom: 4px solid blue;
  padding-bottom: 2px;
  color: blue;
}

#animated-tab {
  position: absolute;
  z-index: 1;
  font-size: 85%;
  line-height: 20px;
  padding-bottom: 2px;
  border-bottom: 4px solid blue;
}

#login
{
  width: 100%;
  float: left;
  font-size: small; /* could be specified at a higher level */
  margin: 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid blue;
  position:relative;
  z-index:2;
}
#login li {
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  position:relative;
}
#login a:link, #login a:visited {
  float: left;
  font-size: 85%;
  line-height: 20px;
  font-weight: bold;
  margin: 0 10px 0 10px;
  text-decoration: none;
  color: blue;
}

#login a.active:link, #login a.active:visited, #login a:hover {
  border-bottom: 4px solid blue;
  padding-bottom: 2px;
  color: blue;
}
p.footer
{
position:relative;
top:-5%;
height:5%;
}
