@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 #homepage {
	width:612px;
	background-color:#fff;
}

td #leftcol {
	padding-left:10px;
	padding-right:10px;
}
td #rightcol {
	width:252px;
	background-color:#ddf6b4;
	text-align:center;
}

#announce {
	background-color:#FFFFCC;
	width:500px;
	margin-left:60px;
	padding:10px;
	border:#2e6352 thin dotted;
}

#endpiece {
	background-color:#2e6352;
	border-bottom:#2e6352 thin dashed;
	border-top:#2e6352 thin dashed;
}

#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;
}



