/*
	Defines default styles for menuBar that should work on all browsers
	12.16.02 bg
*/

body{
	/*
	background-image: url(http://myyogavideo.com/graphicsnav/topTile.gif); 
	*/
	background-repeat: repeat-x;
}

a {
  text-decoration: underline;
}
.menuBar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	zbackground-color: #ffffff;
	background-color: #ffffff;
	height: 22px;
}

.menuButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: transparent;	
}
.menuButtonSelected{
	color: #000000;
	/*font-weight: bold;*/
}
.menu{
	display: none;
}
.nonStds{
	display: inline;
	color: #ffffff;
	white-space: nowrap;
}
.utilityNav{
  position: absolute;
  top: 4px;
  left: 493px;
  width: 223px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #ffffff;
  zcolor: #ffffff;
  
  
  vertical-align: middle;
  
}
.utilityNav a:link,
.utilityNav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.utilityNav a:hover{
	color: #ffffff;
}
.searchForm{
	display: inline;
	font-family: courier new, courier, monospace;
	background-color: transparent;
}
/*.heading{
	width: 670px;
	background-color: #4995D3;
}*/
.banner{
    background-color: #ffffff;
	xbackground-color: #ffffff; 
	zbackground-color: #ffffff; 
	text-align: left;
}
#headerSearch{
	position: absolute;
	top: 30px;
	left: 480px;
}

