body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #6394c6 url(../images/2nd_bg.gif) repeat-x;
}
html, body, #wrapper {
	min-height: 100%;
	height: 100%;
	width: 100%;
}
html>body, html>body #wrapper {
	height: auto;
}
#container {
	text-align: left;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background-color: transparent;
	border: none;
}
#wrapper {
	text-align: left;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 0 0 0 0;
	background: transparent url(../images/content_bg.jpg) repeat-y;
	border: none;
}
img {
	border: 0 none;
}
#headerproducts {
	text-align: left;
	width: 776px;
	height: 258px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background: transparent url(../images/header_01.jpg) no-repeat top right;
}
.mainnavproducts {
	float: left;
	height: 24px;
	width: 776px;
	vertical-align: bottom;
	color: #000;
	background: transparent url(../images/nav_01.jpg) no-repeat;
	margin: 0em;
	padding: 0em;
	font-size: 14px;
}
#headerwhy {
	text-align: left;
	width: 776px;
	height: 258px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background: transparent url(../images/header_02.jpg) no-repeat top right;
}
.mainnavwhy {
	float: left;
	height: 24px;
	width: 776px;
	vertical-align: bottom;
	color: #000;
	background: transparent url(../images/nav_02.jpg) no-repeat;
	margin: 0em;
	padding: 0em;
	font-size: 14px;
}
#headersitemap {
	text-align: left;
	width: 776px;
	height: 258px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background: transparent url(../images/header_06.jpg) no-repeat top right;
}
.mainnavsitemap {
	float: left;
	height: 24px;
	width: 776px;
	vertical-align: bottom;
	color: #000;
	background: transparent url(../images/nav_06.jpg) no-repeat;
	margin: 0em;
	padding: 0em;
	font-size: 14px;
}
#headerprivacy {
	text-align: left;
	width: 776px;
	height: 258px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background: transparent url(../images/header_05.jpg) no-repeat top right;
}
.mainnavprivacy {
	float: left;
	height: 24px;
	width: 776px;
	vertical-align: bottom;
	color: #000;
	background: transparent url(../images/nav_05.jpg) no-repeat;
	margin: 0em;
	padding: 0em;
	font-size: 14px;
}
#headerabout {
	text-align: left;
	width: 776px;
	height: 258px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background: transparent url(../images/header_03.jpg) no-repeat top right;
}
.mainnavabout {
	float: left;
	height: 24px;
	width: 776px;
	vertical-align: bottom;
	color: #000;
	background: transparent url(../images/nav_03.jpg) no-repeat;
	margin: 0em;
	padding: 0em;
	font-size: 14px;
}
#headercontact {
	text-align: left;
	width: 776px;
	height: 258px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background: transparent url(../images/header_04.jpg) no-repeat top right;
}
.mainnavcontact {
	float: left;
	height: 24px;
	width: 776px;
	vertical-align: bottom;
	color: #000;
	background: transparent url(../images/nav_04.jpg) no-repeat;
	margin: 0em;
	padding: 0em;
	font-size: 14px;
}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 20px;
	width: 776px;
	color: #FFF;
	background-color: transparent;
	font-weight: bold;
	padding: 0em;
	margin: 0em;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 4px 14px 0px 10px;
	color: #fff;
	background-color: transparent;
	background: url(../images/line.gif) no-repeat bottom right; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	background-image: none;
}
#nav a.one {
	text-align: left;
	margin-left: 1em;
	font-size: 14px;
	line-height: 20px;
}
#nav a.two, #nav a.three, #nav a.four {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 162px; 
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #999;
	background-color: #ccc;
	margin: 0;
}
#nav li li {
	border: 1px solid #999;
	padding: 0;
	width: 162px; 
}
#nav li ul a {
	padding: 2px 10px;
	width: 140px;
	* html width: 120px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -1.8em 0 0 162px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	color: #FFF;
	background-color: transparent;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #000;
	background-image: none;
}
#nav li ul.under a:hover {
	background: #d8d8d8;
	color: #990000;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #990000;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #d8d8d8;
}
#content {
	width: 490px;
	float: left;
	padding: 20px 10px 0px 0px;
	background: transparent url(../images/sideline.gif) repeat-y right;
}
#content b.red {
	color: red;
}
#content p {
	font-size: 80%;
	line-height: 1.5em;
	margin: 1em 1em 1em 2.5em;
}
#content p.citation {
	font-size: 80%;
	text-align: center;
	margin-left: 3.5em;
	margin-right: 1.5em;
	font-style: italic;
	font-weight: bold;
}
#content p.tagline {
	font-size: 105%;
	text-align: center;
	color: #003366;
	font-weight: bold;
}
.highlight {
	color: #003366;
}
I {
	font-size: 85%;	
}
#content h1 {
	font: bold 115%  Arial, Verdana, Tahoma, Sans-Serif;
	color: #ff6600;
	background-color: transparent;
	margin-left: 1.7em;
}
#content h2 {
	font: bold 105%  Arial, Verdana, Tahoma, Sans-Serif;
	color: #003366;
	background-color: transparent;
	margin-left: 1.8em;
}
#content h3 {
	font: bold 90%  Arial, Verdana, Tahoma, Sans-Serif;
	color: #003399;
	background-color: transparent;
	margin-left: 2.1em;
}
#content ul {
	font-size: 80%;
	line-height: 1.8em;
	margin-left: 4.5em;
	list-style-position: inside;	
	padding: 0em;
}
#sidebar {
	float: right;
	width: 260px;
	margin: 30px 4px 0em 10px;
}
#sidebar p {
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	margin-left: -30px;
}
#sidebar p.small {
	font-size: 75%;
	text-align: center;
	margin-left: -30px;
	font-weight: normal;
	color: #ff0000;
}
object {
	background-color: #000000;
}
#sidebar a:link, #sidebar a:visited {
	color: #000;
}
#sidebar a:hover {
	color: #ccc;
}
#footer {
	clear: both;
	height: 50px;
	width: 776px;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0em 0em;
	font-size: 18px;	
	color: #63BA97;
	background: transparent url(../images/footer.jpg) no-repeat bottom;
	font-weight: bold;
}
#footer .line {	
	margin: 0em 0em 0em 13px;
}
#footer a:link, #footer a:visited {
	color: #63BA97;
	text-decoration: none;
}
#footer2 {
	clear: both;
	height: 50px;
	width: 750px;
	padding: 0em 0em 1em 0em;
	margin: 0em 0em 0em 1.2em;
	font-size: 85%;	
	color: #FFF;
	background: transparent;
}
#footer2 a:link, #footer2 a:visited {
	color: #FFF;
}
.left {
	float: left;
	margin: 1em 0 .5em 1em;
}
.right {
	float: right;
	margin: 1em 1em .5em 0;
}
input.txt {
  color: #00008B;
  background-color: #FFF;
  border: 1px inset #00008B;
  width: 175px;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form sup {
	color: Red;
}
form p label {
  float: left;
  width: 30%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}
form p label.info {
  width: 50%;
  font: 0.9em Arial, Helvetica, sans-serif;
  margin-left: 2em;
}
fieldset {
  border: none;
  width: 85%;
  margin: 16px 0px 1em 0em;
  padding: 12px;
}
legend {
  font: bold 0.8em Arial, Helvetica, sans-serif;
  color: #000066;
  background-color: #FFFFFF;
  margin: 0px 0px 0px 20px;
}
img.product{
	border: #000000 2px solid;
	float: right; 
	margin: 0 0 6px 2em;
	clear: both;
}
ul.sitemap {
	list-style: none outside none;
}
ul.sublevel {
	list-style: disc none;
}
a.stmp {
	font-size: 100%;
	color: #000;
	line-height: 2em;
}
a.stmpsub {
	font-size: 120%;
	color: #000;
	line-height: 2em;
}
