body, td{
  color:#505050;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
}




#container-one{
  margin-top:10px;
  padding:0px !important;
  padding-top:0px !important;
  width:990px;
  height:auto;  
}

#s-one-a {
	float: left;
	width:185px;
	background:#ffffff;
	border:0px;
	margin-top:0;
}
*html #s-one-a{
  margin-top:2px;
}
#s-one-b {
  padding:0;
  margin:0;
}
*html #s-one-b{
  margin-top:2px;
}
#s-one-b {
	float: left;
	width: 577px;
  border-left:1px solid #cccccc;
  padding:0px 7px ;
  text-align:justify;
  min-height:700px;
  height:auto !important;
}

#s-one-b h1{
  margin-top:10px;
}





*html #s-one-b {width:590px;min-height:670px;height:auto !important;height:700px;}



#s-one-c { 
	float: left;
	width:190px;	
  padding:0px;
  margin:0px;
  border:0px;
}
*html #s-one-c{
  margin-top:2px;
}
.box_right{
  border:1px solid #cccccc;
  margin-right:5px;
  margin-bottom:5px;
  width:187px;
}


.box_right p{
  margin: 5px;
}

.box_right ul{
  padding:0 5px 5px 20px;
  color:#656565;  
}
*html .box_right ul{
  padding:0 5px 5px 0px;
  color:#656565;  
  margin-left:20px;
}
.box_right h1{
  margin-left:5px;
}
.box_right h2{
  margin-left:5px;
}
.box_right h3{
  margin-left:5px;
}
.box_right h4{
  margin-left:5px;
}




#listMenu{
		margin:0px 0 5px 5px;
		padding:0px;
	}	
 #listMenu ul{
		margin:5px 0 5px 0px;
		padding:0px;
	}

	#listMenu a{	/* Main menu items */
		color:#003949;;
		text-decoration:none;
    font-weight:bold;
    font-size:14px;
	}

	#listMenu ul li a{	/* Sub menu */
	  
		color: #505050;
		font-weight:normal;
		margin:5px 0 0 5px;
    font-size:12px;
	}
	#listMenu ul li a:hover{
		color: white;
		background:#003949;
	}
	#listMenu ul li ul li a{	/* Sub Sub menu */
		color: #505050;
		font-weight:normal;
    font-size:12px;
	}
	#listMenu ul li ul li a:hover{	/* Sub Sub menu */
		color: white;
		background:#003949;
	}
	
	#listMenu .activeMenuLink{	/* Styling of active menu item */
		color:blue;
		background:url(images/menu highlight_.jpg) repeat-y;
	}
	
	
	/*
	No bullets
	*/	
	#listMenu li{
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	}
	#listMenu li ul li{
	
	list-style-image: url(images/arrow006666.jpg);
	border-bottom: 0px solid #ccc;
	}
	/*
	No margin and padding
	*/

  #listMenu ul li ul{
		margin:0 0 0 15px;
		padding:0  5px;
	}
	/* Margin of sub menu items */
	#listMenu ul{
		margin-left:10px;
	}
