body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

p {
	padding-right: 4px;
}

A {color: #CC6600;}

A.visited {color: #CC6600;}

.homeboxes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	padding: 15px;
}

.homeboxes2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	border:hidden;
	/*padding: 15px;*/
}
.textindent {
	margin-left: 17px;
}
.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	opacity: 0.9;
	filter: alpha(opacity:90);
	padding: 7px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
a.link {
	color: #666666;
	text-decoration: none;
}
a.link:hover {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
a.link:visited {
	color: #666666;
	text-decoration: none;
}
a.link:visited:hover {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 13em;*/
}

#nav li { /* all list items */
	float: left;
	/*width: 13em;*/
}
#nav ul { /* all list items */
	width: 14em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	opacity: 0.9;
	filter: alpha(opacity:90);
	padding: 7px;
	padding-left: 12px;
	line-height: 2;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	top: 131px;
}.subpagecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	padding: 15px 25px 15px 65px;
}

.subpagecopy-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	padding: 5px 0 5px 0;
}

.product-header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #ffffff;
	background-color:#00529C;
	padding: 5px 0 5px 5px;
}

.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #666666;
	padding: 0 0 0 0;
}

.caption {
	font-weight:bold;
	text-align:center;
}
