html{
		height:100%;
	}
	body{
		font-family:Arial,Helvetica,san-serif;
		font-size:16px;
		margin:0px;
		padding:0px;
		text-align:center;
		background-color:#ffffff;
		height:100%;
	}	
	p{
		margin-top:5px;
		margin-bottom:10px;
	}	
	#mainContainer{
		width:800px;
		margin:0 auto;
		text-align:left;
		background-color: #514f5a;
		padding-left:0;
		padding-right:0;
		padding-bottom:0;			
	}	
	
	/* above is main nav color */
	#dhtmlgoodies_menu img{
		border:0px;
	}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;	
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		width:147px;	
		text-align:left;
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		border:1px solid #000;
		background-color:#FFF;
		padding:1px;	
		}		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;		
		background-color:#514f5a;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		background-color:#514f5a;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #fff;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;		
	}	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		border:1px solid #ffffff;
	}
	
		/*
	main border nav color
	*/
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color:#87858a;		
		
		
	}
	
			/*
	rollover nav color
	*/
	
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:bold;
	}	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		border:1px solid #FFF;
	/* if we want submenu items bold put 
	font-weight:bold;
	*/	
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:2px;
		background-color:#87858a;	
		/* Change Hover color here for sub menu */	
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#ffffff;		
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background-color:#EDE3EB;		
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#317082;		
	}
	/*for header links*/	
	.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 a {
	color: #ffffff;
}
	
	
