html, body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 1em;
  font-family: arial;
  background: none repeat scroll 0 0 #FFFFFF
}

body a:link {
  color: #EE0000;
}

body a:visited {
  color: #EE0000;
}

h1 {
  font-size: 1.5em;
  text-align: center;
}

#main {
  margin: 0 auto;
  position: relative;
  max-width: 60em;
  min-width: 10em;
  padding-top: 1em;
}

/* class="indented" */
.indented {
	margin-left: 40px;
}

/* class="padded" */
.padded  td { 
    padding: 10px;
}


#navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 12em;
  background-color: #C9CBF1;	/* was 4A90C9 */
  margin: 0.5em;
  margin-top: 2em;
  padding: 1em;
  border-style: solid;
  border-color: #86302F;
  border-width:2px;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  -opera-border-radius: 0.25em;
  -khtml-border-radius: 0.25em;
  border-radius: 0.25em;
}

#navbar.wide ul {
    padding-left: 1em;
}

#navbar.wider ul{
    padding-left: 0.5em;
}

.red {
    color: red;
}

.bold {
    font-weight: bolder;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* we should be using class="center", not id="center", or else rename this ID */
#center {
  display: inline-block;
  margin: 0 0.5em 0.5em 16em;
  max-width: 35.5em;
  min-width: 10em;
  position: relative;
}

#content {
  font-size: 0.9em;
  position: relative;
}

.download {
  margin-left: 2em; 
}

#footer {
  padding-top: 1em;
  font-size: 0.9em;
  text-align: center;
}

p.important {
  font-size: 1.5em;
}
  
/* If you change the background-image url, also change it in div#banner a */
div#banner
{
	color: #fff;
	background-repeat: no-repeat;
	background-image: url('images/wm_net_bessels.jpg'), linear-gradient(to bottom, rgba(0,23,83,1) 0%, rgba(13,53,154,1) 100%);
	height: 80px;	/* in case the image is missing */
}

/* Jim added div#banner a to make clicking in the WaveMetrics banner go to the home page. See wm.com's aa_header.txt */
div#banner a
{
    width:100%; 
    height:100%; 
	color: #fff;
	background-repeat: no-repeat;
	background-image: url('images/wm_net_bessels.jpg'), linear-gradient(to bottom, rgba(0,23,83,1) 0%, rgba(13,53,154,1) 100%);
    display:block; 
}

div#banner h1
{
	margin: 0;
	padding: .3em 0 .3em .5em;
	font-size: 2.2em;
	font-weight: normal;
}

div#banner h2
{
	margin: 0;
	padding: 8px 8px 0 0;	/* top, right, bottom, and left */
	font-size: 14px;
	font-weight: lighter;
	position: absolute;
	right: 8px;
}
div#banner h2.botag
{
	padding-top: 60px;
}


