/* global */

body { 	font-family: arial; 
		font-size: 10pt; 
		color: #333333; 
}
hr { height: 1px; color: #6699ff; }
img { border: 0px; }

/* navigation & main structure */

.tdnavcol { width: 170px; vertical-align: top; padding-left: 5px; }

.tdnav { 
	color: #6699ff; 
	padding: 5px; 
	font-family: arial; 
	font-size:14pt; 
	font-weight: bold; 
}
.tdnav:hover { color: white; background-color: #6699ff; cursor: pointer; }
a.nav {
      width:100%;
      height:100%;
      display:block;
}

.navlink { 	text-decoration: none; }
/*
a.subtle {	text-decoration: none; color: #333333; }
a.subtle:hover {	text-decoration: underline; color: #6699ff; }
*/

/* substructure */

td.bodyleft { padding-right: 15px; vertical-align: top; }
td.bodyright { 
	width: 135px; 
	vertical-align: top;
	text-align: right;
}
td.bodyrightwide { 
	width: 265px; 
	margin-left: 15px;
	vertical-align: top;
	text-align: right;
}

td.rightbar_top { 
	padding-top: 5px; 
	padding-left:5px; 
	padding-right: 5px; 
	padding-bottom: 5px;
}

td.rightbar_next { 
	padding-left:5px; 
	padding-right: 5px; 
	padding-bottom: 5px;
}

td.rightbar_topright { 
	padding-top: 5px; 
	padding-right: 5px; 
	padding-bottom: 5px;
}

td.rightbar_nextright { 
	padding-right: 5px; 
	padding-bottom: 5px;
}

/* headings */

h1 {	font-family: arial; 
		font-size:20pt; 
		color: #6699ff; 
		font-weight: bolder; 
		text-transform: uppercase;
		margin-bottom: 0px;
}

h2 {	font-family: arial;
		font-size: 12pt;
		color: #6699ff;
}

/* boxouts */

td.boxhead {	
	font-weight: bold;
	color: white; 
	background-color: #7788aa; 
	padding: 4px;
	text-align: left;
} 

td.boxbody {
	background-color: #ccddff; 
	padding: 4px;
	text-align: left; 
	font-size: 8.5pt;
}

/* products */
.tdprodimg { padding-left:50px; width: 140px; }
.tdprodtext { padding-left: 40px; }

.tdbody {	width: 620px;
			padding-top: 75px;
}

/* sitemap */
p.smlevel1 { color: blue; padding-bottom: 0px; }

p.smlevel2 { padding-left: 20px; color: red; margin-left: 15px; padding-bottom: 0px; }