/* menu bar navlist */
DIV.bigindent {
	margin-left: 80pt;
	margin-right: 80pt
};
p.border {
	padding: 10px;
	border: solid 1px #006699;
	font-size: 120%;
	margin: 20px;
	text-align:center
};
td.topbox {
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #6b966b;
	background: white;
	width=225px;
	vertical-align: top;
};
th.topbox {
	margin: 0px;
	padding: 5px 10px;
	border: 1px solid #6b966b;
	background: white;
	width=225px;
};
table.topbox {
	border: 2px solid #6b966b;
	background: white;
	padding: 4px 10px;
	margin: 0px;
	width=750px
};
body {
//	behavior: url(/includes/csshover3.htc);
	margin: 1em;
	background: white;
}

#popmenu {
//	Width: 27em;
	margin-right: 5em;
	float: right;
}

#popmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
//	width: 5.5em;
	float: left;
}

#popmenu a {
	font-family:Arial, Verdana, Geneva, 'Arial Unicode MS';
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#popmenu a {
	color: #057BB6;
	background: white;
	text-decoration: none;
}

#popmenu a:hover {
	color: black;
	background: #FECF94;
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}

#popmenu li {position: relative;}

#popmenu ul ul {
	position: absolute;
	top: 90%;
	left: 10%;
	z-index: 5;
	width: 14em;
}

#popmenu ul ul ul {
	position: absolute;
	top: 90%;
	left: 10%;
	z-index: 6;
}

#popmenu ul ul, li:hover ul ul {
	display:none;
}

#popmenu li:hover ul, li:hover li:hover ul {
	display:block;
}

/* end menu bar navlist */

div.hider {
	display: none;
	width: 369px;
	height: 310px;
	border: 1px solid white;
	padding: 0px;
	margin: 0px;
}
p.divHead {
	color: white;
	padding-top:none;
	font-size: 18;
	font-family: arial,sans-serif;
	font-weight: none;
	margin: 10px;

}
p.divBlock, p.divBlock2 {
	font-family: arial,sans-serif;
	padding-top: 10px;
	font-size: 12;
	font-weight: bold;
	color: #ffffff;
	margin: 10px;
	line-height: 150%;
}
p.divBlock2 {
	padding-top: 0;
	margin-top: 1em;
}
li.divBlock {
	font-family: arial,sans-serif;
	font-size: 12;
	color: #ffffff;
	margin-left: -1em;
	padding-right: .5em;
}
ul.divBlock {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}
a:link.bob {
 color: #FFFFFF;
 }
a:visited.bob {
 color: #FFFFFF;
 }
a:hover.bob {
 color: #0942FA;
 background-color: #FFFFFF;
 text-decoration: none;
 }
a:active.bob {
 color: #FF0000;
 }

.td4
{
  font-family:Arial, Verdana, Geneva, 'Arial Unicode MS';
  background-color:#FCF5DB;
  color:#006699;
  font-size:100%;
  font-weight:normal;
  empty-cells:show;
}
#centered
{
  text-align: center;
}
#bold
{
  font-weight:bold;
}
#small
{
  font-size:90%;
}
#smallb
{
  font-size:90%;
  font-weight:bold;
}
/* the // in front of the property makes them only work on IE */
#popmenu ul li {//float: right; width: 100%;}
#popmenu ul li a {//height: 1%;}
#popmenu a {//font: bold 0.7em/1.4em arial, helvetica, sans-serif;}

