body {
	color: #333333;
	font-size: 11px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 18px;
}


#title {
	position: absolute;
	top: 40px;
	visibility: visible;
	width: 800px;
	font-style: italic;
}


#pageTitle {
	padding-left: 20px;
}

#pageSubtitle {
	text-align: right;
}

h1,h3 {
	color: #666666;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	width: auto;
}

h3 {
	font-size: 20px;
}

h4 {
	color: #778FBD;
	font-size: 16px;
	font-weight: normal;
	/*margin: 0.83em 0 0;*/
}

p, li {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
	text-align: justify;
}


#content {
	background-color: #ffffff;
	background-image: url(../bm_logo_flower_512_2.png);
	background-position:center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 215px;
	top: 135px;
	bottom: 33px;
	right: 28px;
	overflow:auto;
	padding: 10px;	
	padding-top: 20px !important;
	
}

/** Menu
**/

#menu ul {
	padding-left: 0px;	
}

#menu .l1, #menu .l2{
	height: 28px;
	text-align: left;	
	padding-top: 4px;
	padding-left: 5px;
	
}

#menu .l1 {
	font-size: 14px;
}

#menu .l2 {
	font-size: 11px;
	padding-left: 15px ;
}


#menu .lactive {
	/*font-size: 10px;*/
	text-decoration: underline;
}

#menu a {
	color: #40474D;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	text-shadow: 0 1px 0 #FFFFFF;

	display: block;
}


#menu a:hover {
	text-decoration: underline;
}



/**
*
* FOOTER
**/

#footer a {
	text-decoration: none;
}




/****
**
** HOMEPAGE
**/


.coplet {
	border: 1px solid grey;
	margin: 5px;
	padding: 10px;
	height: 170px;
}

/*
.menuContent {
	border: 1px solid #999999;
}

.menuItem,.subMenuItem {
	width: 98%;
	margin-bottom: 4px;
	height: 30px;
	padding-right: 3px;
	cursor: pointer;
}

.subMenuItem {
	text-align: left;
	height: 25px;
}

a.nav:hover {
	font-size: 18px;
}

a.subnav:hover {
	color: #dbdbdb;
}

.nav,.activeNav {
	color: #40474D;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	text-align: right;
	text-shadow: 0 1px 0 #FFFFFF;
}

.activeNav {
	text-decoration: underline;
	background-color: #33ccff;
}

.subnav {
	color: #ccffff;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	text-align: left;
	text-shadow: 0 1px 0 #40474D;
}

*/