

#altmenu{
	background-color: white;
	/*border: 1px solid #808080;*/
	border-bottom-width: 0;
	width: 150px;
    height: 20px;
}

* html #altmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
	width: 150px;
    height: 40px;
}

#altmenu a{
	font: 20px Colibri;
	padding: 9px;
	display: block;
	width: 100%;
	color: #2E6AA9;
	font-weight:bold;
	text-decoration: none;
	border-bottom: 1px solid white;
    letter-spacing:1;
}



#altmenu a:hover{
	background-color: white;
	color: #F9A219;
}

#altmenu a.on{
	color: #2E6AA9;
	font-weight:bold;
    background-color: white;
}




.content {
  background-color:inherit;
  /*background-image:url("images/txt-bkg.jpg"); background-repeat:repeat-x;*/
  font:inherit;
  color:black;
  font-family: Verdana, Arial;
  font-size:10pt;
  text-align:justify;
  margin-top:0px;
  margin-left:15px;
  margin-right:15px;
}


.content1 {
  background-color:inherit;
  /*background-image:url("images/txt-bkg.jpg"); background-repeat:repeat-x;*/
  font:inherit;
  color:black;
  font-family: Verdana, Arial;
  font-size:11pt;
  text-align:justify;
  margin-top:0px;
  margin-left:15px;
  margin-right:15px;
}

.phone {
 
  color:black;
  font-family: Colibri;
  font-size:11pt;
  
}