.float_left
{
  float: left;
  margin-right: 10px;
}
.float_right
{
  float: right;
  margin-left: 10px;
}
.nav_pane
{
  width: 100%;
  font-size: 12pt;
  font-family: sans-serif;
}
.nav_pane UL
{
  list-style: none;
  border-style: none;
  padding: 0px !important;
  margin: 0px 0px 0px 5px !important;
  font-size: .9em;
  line-height: 128%;
}
.nav_pane LI
{
  padding: 0px !important;
  margin: 3px 0px !important;
}
.nav_pane a
{
  text-decoration: none;
  border-bottom: 1px solid #ccc !important;
}
.nav_pane_here
{
  background-color: #cde;
  border-right: 1px dotted #d0d0d0 !important;
}
.nav_pane a:hover
{
  text-decoration: underline;
}
#contact_box
{
	float: right;
	width: 175px;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	font-size: 8pt;
	border:	1px solid #d0d0d0;
	background-color: #f0f0f0;
	text-align: center;
}
#contact_box p
{
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}
