/* -----------------------------------------------------------------
 *	 global whitespace reset
 * -----------------------------------------------------------------
 */

* {
padding:0;
margin:0;
}
select { min-width:1.5em; }	/* help Firefox */

/* -----------------------------------------------------------------
 *	 reset everyone to look like Firefox
 * -----------------------------------------------------------------
 */
# h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; }
# li, dd { margin-left:5%; }
# fieldset { padding: .5em; }

/* -----------------------------------------------------------------
 *	 customize for Colomb
 * -----------------------------------------------------------------
 */

body {
	display: block;
	color: #000000;
	background-color: #6699ff;
	font-size: 10pt/1.2;
	font-family: "Nimbus Roman No9 L","Times New Roman",serif;
	margin:10px 10px 0px 10px;
	padding: 0;
}
h1, h2, h3 {
	margin-left: 34px;
	margin-right: 20px;
}
h1, h2 {
	display: block;
	color: #ffcc66;
	background-color: #6699ff;
	}
h2, h3 {	/* separate from copy above, etc. */
	padding-top: 16px;
	padding-bottom: 4px;
	}
h1 {
	font-size: 24pt;
	font-family: "Nimbus Roman No9 L","Times New Roman",serif;
	text-align: center;
}
h3 {
	display: block;
	color: #99FF66; /* eb9c00; */
	background-color: #6699ff;
}
ul, li, ol {
	color: #99FF66; /*ffb829; orange */
	background-color: #6699ff;
	margin-left: 44px;
	margin-right: 24px;
}
p {
	color: #ffffff;
	background-color: #6699ff;
	font-size: 13pt;
	line-height: 18pt;
	margin-left: 44px;
	margin-right: 24px;
}
span.icap {
	color: #db6e69; /* #ffb829; */
	font-size: 18pt;
	}

p.cpyright {
	text-align: center;
	color: #4d4d4d;
	background-color: #6699ff;
	font-size: 80%;
	}
	
p.mw {
	color: #4d4d4d;
	background-color: #6699ff;
	text-align: center; 
	font-size: 80%;
	margin-top: -5px;
	}
a:link {
	color: #ffb829; 
	background: transparent; 
	text-decoration: none;
}
a:active {
	color: #db6e69;
	background: transparent; 
	text-decoration: none;
}
a:visited {
	color: #aa0000; 
	background: transparent; 
	text-decoration: none;
}
a:hover {
	color: #db6e69; 
	background: transparent; 
	text-decoration: underline;
}
table {
	color: #ffffff;
	background-color: #6699ff;
/*	margin-top: -15px; */
}
td {
	font-size: 10pt; 
	color: #111111; 
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
}

#logo {
	height: auto;
	position: fixed;
	left: 2%;	/* x */
	top: 2%;	/* y */
	overflow: hidden;
}


/* -----------------------------------------------------------------
 *	 floating navigation bar
 * -----------------------------------------------------------------
 */
#navfloat {	
	height: auto;
	left: 1%;	/* x */
	top: 45%;	/* y */
	position: fixed;
	width: 236px;
	overflow: auto;
}
img.nav {
	display: block;
	border-top: 2px solid #ffcce6;
	border-left: 1px groove #CC66FF;
	border-right: 1px ridge #ff6699;
	border-bottom: 2px solid #CC66FF;
}
.centered {
	text-align: center;
	}
td.vline {
	border-top: 2px solid #ffcce6;
	border-left: 1px groove #CC66FF;
	border-right: 1px ridge #ff6699;
	border-bottom: 2px solid #CC66FF;
	border-spacing: 0;
	border-collapse: collapse;
}
td.hline {
	border-top: 2px solid #ffcce6;
	border-left: 1px groove #CC66FF;
	border-right: 1px ridge #ff6699;
	border-bottom: 2px solid #CC66FF;
	border-spacing: 0;
	border-collapse: collapse;
}
img.imgleft {
	padding: 2px 8px 2px 0;
	float: left;
	}
img.imgright {
	padding: 2px 0 2px 8px;
	float: right;
	}

/* -----------------------------------------------------------------
 *	 below puts 'Returns to Home...' over logo in sub page mouseover
 * -----------------------------------------------------------------
 */
.homeinvis {
	visibility: hidden;
	}
.homevis {
	visibility: visible;
}
.homeinvis, .homevis {
	z-index: 2;
	color: white;
	background-color: transparent; 
	font-size: 14px;
	font-weight: bold; 
	border-top: 2px solid #ffcce6;
	border-left: 1px groove #CC66FF;
	border-right: 1px ridge #ff6699;
	border-bottom: 2px solid #CC66FF;
	height: 24px;
	position: absolute;
	left: 1%;	/* x */
	top: 80px;	/* y */
	width: 220px;
	overflow: auto;
}

