#outerWrapper .FlyoutMenu {
	background-color: #A4E1FE;
	border: 1px solid #666666;
	position: absolute;
	left: 400px;
	top: 400px;
	visibility: hidden;
	font-size: 0.8em;
	overflow: visible;
	width: 180px;
	z-index: 100;
}
#outerWrapper .FlyoutMenu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#outerWrapper .FlyoutMenu a {
  display: block;
  background-color: #51C5FE;
  text-decoration: none;
  color: #000066;
  margin-bottom: 1px;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  width: 170px;
  height: auto;
}
.BluBox {
  background-color: #6ACEFF;
  padding: 5px;
  margin-top: 3px;
  margin-right: auto;
  margin-bottom: 3px;
  margin-left: auto;
  border: 1px solid #666666;
  font-weight: bold;
  text-align: center;
}

#outerWrapper .FlyoutMenu a:hover {
  background-color: #A4E1FE;
}
#outerWrapper .FlyoutMenu li {
  margin: 0px;
  padding: 0px;
}
#outerWrapper #contentWrapper #Right #pcRight .ClearBox {
  margin-top: 2px;
  border-top-width: 1px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #666666;
  border-right-color: #666666;
  border-bottom-color: #666666;
  border-left-color: #666666;
  text-align: center;
  margin-bottom: 8px;
  font-weight: bold;
}
.BoxClear {
  padding: 0px;
  margin-top: 2px;
  margin-bottom: 8px;
  border: 1px solid #999999;
  text-align: center;
  margin-left: 5px;
}
.BCMiddle {
  width: 592px;
}
.BCMid {
	height: 100px;
}
.BCRight {
	border-left:none;
  border-right:none;
}
.BoxClear a {
  text-decoration: none;
  display: block;
}
.BoxClear a:hover {
  background-color: #E9F5F4;
}
.ClearBox a {
  text-decoration: none;
  display: block;
}
.ClearBox a:hover {
	background-color: #DCEFEE;
}
#outerWrapper #contentWrapper #Content .BoxClear h2 {
  font-size: 160%;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  display: inline;
}
#outerWrapper #contentWrapper #Content .MidLeft {
	float: left;
	width: 290px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#outerWrapper #contentWrapper #Content .MidRight {
	padding: 0px;
	width: 290px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
}

