body 
{
  font-family: Arial, Verdana, sans-serif;
  font-size:0.8em;
  color:#666666;
  background-color:#ffffff;
  text-align:center;
}
ul
{
	text-align:left;
}
#page
{
  margin-left: auto ;
  margin-right: auto ;
  width:960px;
}
#top
{
  width: 960px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 21px;
  height:140px;
}
#topLogo
{
  float:left;
  width:222px;
  margin:0px 0px 0px 12px;
}
#topMain
{
  float:right;
  position:relative;
  width:714px;
}
#topMainImgText
{
  margin:0;
  height:36px;
  float:right;
}
#topNavigation
{
  height:27px;
  margin:0px auto;
  width:714px;
  float:right;
}

#topBody
{
  margin-top:24px;
}
#content
{
  width: 960px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top:21px;  
}
#content .contentColumn
{
  float:left;
  width: 240px;
}
#content .contentColumnBody
{
  margin-right:18px;
}
#content .contentColumnBodyTitle
{
  margin-top:20px;
  font-size:1em;
  font-weight:bold;
  color:#3366CC;
  color:#0c06f9;
  font-style:italic;
}
#content p
{
  text-align: justify;
  margin:0px;
  margin-top:5px;
}
#content .contentMain
{
  float:left;
  width: 720px;
}
#content .contentColumnBody a
{
  color: #3D39FA;
  text-decoration:none;
  font-size:1.2em;
}
#content .contentColumnBody a:hover
{
  color: #3D39FA;
  text-decoration:underline;
}
#bottom
{
  margin-top:10px;
  width:940px;
}
#bottom .bottomImg
{
  margin-left:30px;
}
#bottom #bottomContentLeft
{
  float:left;
}
#bottom #bottomContentRight
{
  float:right;
}
.clearFloats
{
  clear:both;
}

/** TEXT **/
.textFirstLetter
{
  color: #FF2B00;
  font-size:1.25em;
  font-weight:bold;
}
.mainTitle
{
  color: #FF2B00;
  font-size:1.25em;
  font-weight:bold;
}


/** MENU **/
#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{
		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{
		padding:0px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		height:27px;
		padding:0px;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
	  text-decoration: none; 
	  background-color: #C0C0C0;
	  color: #ffffff;  
	  height: 27px;
	  line-height: 27px;
	  display:block;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding:0px;
		width:140px;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding:0px;
		width:140px;		
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
	  	text-align: center; 
	  	width:140px;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
	  	text-align: center; 
	  	width:140px;
	        /*background-color: #6d6e71;*/
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		margin-top:1px;
	  	background-color: #C0C0C0;
		padding-left:5px;
		width:150px;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		margin-top:1px;
	  	background-color: #C0C0C0;
		padding-left:5px;
		width:150px;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		margin-top:1px;
		padding-right:2px;
	  	background-color: #C0C0C0;
		padding-left:5px;
		width:150px;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		margin-top:1px;
		padding-right:2px;
	  	background-color: #C0C0C0;
		padding-left:5px;
		width:150px;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		margin-top:1px;
		padding-right:2px;
	  	background-color: #C0C0C0;
		padding-left:5px;
		width:150px;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		margin-top:1px;
		padding-right:10px;
		width:150px;
	  	background-color: #C0C0C0;
		padding-left:5px;
	}	