

html,body {
	margin:0;
	padding:0px
	height:100%; /* needed for container min-height */
	background:#999;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	/*position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	text-align:left;
	background:#fff;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:1000px; /* real browsers */
}

div#header {
	padding:10px;
	background:#fff;

}
	div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
	}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}
	div#content p {
	text-align:justify;
	padding:10px;
	}

div#footer {
	/*position:absolute;*/
	width:900px;
	height:150px;
	bottom:0; /* stick to bottom */
	background:#fff;
	margin:0 auto; /* center, not in IE5 */

}
	div#footer p {
	padding:2em;
	margin:0;

	}

	
	H1{
		color:#999;
		font-size: 20pt;
  		margin: 5px 0 5px 0;
	}
	
	H2{
		color:#999;
		font-size: 35pt;
  		margin: 0px 0 0px 0;
	}
	
	H3{
	color:#97cfdc
	}
	
	
	#ads{
		margin:0 auto;
		width:100px;
		margin-top:10px;
	}
	
	#editorialL{
		margin:0 auto;
		width:185px;
		margin-top:20px;
		margin-right:20px;
		float:left;
		border:1px solid #efefef;
		padding-left:5px;
		padding-right:5px;
		text-align:center;
		height:200px;

	}
		
	#editorialR{
		margin:0 auto;
		width:200px;
		margin-top:10px;
		margin-right:14px;
		float:right;
		border:1px solid #efefef;
		padding-left:5px;
		padding-right:5px;
		text-align:center;
	}
	
	#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{	/* Menu object */
		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{
		border-right:0px solid #fff;
		background-color:#999;
		padding:1px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:4px;
		border:0px solid #317082;
		background-color:#999;
		overflow:visible;
		font-size:15px;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:0px solid #555;
	}
	
	/***********************************************************************
		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:20px;
		padding-right:2px;
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		border:0px solid #E2EBED;


	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color:#999;
		border:0px solid #000;
		
		
	}
	#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:5px;
		border:0px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding:5px;
		background-color:#97cfdc;
		border:0px solid #000;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#000;

	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding:5px;
		border:0px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding:5px;
		background-color:#97cfdc;
		border:0px solid #000;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding:5px;
		border:0px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding:5px;
		background-color:#000;
		border:0px solid #000;
	}	
	
	
	/* css integreer 1
	
	.itemodd {
		font-family: Arial;
		font-size : 10px;
		color: #000000;
		background:#EBEBEB;
		height: auto;
		padding: 5px;
		margin: 1px;
		width: 100%;
		float: left;
		display:inline;
	}
	.pulldown{
		display: inline;
	}

	.itemeven {
		font-family: Arial;
		font-size : 10px;
		color: #000000;
		background:#E2EBED;
		height: auto;
		padding: 5px;
		margin: 1px;
		display:inline;
		width: 100%;
		float: left;
	}

	.items{
		width: 100%;
	}

	.title {
		font-family: Arial;
		color: #fca805;
		font-size: 18px;
		font-weight: bold;
	}

	.row {
		width: 100%;
		height: 150px;
		position: relative;
		clear: both;
	}	

	.link {
		text-align: right;
		color: #fca805;
	}

	A{
		color: #fca805;
	}


	.pages {
		font-family: Arial;
		font-size : 10px;
		width: 100%;
		text-align: center;
	}

	.image{
		float: left;
		display:block;
		background:		white;
	}

	.selectedPage {
		font-weight: bold;
		color: #000000;	
	}	
	
	*/
	
.itemodd {
	font-family: Arial;
	text-align:		Left;
	font-size : 10px;
	color: #000000;
	background-color:#FFFFFF;
	/*height: 150px;*/
	padding: 5px;
	margin: 1px;
	width: 45%;
		border:1px solid #efefef;
	/*display:inline;*/
	float					: left;
}
.pulldown{
	display: inline;
}

.itemeven {
	text-align:		Left;
	font-family: Arial;
	font-size : 10px;
	color: #000000;
	background-color:#FFFFFF;
	/*height: 150px;*/
	padding: 5px;
	margin: 1px;
	/*display:inline;*/
	width: 45%;
	border:1px solid #efefef;
	float					: right;
}
.items{
	width: 100%;
}
.title {
	font-family: Arial;
	color: #97cfdc;
	font-size: 16px;
	font-weight: bold;
		background:#E2EBED;
}
.link{
	text-align: right;
	color: #000;
	font-size:18px;
	background:#E2EBED;
}
A{
	color: #000;
}
.row {
	width					: 100%;
	height					: 150px;
	position				: relative;
	clear					: both;
}
.pages{
	color: #FF6600;
	font-family: Arial;
	font-size : 10px;
	width: 100%;
	text-align: center;
}
.image{
	float: left;
	display:block;
	background:	white;
	padding: 0px 3px 0px 0;
	
}

.selectedPage {
	font-weight: bold;
	color: #000000;
}
/*
body{
	background: #FFFFFF;
	font-size : 10px;
	margin-top:	17px;
	text-align:	center;
	
	background-position: 	top;
	background-repeat: 		no-repeat;
	background-image: 		url();
}