/* CSS Document */

/************* IMAGES **********************/

/* display image align left */
.float_left{
	float: left;
	margin: 5px 10px 0px 0px;
	text-align: center;
}

/* display image align right */
.float_right{
	float: right;
	margin: 5px 0px 0px 10px;
	text-align: center;
}

/* display image in the center of the page */
.img_center{
	width:600px;
	text-align:center;
}

/* 2 images side-by-side */
.img_block{
	text-align:center;
}


/************* COLUMNS *********************/

/* position 2 columns */
.left_col{
	float:left;
	width: 48%;
	display:block;
	margin:0px 10px 10px 0px;
}
.right_col{
	float:right;
	width:48%;
	display:block;
	margin:0px 0px 10px 10px;
}

/************** FRAMES **********************/
.frame{
	padding:7px;
	border: 1px solid #999966;
	margin: 10px 0px 10px 0px;
}
.left_frame{
	float:left;
	width: 200px;
	padding:10px;
	border: 1px solid #999966;
	margin: 0px 10px 10px 0px;
}
.right_frame{
	float:right;
	width:200px;
	padding: 10px;
	border: 1px solid #999966;
	margin: 0px 0px 10px 10px;
}
/********* OTHERS (do not remove) *********/
#searchbox{
	height:34px;
	margin-bottom:5px;
}
/*left menu*/
.submenu-header{
	background-color:#996; 
	color:#fff;
}

#banner-mpb{
	background-image: url(../images/mpb-banner_e.jpg);
	background-repeat: no-repeat; 
	background-color: #fff;
	border: 1px solid #666;
	margin: 0px;
	height:60px;
	font-size: 130%;
	color: #fff;
	padding-left: 65px;
}

#banner-mpbfr{
	background-image: url(../images/mpb-banner_f.jpg);
	background-repeat: no-repeat; 
	background-color: #fff;
	border: 1px solid #666;
	margin: 0px;
	height:60px;
	font-size: 130%;
	color: #fff;
	padding-left: 65px;
}

a.top-link-left{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	display: block;
	padding: 2px 2px 4px 2px;
	font-size: 100%;
	line-height: 110%;
	background-color: #334400;
	border: 0px;
	border-top: 1px solid #fff;
}

a.top-link-left:hover {
	color: #334400;
	background-color: #fe7;
}

h1.right {
	background-image:url(../images/banner-trees.jpg);
	color:#FFFFFF;
	padding-top:3px;
	padding-bottom:3px;
}

.more {
	color: #0066FF;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
