div{
	width: auto;
}

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color:white;
	background-image: url(../images/express-background.bmp);
	background-position: 0 0;
	background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  overflow-y:auto;
}
h1 {
  margin:0px 0px 15px 0px;
  padding:0px;
  font-size:28px;
  line-height:28px;
  font-weight:900;
  color:#369;
}
h2 {
  color:#369;
}
p {
  /* font:11px/20px verdana, arial, helvetica, sans-serif; */
  margin-bottom: 1em;
  text-indent: 0em;
  padding:0px;
}

#Header {
  white-space: NOWRAP;
  top: 25px;

  /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
  height:25px; /* 40px + 10px + 2px = 52px */

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */

  voice-family: "\"}\"";
  voice-family:inherit;
  height:25px; /* the correct height */
}

/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:25px;}

#Header .bluebar {
  background-color: #336699;
  position: absolute;
  height: 60px;
  width: 100%;
  top: 40px;
}

#Header .header-info {
  position: absolute;
  right: 25px;
}

#Header .header-contact {
  color: white;
  font-size: .9em;
  padding-top: .4em;
}

#Header .company-address {
  color: #336699;
  font-size: .75em;
  padding-top: .4em;
}

#Header .toplogo {
  position: absolute;
  top: -20px;
  left: 70px;
}

#Header .company-name {
  position: absolute;
  left: 230px;
  top: 7px;
}

#Header .company-tag {
  position: absolute;
  color:white;
  left: 230px;
  top: 65px;
}

#Header .button-bar{
  position:absolute;
  top:80px;
  left:230px;
}

#Header .transparent-png {
  border: 0px;
}

//tr { border: 0; }
table { border: 0; }
//td { border: 0; }

#Inverse {
  border-style: solid;
  border-color: #369;
  color: #369;
  border-width: 1px 1px 1px 13px;
  padding: 3px;
  margin: 3px;
}


#container {
  width: 100%;
  margin: 10px auto;
}

#cbody {
  padding: 15px 0px 0px 40px;
  text-align: justify;
}

#top {
  padding: 5px;
  /* 
  border: 1px solid gray;
  border-style: solid;
  border-color: #369;
  color: #369;
  border-width: 1px 1px 1px 13px; 
  */
  /*
  border-top: 1px #369 solid;
  border-right: 1px #369 solid;
  border-bottom: 1px #369 solid;
  border-left: 12px #fc6 solid;
  */
  border: 1px #369 solid;
  margin: 30px 5px 5px 5px;
  background-color: white;
}


#left {
  border-left: 12px #369 solid;
  white-space: NOWRAP;
  float: left;
  margin: 0;
  padding-left: 5px;
}

#right {
  text-align: right;
}

#Footer {
  padding: 30px 0px 0px 0px;
}

#Footer a{
  color: #036;
  font-size: smaller;
  text-decoration: underline;
}

.page_break {
  page-break-after: always;
}

.nonbreakingword {
  white-space: nowrap;
}

/* for print out */
@media print {
  body { overflow: visible !important; }
  #Header { display: none; }
}

.blue-box {
	border:2px solid #336699;
	padding:10px;
	margin:10px;
	background-color:#9cf
}
