.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
}
.Content {
	background: #FFFFFF;
	BORDER-BOTTOM: #A1A1A1 0px solid;
	BORDER-LEFT: #A1A1A1 0px solid;
	BORDER-RIGHT: #A1A1A1 0px solid;
	BORDER-TOP: #A1A1A1 0px solid;
}
.LeftBar {
	background: #F1F1F1;
	BORDER-BOTTOM: #F1F1F1 0px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #F1F1F1 0px solid;
}
.RightBar {
	background: #A1A1A1;
	BORDER-BOTTOM: #A1A1A1 0px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #A1A1A1 0px solid;
}
.News {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #F1F1F1;
}
.Mtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #F7F3F7;
}

.navText {
	font:bold 10px/16px Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:.1em;
	text-decoration: none;
	font-weight: bold;
	}

#map { float: center;
margin: 0px;
border: 1px #000000;
}

.menu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  /* border:1px solid #ffffff; */ /* add a border to show size of menu */
  }

* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  

.menu li {
  display:table-cell;    /* ignored by IE */
  }

* html .menu li {
  display:inline;        /* for IE only */
  }

.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
  padding:4px 10px;
  color:#ffffff; 
  background:#000000; 
  border:1px solid #fff; /* add a 1px white border around items */ 
    font-family: Verdana, Helvetica, sans;
	font-weight: bold;
	font-size: 8pt;;
  text-decoration:none;
  }

* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }

.menu a:hover {
  color:#FFFFFF; 
  background:#666666;
  }

.lefted {margin:0 auto 0 0;}
.centered {margin:0 20;}
.righted {margin: 0 0 0 auto;}
