/**************************
      The text stuff 
 **************************/

body {
  font-family: verdana, sans-serif;
  font-size: 10pt;
  background-image
  
  background-image: url('../newimages/swoosh.png');
  background-repeat: no-repeat;
  background-position: 78px 42px; 
}

td {
  font-family: verdana, sans-serif;
  font-size: 10pt;
}

strong {
  font-size: 10pt;
}

h1 {
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 14pt;
  color: #3366CC;
}

h2 {
  font-family: verdana, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: #000000;
}

a {
  font-weight: bold;
  /* text-decoration: none; */
  color: #5DACF6;
}

a.banner {
  font-size: 8pt;
}

span.qa {
  color: #5DACF6;
  font-size: 13pt;
}

span.productTitle {
  font-size: 13pt;
}

span.warning {
  font-weight: bold;
  color: #FE0000;
}



/**************************
      Content Stuff 
 **************************/

img#logos {
	position: relative;
	left: 0px;
	top: 0px;
	border-width:0px;
}

img#headerTop {
	position: absolute;
	left: 180px;
	top: 0px;
}

img#header {
	position: absolute;
	left: 180px;
	top: 57px;
	border-bottom:solid;
	border-color: #1D64AE;
	border-width: 1px;
}

img#menu {
	position: absolute;
	left: 0px;
	top: 234px;
}


div.mainContent {
  position: absolute;
  left: 220;
  top: 220;
  width: 481px;

}

div.mainArea {
  position: static
  width: 481px;
}

div.flashArea {
  position:absolute;
  /* Positioned in relation to mainContent */
  left: -40;
  top: -111;
  width: 279px;
  height: 114px;
}

div.flashAreaMain {
  position:absolute;
  /* Positioned in relation to mainContent */
  left: 50;
  top: -15;
  width: 388px;
  height: 314px;
}


div.footer {
  position: static;
  width:481px;
  height:30px;
  text-align: center;
}

div.leftExtender {
visibility:hidden;
position:absolute;
left:0px;
top:600px;
width:135px;
height:418px;
}


