body, p, table, tr, td, div, span {
  font-family: arial, verdana, tahoma, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
body { 
  background: #324D73; 
  text-align: center;
}
img {
  border: 0;
}
h1 {
  margin: 0px;
  padding: 0px;
  width: 658px; 
  height: 111px;
  display: block;
  background: url("images/header.jpg") no-repeat;
}
h1 span {
  visibility: hidden;
}
caption {
  font-size: 14px;
  font-weight: bold;
  color: #004990;
  text-align: left;
}
#page {
  width: 658px;
  border: solid #818181;
  border-width: 0 8px 8px 8px;
  margin-left: auto;
  margin-right: auto;
}


/* Navigation rollovers
----------------------------------------------- */
#nav {
  background: white url("images/nav-bg.gif") repeat-x;
  text-align: left;
}
#nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 27px;
  }
#nav li {
  float: left;
  display: block;
  background-position: center top;
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
#nav li a {
  display: block;
  height: 27px;
  border-width: 0;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0;
  }
#nav li.home a {background-image:url("images/nav-home-off.gif");width:84px;}
#nav li.products a {background-image:url("images/nav-products-off.gif");width:117px;}
#nav li.intercept a {background-image:url("images/nav-intercept-off.gif");width:118px;}
#nav li.calculations a {background-image:url("images/nav-calculations-off.gif");width:141px;}
#nav li.login a {background-image:url("images/nav-login-off.gif");width:87px;}
#nav li.contact a {background-image:url("images/nav-contact-off.gif");width:107px;}

#nav li.home a:hover, #nav li.home
  {background-image:url("images/nav-home-on.gif");}
#nav li.products a:hover, #nav li.products
  {background-image:url("images/nav-products-on.gif");}
#nav li.intercept a:hover, #nav li.about
  {background-image:url("images/nav-intercept-on.gif");}
#nav li.calculations a:hover, #nav li.login
  {background-image:url("images/nav-calculations-on.gif");}
#nav li.login a:hover, #nav li.login
  {background-image:url("images/nav-login-on.gif");}
#nav li.contact a:hover, #nav li.contact
  {background-image:url("images/nav-contact-on.gif");}

#nav li a span {
  display:none;
  }


/* Content
----------------------------------------------- */
#content {
  position: relative;
  float: left;
  background: #E1E1E1 url("images/bg.gif");
  width: 100%;
}
#content div {
  position: relative;
  float: left;
}
#leftside {
  background: url("images/leftbarbg.jpg") no-repeat;
  width: 224px;
}
.leftbox {
  width: 180px;
  margin: 0px 15px 50px 22px;
  display: inline;
  text-align: left;
}
.leftbox div {
  margin-top: 5px;
  font-weight: bold;
  text-align: right;
  width: 100%;
  color: #222;
}
.leftbox p, ul {
  text-align: left;
  line-height: 140%;
  color: #333;
}
.leftbox ul {
  padding-left: 23px;
}
.leftbox li {
  padding-left: 2px;
}
#rightside {
  background: #E1E1E1 url("images/rightsidebg.gif");
  width: 429px;
}
.rightinner {
  float: left;
  margin: 17px 15px 20px 32px;
  display: inline;
  text-align: left;
}
.rightinner img {
  margin: 0 11px 5px 0;
  float: left;
}
.texthead {
  font-size: 14px;
  font-weight: bold;
  color: #004990;
}
.bottom {
  width: 100%;
  background: white;
  border: solid white;
  border-width: 8px 0 8px 0;
  color: #777;
}
.bottom a {
  color: #777;
  text-decoration: none;
}
.bottom a:hover {
  color: #333;
  text-decoration: underline;
}


/* Special
----------------------------------------------- */
table.data {
  border: 1px solid #777;
}
tr.dark {
  background: #fafafa;
}
table.data td, th {
  padding: 4px;
}
table.data th {
  font-weight: bold;
}
th.dark {
  background-color: #444;
  color: white;
}
tr.dark {
  background-color: #CCCCCC;
}
table.bigdata {
  border-left: 1px solid #333;
}
table.bigdata td {
  border: solid #333;
  border-width: 0px 1px 1px 0px;
  padding: 4px;
}
.allwhite {
  background: white;
  padding: 10px;
  border: 1px solid #818181;
  border-top: 10px solid #818181;
  color: black;
}
.allwhite .h2 {
  font-size: 20px;
  font-weight: bold;
  color: black;
}