@charset "UTF-8";
/* CSS Document */


#container {
	width:864px;
	height:auto;
	position:relative;
	background-color:#fff;
	margin:0 auto;
	border:#2e6352 thin dotted;
}

#header {
	width:864px;
	height:216px;
	background-image:url(images/MIPL_masthead.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

td #content {
	width:630px;
	background-color:#FFF;
	padding-left:10px;
	padding-right:20px;
}

td #leftcol {
	width:204px;
	background-color:#ddf6b4;
	text-align:left;
}

#endpiece {
	background-color:#2e6352;
	border-bottom:#2e6352 thin dashed;
	border-top:#2e6352 thin dashed;
}

#endpiece a:link {
	color: #FFF;
	text-decoration:none;
}

#endpiece a:visited {
	color: #FFF;
	text-decoration:none;
}


#mission {
	width:600px;
	height:auto;
	margin-left:120px;
	margin-top:12px;
}

#mission p {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:400;
	color:#fff;
	text-align:center;
}

#contactus {
	margin-top:144px;
}

#tip {
	margin-left:12px;
	width:160px;
	border:#060 thin dotted;
	background-color:#FBED73;
}


