/* header styles */
#header {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	/*border: pink 5px solid;*/
	}
#mainContainer{
	width:760px;
	height:600px;
	margin:0 auto;
	text-align:left;
}

/* Central Content Styles */
#centralcontent {
	/*position: absolute;*/
	top:150px;
	margin-left:195px;
	margin-right:195px;
	text-align:left;
	/*border:1px solid #000;*/
	}
#centralcontent	li{	
	list-style-type:none;	/* No bullets */
	font-size:10;
}
/* Right Content Styles */
#rightcontent {
	position: absolute;
	right:10px;
	top:10px;
	width:175px;
	font-size:14;
	font-family:arial;
	/*border:1px solid #000;*/
	}
#leftcontent {
	position: absolute;
	left:10px;
	top: 10px;
	width:180px;
	align: left;
	font-size:14;
	font-family:arial;
	/*border:1px solid #000;*/
	}
	/* Left MENU Styles */
#leftContainer{
	width:180px;
	float:left;
	padding-left:5px;
	padding-right:5px;
}
#dhtmlgoodies_menu{
	font-family:arial;
	font-size: 12px;
	position: absolute;
	left:10px;
	width:90px; /* 90px */
	align: left;
	top:60px;

}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#fff;	/* Black text color */

	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border:1px solid ##003366;	/* Black border */
	background-color:##003366;	/* Light blue background color */
	margin:1px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */

	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:##003366;
	background-color:#317082;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	width:120px;
	border:1px solid ##003366;
	background-color:##003366;
	font-family:arial;
	text-align:left;
	font-size: 12px;
	}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.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 )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#fff;	/* 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:##003366;	/* White text */
	background-color:#317082;	/* Blue background */
}

