	a{
		color:#000;
		font-family: MetaBook-Roman; /*Nithin*/
    text-decoration:none;
	}
	h1{
		font-size:1.8em;
		color:#4C145E;
	}
	h2{
		font-size:1.4em;
		color:#4D8EC7;
	}
	h3{
		font-size:1.2em;
	}
	h4{
		font-size:1.0em;
	}
	body{
		font-size:0.8em;
		text-align:center;
		background-color:#777777;
		font-family: MetaNormal-Roman, Tahoma, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin:0px;
		padding:0px;
	}
	img{
		margin:5px;
		padding-left:30px;
		padding-right:0px;
		padding-top:0px;
		padding-bottom:0px;
		border:0px;
	}

	img.ml{
		margin:0px;
		border:0px;
		vertical-align:bottom;
	}

	#mainContainer{
		width:970px; /*Nithin default is 1070px*/
 		padding-left:13px;
		padding-bottom:15px;
		margin-left:0px auto;	/* A little bit of air Nithin*/
		margin-right:0px auto;	/* A little bit of air Nithin*/
		margin-top:0px auto;	/* A little bit of air Nithin*/
		margin-bottom:15px auto;	/* A little bit of air Nithin*/
		text-align:justify; /*Nithin*/
		background-color:#FFF;
		height:590px;
    /*height:500px; Nithin*/
	}
	
	#leftContainer{
		width:207px;
		float:left;
  	padding-left:0px;
	  padding-right:5px;
		height:400px;
	}

	#contentContainer{
		width:704px;
		float:left;
 		padding-left:17px;
		padding-right:10px;
		padding-top:10px;
		padding-bottom:30px;
    background-color:#CCCCCC;
	  border:2px solid #000000;
		/*Filter: progid:DXImageTransform.Microsoft.Shadow(color=#FAFAFA,direction=135, strength=3);*/
    font-family:MetaBook-Roman, Tahoma;	/* Font for sub menu items Nithin*/
		margin-left:0px;	/* A little bit of air Nithin*/
		margin-right:0px;	/* A little bit of air Nithin*/
		margin-top:5px;	/* A little bit of air Nithin*/
		margin-bottom:5px;	/* A little bit of air Nithin*/
		letter-spacing:0.25em;
    /*font-weight:bold;*/
		color:#000000;
    text-align:justify;
		letter-spacing:0.05em;
	}
	.ad{
		clear:both;
		text-align:center;
		padding:5px;
	}	
	
	/* END DEMO CSS */
	#dhtmlgoodies_menu{		
   font-family:Meta-Normal, tahoma;	/* Font for main menu items Nithin*/
		/* font-weight:bolder; /*Nithin*/
		/*font-size:14;*/
		text-align:center;
    width:200px;	/* Width of main menu */
		letter-spacing:0.05em;
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
		letter-spacing:0.05em;
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
		letter-spacing:0.05em;
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
		padding-left:1px;
		letter-spacing:0.05em;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#FFF;	/* Black text color Nithin*/
		
		height:45px;	/* 20 pixel height */
		line-height:35px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border:0px groove #000;	/* Black border Nithin*/
		background-color:#990000;	/* Light blue background color Nithin*/
		margin-left:0px;	/* A little bit of air Nithin*/
		margin-right:0px;	/* A little bit of air Nithin*/
		margin-top:5px;	/* A little bit of air Nithin*/
		margin-bottom:5px;	/* A little bit of air Nithin*/
		padding:1px;	/* Air between border and text inside */
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFF;
		/*background-color:#317082;*/  /* Srini */
		font-weight: bold;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		background-color:#FFF;
		margin-left:12px;	/* A little bit of air Nithin*/
		margin-right:5px;	/* A little bit of air Nithin*/
		margin-top:0px;	/* A little bit of air Nithin*/
		margin-bottom:5px;	/* A little bit of air Nithin*/
    border:1px solid #000000;
    font-family:MetaBook-Roman;tahoma;	/* Font for sub menu items Nithin*/
		text-align:left;
    width:200px;	/* Width of sub menu */
		letter-spacing:0.05em;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
		letter-spacing:0.05em;
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
		letter-spacing:0.05em;
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#000;	/* White text */
		background-color:#FFCC00;	/* Blue background Nithin*/
	}
</style>