/* The following CSS is CARE */
	html{
		height:100%;
	}
	body{	
		margin:0px;
		padding:0px;
		height:100%;
		font-family: arial, verdana,helvetica,sans-serif;
		font-size:0.7em;
		background-image:url(images/home_bg_color.gif); 
		text-align:center;
	}
	th,td,p,span {
		
		font-size:9pt;
		line-height:1.8em;
		}
	td.home {
		text-align:center;
		border-left:1px dotted #317082;
		/*border-right:1px dotted #317082;*/
		/* background-color: #dedede; */
		padding:0px		
		}
	
	td.back {
		width:100%;
		background:#000 url(images/home_bg_color.gif);
		background-repeat: repeat-x;
		}
	
	.picmargin1 {
	    MARGIN-TOP: 10px;
		MARGIN-LEFT: 10px;
	    MARGIN-RIGHT: 10px
	}	
	
	#insert{
		border:1px dotted #317082;		
	}
	
	a, img	{	
		color: #1A736C;
		text-decoration:none;
		font-weight:bold;
		border: none;		
	}
	.picmargin {
	    MARGIN-TOP: 4px;
		MARGIN-BOTTOM: 2px;
	    MARGIN-RIGHT: 10px
	}	
	
	.imgbig {
		padding:6px;
		border:1px solid #cccccc;
		background:#ffffff;
		MARGIN-TOP: 4px;
		MARGIN-BOTTOM: 2px;
	    MARGIN-RIGHT: 10px
	}
	
	#mainContainer{
		width:100%; 
		margin: 0 auto;
		border:0px dotted #317082;		
		height:100%;
		text-align:left;
		background-color:F6F1D0;
	}
	#leftColumn{
		width:161px;  
		float:left;
		padding-left:0px;
		border:0px dotted #317082;
		background: #CCCC99;
		height: 100%;
	}
	#mainContent{
		width:76%;
		padding-left:10px;
		padding-right:2px;
		margin-top:0;
		float:left;
		border:0px dotted #317082;
		font-size:0.2em;
		line-height:110%;
		height: 100%;
	}
	
	H2
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana
}
	#topBar{
		height:auto;
		padding-top:0px;		
		border-bottom:0 dotted #317082;			
	}
	/* End of CARE CSS */
	
	/****************************************************************************************
	* 	LAYOUT CSS FOR THE MENU
	****************************************************************************************/
	#dhtmlgoodies_listMenu a{	/* Main menu items */
		color:#1A736C;
		text-decoration:none;
		font-weight:bold;
		border:0px dotted #317082;		
		margin:0px;
		padding-top:0;				
		font-size:1.2em;
	}
	#dhtmlgoodies_listMenu ul li a{	/* Sub menu */
		color: #1A736C;
		font-weight:normal;
		font-size:1.0em;
		border: none;

	}
	#dhtmlgoodies_listMenu ul li ul li a{	/* Sub Sub menu */
		color: #1A736C;
		font-style:italic;
		font-size:0.9em;
		font-weight:normal;		
	}
	
	#dhtmlgoodies_listMenu .activeMenuLink{	/* Styling of active menu item */
		color:#1A736C;
	}
	
	/*
	No bullets
	*/	
	#dhtmlgoodies_listMenu li{
		list-style-type:none;
		border-top:1px dotted #fff;	
	}
	#dhtmlgoodies_listMenu li.off{
		list-style-type:none;
		border-top:0px dotted #fff;	
	}
	
	/*
	No margin and padding
	*/
	#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
		margin:0px;
		padding:10px;
		
	}

	/* Margin of sub menu items */
	#dhtmlgoodies_listMenu ul{
		display:none;
		margin-left:0px;
		
	}