/* GLOBAL */

body {
	background-image: url( "images/bodwrapbg.png" );
	color:						black
}

a#emailus {
	display:			block;
	width:				287px;
	height:				45px;
	text-indent:	1289px;
	background:		transparent url("images/email.gif") no-repeat 0 0;
	overflow: 		hidden
}

a {
	color: blue
}

div.navwrap table,
table.navwrap {
	background:	azure url("images/navwrapbg.png") repeat-y scroll top left
}

div.banwrap table,
table.banwrap {
	background:	transparent url("images/banwrapbg.png") repeat-x scroll top left
}

div.docwrap table,
table.docwrap {
	background:	azure none no-repeat scroll top left
}

div#docwrapabout table,
#docwrapabout table {
	background:	azure url("images/docwrapbg.png") repeat fixed top left
}

div.navcontent a:hover,
a.navcontent:hover {
	background-color:	khaki;
	color:						black
}

div.navcontent a:active,
a.navcontent:active {
	background-color: khaki;
	color:						white
}


div.navinline a,
a.navinline {
	color:	blue
}

div.navinline a:hover,
a.navinline:hover {
	background-color:	khaki;
	color:						black
}

div.navinline a:active,
a.navinline:active {
	background-color: khaki;
	color:						white
}