html { font-size: 100%; /* IE hack to let font-size cascade */ }
table { font-size: 100%; /* IE hack to let font-size cascade */ }

.contact {
	color: #00c;
	font-family: "Arial Narrow";
	width: 180px;
	background-color:#ccc;
	padding: 1px;
	border: 3px double #00c;
	margin-left: auto; margin-right: auto;

}

td {
	vertical-align: top;
}

table {
border-collapse:collapse;
}

body {
	color: White;
	background-color: Black;
	font-family: "Arial Narrow";
	text-align: left;
    text-decoration: none;
	font-size: 0.70em;
	position: absolute;
	left: 2%;
	right: 2%;
}

/* Front page nav */
.menuitem	{
	position:relative;
	font-family: "Arial Narrow";
	background-image:  url(/images/menu_mo_250x35.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 250px;
	height: 40px;
	margin: 0; 
	padding: 0; 
}
.menuitem a {
	display: block;	
	font-size: 11px;
	width: 250px;
	height: 37px;
	display: block;
	float: left;
	color: black; 
	text-decoration: none;
}
span:hover {
	color:#33CCFF;
}	

.menuitem img {width: 250px; height: 40px; border: 0; }
* html a:hover {visibility:visible;  color:#33CCFF;}
.menuitem a:hover img{visibility:hidden; color:#33CCFF;}
.menuitem span {
	position: absolute;
	left: 27px;
	top: 7px; 
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 200px;
	height: 30px;
	font: "Arial Narrow";
	font-size:180%;
	text-align: left;
	color:#0000FF;
	font-weight:bold;
	text-align: center;
}

.navmenu {
	width: auto;
	margin-left: auto;
	margin-right: auto;

	/*border: 1px dashed #555555;*/
}


.menuitem_wide	{
	position:relative;
	font-family: "Arial Narrow";
	background-image:  url(/images/menu_mo_250x35.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 450px;
	height: 40px;
	margin: 0; 
	padding: 0; 
}
.menuitem_wide a {
	display: block;	
	font-size: 11px;
	width: 450px;
	height: 37px;
	display: block;
	float: left;
	color: black; 
	text-decoration: none;
}

.menuitem_wide img {width: 450px; height: 40px; border: 0; }
.menuitem_wide a:hover img{visibility:hidden; color:#33CCFF;}
.menuitem_wide span {
	position: absolute;
	left: 27px;
	top: 7px; 
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 400px;
	height: 30px;
	font: "Arial Narrow";
	font-size:180%;
	text-align: left;
	color:#0000FF;
	font-weight:bold;
	text-align: center;
}





/* End front page nav */

