body {
font-family: Verdana, Arial, helvetica;
color: black;
font-size: 80%;

}
.mainDiv
{
  width:190px;
}
.topItem
{
  width:190px;
  height:22px;
  cursor:pointer;
  background: #467BF2;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"GOTHIC";
 
}


.dropMenu
{
  background:#BDC6DE;
  border-top:1px solid #467BF2;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:1px solid #92B1F8;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color: #ce0078;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
#layoutLogic {
width: 100%}

.section {
	display: block:
	margin: 0 auto;
	width: 800px; }

.col-A, .col-B, .col-C,{
	float: left }

.col-A {
	position: absolute;
      top: 0px;
      text-align: center;
	color: black;
	display: block;
	font-size : small;
	margin-right: -1px;
	padding-right: 5px;
	font-color: #000000;
	width: 220px; }

.col-B {

position: absolute;
        top: 0px;
	left: 240px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: -15px;
	color: black;

	width: 790px; }

.col-C {
	position: absolute;
	top: 0px;
	left: 850px;
	text-align: center;
	color: black;
	display: block;
	font-size : small;
	margin-right: -1px;
	padding-right: 5px;
	font-color: #000000;
	width: 10px; }

.clear {
	clear: both; }
