#myform{ /*CSS for sample search box. Remove if desired */
	float: right;
	margin: 0 0 0;
	padding: 0;
	width: 250px;
}

#myform .textinput{
	width: 125px;
	border: 1px solid #10237F;
	padding-bottom: 5px;
}

#myform .submit{
	font: bold 11px Verdana;
	height: 22px;
	background-color: #91A2B6;
}

.NavRightLine {
	width: 308px;
	border-bottom: 1px solid #495452;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#InvisibleLink  {
	color: #FFF;
	text-decoration: none;		
}

#InvisibleLink a:link {
	color: #FFF;
	text-decoration: none;		
}

#InvisibleLink a:visited {
	color: #FFF;
	text-decoration: none;		
}

#InvisibleLink a:active {
	color: #FFF;
	text-decoration: none;		
}

#InvisibleLink a:hover {
	color: #FFF;
	text-decoration: none;		
}


