body{
	background-color: white;
	text-align: center;
}

body, td{
	font-family: "Trebuchet MS", "Verdana";
	font-size: 14px;
	line-height: 1.25;
}

a {
	color:  #079;
	text-decoration: none;
}

a.products {
	color: #079;
	font-weight: bold;
}

table#letterhead, table#navigation, table#content, table.newpiece{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	display-style: block;
}

table#letterhead{
	background-color: #ffffff;
}

table#navigation{
	background-image: url('nav-bg-2.jpg');
}

table#content{
	height: 480px;
}

td#contentcell, td#contentfront{
	background-color: white;
	vertical-align: top;
	padding: 20px;
	border-color: #4466ff;
	border-width: 1px;
	border-style: solid;
}

td#contentfront{
	padding: 10px;
}

table#navigation ul.navbuttons {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

table#navigation ul.navbuttons li {
	float: left;
	margin-left: 5px;
}

div.tab ul {
	list-style-type: none;
	padding: 0;
	margin: 0px;
	border: none;
}

div.tab ul li{
	font-size: small;
	line-height: 150%;
	margin: 0;
}

div.tab {
	padding: 5px;
	width: 175px;
	display-style: block;
	border-bottom: 1em solid #224488;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	margin: 0;
	text-align: left;
}

div.tab a {
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
	font-family: Verdana;
	font-size: x-small;
	width: 100%;
	color: white;
}

div.tab a:hover {
	color: orange;
}


img.banner{
	margin-bottom: 10px;
	border-width: 0px;
}

ul{
	list-style-type: none;
}

ul.features, ul.features ul{
	list-style-type: square;
}


font.title {
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color: #079;
}

