body
{
	margin: 0px; 
	font-family: verdana, arial;
	color: #4d4b3c;
}
.MenuItemGroup
{
  border-right:solid 1px white;
  border-bottom:solid 1px white;
  border-left:solid 1px white;
}
.MenuItemHover
{
  background-color: #214a98;
  padding: 4px 34px 8px 10px;
  cursor:pointer;
  color: white;
  font-size: 11px;
  text-decoration: underline;
  z-index: 10;
}
.MenuItem
{
  background-color: #214a98;	
  padding: 4px 34px 8px 10px;
  cursor: default;
  color: white;
  font-size: 11px;
  z-index: 10;	
}
.MenuLayoutLink
{
	text-decoration:none;
	color:#ffffff;
}
a.MenuLayoutLink:visited
{
	text-decoration:none;
	color:#ffffff; 
}
a.MenuLayoutLink:hover
{
	text-decoration:underline;
	color: #ffffff; 
}	


/*#masterPageSkipNavLink
{
	color: #191B7B;
}*/

/******** begin HEADER/Menu styles **********/
.menuLayout
{	
  position:absolute;
  z-index:4px; 
}
.HeaderMenu
{
  cursor:pointer;
}
.HeaderMenuLayout
{
  width:400px;
  padding-left:40px;
  position: relative;
  left:200px;
  top:74px;
}
.HeaderMenuLayout img
{
	float: none;
	margin: 0;
	border: none;
}

.CSSHeaderMenuLayout
{
  width:700px;
  padding-left:40px;
  position: relative;
  left:200px;
  top:74px;
}

.CSSHeaderMenuLayout img
{
	float: none;
	margin: 0;
	border: none;
}

.PageHeader img
{
	float: none;
	margin: 0;
	border: none;
}

.PageHeaderLogo
{
	padding-left: 50px;
	padding-top: 10px;
}
.PageHeaderNav
{
	/*width: 575px; */
	height: 27px; 
	border: None 0px white; 
	padding-right: 25px;
}
.PageHeaderNavText
{
	padding-left: 9px; 
	padding-top: 8px;
}
.PageHeaderNavButtons
{
	padding-left: 9px; 
	padding-top: 6px;
}
.SearchBarRow
{
	background-color: Black;
	font-weight: bold;
	font-size: 10pt;
	color: White;
	height: 32px;
	padding-bottom: 3px;
	position:relative;
}

#SearchBarDiv li { margin: 0px 0px 0px 2px; }

.FloatRight{ float: right; }
.FloatLeft{ float: left; }

/********* end HEADER/Menu styles ***********/





