
*	{
	font-family: Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", 
	Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


body	{
	background-color:#000000;
	margin-top:20px;
}


.misc  {
	font-size: 15px;
	line-height: 110%;
	color: #666666;
	margin: 10px;
}

.tab  {
	font-size:21px;
	font-weight:bold;
	color:#cccccc;
	padding:0px;
	margin:0px;
}

/* ================================================================================= */
/*  used: contact  */
.culabel1 {
	font-size:11px;
	font-weight:bold;
	color:#ff0000;
	text-align:left;
	padding-top:0px;
	margin:0px;
}

.culabel2 {
	font-size:13px;
	text-align:left;
	font-weight:bold;
	padding-top:8px;
	margin:0px;
}

.lnkplain a:link {
	text-decoration:none;
}

/* =============================== LINKS BAR ======================================== */
/* ========================================================================================================== */
ul.links ul{display:none}	/* hides the sub-menu */
ul.links li:hover>ul{display:block}	/* allows submenu to be displayed when main menu is hovered */
ul.links ul{			/* move submenu to right of menu */
	position: absolute;
	left:98%;top:-1px;}
ul.blinks ul ul{position: absolute;left:98%;top:-2px;}

ul.links,ul.links ul {		/* moved menu to left, width of main menu, control background color; keep the background stuff */
	margin:0px;		/* doesn't seem to control font or weight */
	width:238px;
	list-style:none;
	padding:0px 0px 0px 0px;
	border-width:0px;
	border-style:solid;
	background-image:url(images/lnk_off.gif);
	background-repeat:repeat;
}
/*ul.links table {border-collapse:collapse}	no apparent change */

ul.links {		/* may be able to do without; doesn't control font size or weight */
	display:block;
	zoom:1;
	_width:238px;
	float: left;
}
ul.links ul{			/* width of submenu */
	width:238px;
}
ul.links li{
	display:block;
	margin:1px 0px 0px 1px;

}
ul.blinks a:active, ul.links a:focus {		/* don't need */
	outline-style:none;
}
ul.links a, ul.links li.dis a:hover, ul.links li.sep a:hover {	/* places menu & sub-mnus in colored cells */
	background-image:url(images/lnk_off.gif);	/* Works!! - "off" background */
	background-color:#000000;		/* background color for menu opts and all sub-menu level items - */

	display:block;
	vertical-align:middle;
	zoom:1;
	border-width:0px;
	border-color:#E4E1DE;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:4px;
	font-size:18px;
	font-weight:bold; 
	line-height:1.5;
	color: #cccccc;		/* "off" font color */
	text-indent:15px;
	text-decoration:none;
	cursor:default;
}
ul.links span{		/* probably not needed; keep anyway */
	overflow:hidden;
}
ul.blinks ul li {	/* probably not needed */
	float:none;
}
ul.links ul a {
	text-align:left;
	white-space:nowrap;
}
ul.links li.sep{
	text-align:left;
	padding:0px;
	line-height:0;
}
ul.links li.sep span{
	float:none;	padding-right:0;
	width:238px;
/*	height:3;*/
	display:inline-block;
	background-color:;	
	background-image:none;
}
ul.links li:hover{		/* brings sub-menu over next to menu */
	position:relative;
}
ul.links li:hover>a{
	background-image:url(images/lnk_on.gif);
	background-color:#555;	/* parent menu item hover color (when hovering on child) -- also becomes child color (until more styes added?)*/

	border-width:0px;
	border-color:#fff;
	border-style:solid;
	text-align:left;
	text-decoration:none;
	padding:4px;
	_padding-left:0;
/*	font-family:Tahoma;*/
	font-size:18px;
	font-weight:bold; 
	line-height:1.5;
	color: #cccccc;		/* "off" font color */
	text-indent:15px;
	text-decoration:none;
	cursor:default;
}



