/******************* Main **********************/
html {
height: 100%;
min-width: 800px;
}
body {
  font-size: 16px;
  font-weight: inherit;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  background-color: darkblue;
  background-color: #0724b6; /* 46 77 238 from bitstreamtoolslogo*/
  margin: 0em;
  height: 100%;

}
img {
  border:0;
}
a {
  text-decoration: none;
  color: darkblue;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
}
a:hover {
  text-decoration: none;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  color: red;
}
h1 {
  font-size: 26px;
  font-weight: bold;
  color: #222222;
  font-family: Arial,Helvetica,sans-serif;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
}
h3 {
  font-family: Arial,Helvetica,sans-serif;
}

/*************** Custom Classes ****************/
/* Disabled
a.main {
  font-size: 12px;
  font-weight: bold;
}
a.main:hover {
  font-weight: bold;
}

table.main {
  background-color: white;
  margin: 0;
}
*/

/******************* Container *****************/
div#container {
  position: relative; /* needed for footer positioning*/
  margin: 0 auto; /* center, not in IE5 */
  width: 90%;
  background: white;
  
  height: auto; /* !important;  real browsers */
/*  height: 100%;  IE6: treats as min-height*/
/*  min-height: 100%;  real browsers */
}

/******************* Content *******************/
div#content {
  padding: 1em 1em 5em; /* bottom padding for footer */
}


/******************* Header ********************/
div#header {
  /*background-color: lightcyan;*/
  background-color: #ffffff;
}
div#header table {
  width: 650px;
  border-color: black;
  border-top-width: 2px;
  border-top-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-size:14px;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px;
  border-collapse: separate;
  border-spacing: 0px 0px;
  /**/
}
div#header td {
  border-width: 0px;
  border-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 110px;
  text-align: center;
  /*  padding: 0px;
  margin-left: 10px;*/
}
div#header a {
  font-size: 18px;
  font-weight: normal;
}
div#header a:hover {
  font-weight: normal;
}
div#header h1 {
  text-align:center;
}
div#header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
div#header hr {
	width: 650px;
	text-align: center;
	margin-right: 0;
}
table#headerlinks {
  border-width: 0px;
  border-style: solid;
  align: center;
  width: 80%;
}
table#headerlinks td {
  border-width: 0px;
  border-style: solid;
  text-align: center;
  width: 25%;
}
/******************* Contact *******************/
div#contact a {
  font-size: 16px;
  font-weight: normal;
}
div#contact a:hover {
  font-weight: normal;
}
div#contact {
  font-size: 16px;
}

/******************* Navbar ********************/
/*
div#navbar {
  position: relative;
  float: left;
  left: 0;
  top: 0;
  background-color: rgb(204, 255, 255);
  width: 150px;
  
  height: auto;
  height: 100%;
  min-height: 100%;
}
div#navbar tr {
  height: 100px;
}
*/

div#navbar {
  width: 100%;
  background-color: lightcyan;
  background-color: #E8EFFF;
}
div#navbar a {
  text-decoration: none;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}
div#navbar a:hover {
  text-decoration: none;
  font-family: Arial,Helvetica,sans-serif;
}
div#navbar table {
  width: 80%;
  align: center;
  border-width: 0px;
  border-style: solid;
  margin-left: 10%;
  margin-right: 10%;
}
div#navbar tr {
}
div#navbar td {
  text-align: center;
  width: 25%;
  border-width: 1px;
  border-style: solid;
}
div#navbar td.av {
  text-align: center;
  width: 20%;
  border-width: 1px;
  border-style: solid;
}

/******************* Bodytext ******************/
div#bodytext {
	margin: 1em;
}
div#bodytext p {
  text-align: justify;
}
div#bodytext a {
}
div#bodytext img {
}

/******************* Itemlisting ***************/
div#itemlisting  p {
  line-height: 1;
}

/******************* Footer ********************/
div#footer {
/*  position: absolute;
  bottom: 0; stick to bottom */
  background: #E0E0E0;
  /* background: whtiesmoke; */
  width: 100%;
  /*   border-top:6px double gray; */
}
div#footer td {
  text-align: center;
  padding: 1em;
  margin: 0;
  font-size: 10px;
  width:25%;
}
div#footer table {
  text-align: center;
  border-width: 0px;
  border-style: solid;
  width: 100%;
}
