/* we don't have a sidebar on the front page */

.contents {
	margin: 90px 10px 0px 10px;
	line-height: 150%;
}


body h2 {
      color: #ffffff;
	width:100%;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:2px;
	font-weight: normal;
	font-size: 120%;
	font-family:Arial;
}

body h3 {
      color: #000000;
	background-color: #d7e6ff;
	width:100%;
	padding-left:5px;
}

body h4 {
	border-bottom: 1px solid #99c;
	font-size: 110%;
	font-weight:bold;
}
/* three column layout */


.top {
	/*border: 1px solid red;
	padding-left: 10px;
	padding-right: 10px;*/
}

.topLeft {
	width: 66%;
	float: left;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.topRight {
	margin-left: 66%;
	padding-left: 10px;
	/*padding-left: 1em;
	padding-top: 1em;*/
}

.bottom {
	padding-top: 1px;
	clear: both;
}

.bottomWide {
	width: 100%;
	float: left;
}

.bottomLeft {
	width: 66%;
	float: left;
}

.bottomLeftLeft {
	width: 48%;
	float: left;
}

.bottomLeftRight {
	margin-left: 48%;
	padding-left: 10px;
}

.bottomRight {
	margin-left: 66%;
	padding-left: 10px;
}

.bottomRightRight {
	margin-left: 83%;
	padding-left: 10px;
}

/* what is p2p-mpi ? box */

.whatis {
	position: relative;
	z-index: 10;
	border: 1px #99c solid;
	/*background-color: #eee; (original one; changed below)*/
	background-color: #ededd8;
	/*font-size: 95%;*/
	line-height: 150%;
}

.whatis h2 {
	padding: 0px;
	margin: 0px;
	/*background-color: #ccf; (original one; changed below)*/
	background-color: #ffcccc;
	background-image: none;
	color: #333;
	border-bottom: 1px #99c solid;
	text-align: center;
}

.whatis p {
	padding: 0px 10px 0px 10px;
}

.highlight {
   border: 1px dashed;
   background-color: azure;
   padding : 3pt;
}
