#m-Contain{
	width:760px;
	height:600px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
}

#l-Contain{
	width:160px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:300px;
}

#c-Contain{
	width:590px;
	float:left;
}




/* fonts ...span class */

.sm-font {
	font-size: 9px;
}

.med-font {
	font-size: 11px;
	font-weight: bolder;
}




/* menu */

#d-menu{
	font-family:arial, helvetica, Geneva;	/* Font for main menu items */
      font-size: 12px;
	width:380px;	/* Width of main menu */

}
#d-menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#d-menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#d-menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#d-menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#006;	/* dark blue text color */
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	text-align: center;
	vertical-align:middle;	/* Align text in the middle */
	border:1px solid #006;	/* blue border  ...temp removed for Explorer */
	background-color:#fff;	/* white background color */
	margin:6px;	/* A little bit of air ...between links */
	padding:1px;	/* Air between border and text inside */
      border-bottom: 5px solid #006;  /* thick border bottom */
	display:block;
}
#d-menu	li a:hover,#d-menu .activeMainMenuItem{
	color:#FFF;
	background-color:#006;
}
.d-subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #039;     /* ...was #000; */
	background-color:#fff;
	font-family:arial;
	text-align:left;
}

.d-subMenu ul{
	margin:0px;
	padding:0px;
}

.d-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 )*/
}

.d-subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	
	color:#006;	/* Blue 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 */
}
.d-subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#006;	/* blue background */
}
