html, body {
	height: 100%;
	font-size: 11px;
	font-family: verdana, trebuchet, sans-serif;
	color: #000000;
	background-color: #444444;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:active {
	color: #FF9900;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #003333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #003333;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #003333;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: normal;
	visibility: visible;
	z-index: 2;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336600;
	font-style: normal;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-style: normal;
	font-weight: bold;
}
.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003300;
	padding-left: 20px;
}
.nav2 a:link {
	color: #003300;
	text-decoration: none;
}
.nav2 a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.nav2 a:hover {
	color: #FFCC33;
	text-decoration: none;
	}
.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #666666;
 font-weight: normal;
}

.subdue-highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003333;
}
.subtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.subtext a:link, .subtext a:visited {
	color: #006600;
	font-weight: bold;
}

.subtext a:hover{
color: #FF3300;
}

.productID {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	color: #336600;
	font-weight: bold;
}
.foot1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
}

/*--- New Edit  Push ---*/
#wrapper {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	float: none;
	padding: 0px;
	background-image: url(graphics/bkg-home-full.gif);
	background-repeat: repeat-y;
	z-index: 55;
	background-position: -0.5px 60px;
}
#header{
	
}
#container {
	overflow:auto;  
	padding: 0px 0px 120px;	/* must be same height as the footer */
	width: 751px;
	margin: 0px;
	}

#contentRight {
	float: right;
	width: 475px;
	padding-right: 19px;
	padding-left: 16px;
	margin: 0px;
	padding-top: 0px;
}
#columnLeft {
	float: left;
	width: 231px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
 
#push {
  height: 4em;
	clear:both;
}
#footer {
	position: relative;/* negative value of footer height */
	width: 750px;
	clear:both;
	background-color: #444444;
	margin: -120px auto 0px;
	padding: 0px;
	text-align: center;
	height: 120px;
	} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

