body {
	font: 1em/150% Verdana, Helvetica, Arial, Sans-serif;
	background-color: #999;
	width: 774px;
	margin-left: auto;
	margin-right: auto;
	}
	
h1 {
	font:  21px Verdana, Helvetica, Arial, Sans-serif;
	letter-spacing: .05em;
	color: #BFD4AA;
	background-color: #030;
	border-bottom: 5px solid #060;
	height: 30px;
	text-align: left;
	padding-top: 15px;
	text-indent: 100px;
	}
		
a:link {
	color: #360;
	text-decoration: none;
	text-indent: 4em;
	}

a:visited {
	color: #999;
	text-decoration: none;
	}

a:hover {
	color: rgb(105,141,109);
	text-decoration: none;
	}	


#content {
	/*color: #330;*/
	margin-left: 100px;
	width: 390px;
	/*background-image: url(../images/backgroundmpc.gif);
	background-repeat: repeat-y;*/
	float: left;
	padding-bottom: 20px;
	/*border-right: solid 1px #333;*/
	}

#content img {	
	margin: 0px 10px 00px 0;
	float: left;
	}

#content h4 {
	padding-left: 0;
	}
	
#header {
	width: 774px;
	height: 79px;
	background-image: url(../images/MPC_header.gif);
	background-repeat: no-repeat;
	background-color: rgb(228, 239, 199);
	padding-bottom: 10px;
	}
	
	
#mainwrap {
	width: 774px;
	background-color: rgb(228, 239, 199);
	background-image: url(../images/backgroundmpc2.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	}

#column2 {
	width: 266px;
	float: left;
	padding-left: 8px;
	}

#column2 h3 {
	padding: 20px 0 0 10px;
	}

#column2 p {
	font: bold .7em/160% Verdana, Helvetica, Arial, Sans-serif;
	padding: 0 40px 0 10px;
	color: rgb(105,141,109);
	}

#column2 h2 {
	padding-left: 10px;
	font: .9em bold Verdana, Arial, Helvetica, sans-serif;
	color: #030;	
	}
	
#column2 h4 {
	border-top: 2px solid rgb(105,141,109);
	padding-top: 6px;
	line-height: 130%;
	}
	
#column2 a:link {
	color: #330;
	text-decoration: none;
	text-indent: 0em;
	}

#column2 a:visited {
	color: #666;
	text-decoration: none;
	}

#column2 a:hover {
	color:rgb(105,141,109);
	text-decoration: none;
	}
	
#column2 img {
	margin-left: 10px;
	}

h2 {
	font: bold 24px/24px Times, "New Times Roman", Serif;
	color: #030;
	/*border-top: 1px solid #330;*/
	padding-top: 20px;
	letter-spacing: .05em;
	}
	
h3 {
	font:  bold 1.1em Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	letter-spacing: .1em;
	padding-top: 0px;

	}
	
h4 {
	font: bold .9em/110% Verdana, Helvetica, Arial, sans-serif;
	padding-left: 10px;
	color: 
		}

#content p {
	font: .8em/150% Verdana, Helvetica, Arial, Sans-serif;
	color: #330;
	padding-right: 20px;
	}
	
#container {
	border-bottom: 4px solid #330;
	/*background-image: url(../images/background.gif);
	background-repeat: repeat-y;*/
	background-color: rgb(228, 239, 199);
	}
	
#footer {
	width: 774px;
	font: bold .7em Verdana, Helvetica, Arial, Sans-serif;
	text-align: left;
	color: #330;
	height: 25px;
	background-color: rgb(185,218,190);
	padding-top: 0px;
	}

#footer p {
	padding: 5px 0 0 100px;
}


/*#nav li a:link {
	color: #330;
	text-decoration: none;
	}

#nav li a:visited {
	color: #060;
	text-decoration: none;
}
	
#nav li a:hover {
	color: #999;
	text-decoration: none;
	/*letter-spacing: .2em;
	}	*/

nav {
	font: bold .8em Verdana, Helvetica, Arial, Sans-serif;
	color: #330;
	margin-left: 0px;
	}
	
#nav ul {
	margin-left: 60px;;
	list-style-type: none;
	text-align: left;
	padding-top: 60px;
	}

#nav li {
	display: inline;
	padding: 0px 10px 0px 0px;
	font: bold .7em Verdana, Helvetica, Arial, Sans-serif;
	}
	
#left {
	padding-top: 150px;
	font: bold 21px Times, "New Times Roman", Serif;
	width: 150px;
	float: left;
	margin: 0 10px 0 20px;
	line-height: 40px;
	}
	
.bold {
	font-weight: bold;
	}
	
#under {
	font: 8px/16px Verdana, Helvetica, Arial, Sans-serif;
	margin-right: 20px;
	border-bottom: 1px solid #330;
	color: #330;
	width: 450px;
	height: 15px;
	padding-bottom: 2px;
	}
	
h5 {
	font: bold 10px/18px Verdana, Helvetica, Arial, Sans-serif;
	color: #660;
	padding-top: 0px;
	letter-spacing: .1em;
	line-height: 0px;
	}
	
.imgfloat {
	float: left;
	margin: 0px 5px 0px 0px;
	}	
	
.clearfix:after {
    content: ".";              
    /* the period is placed on the page as the last thing before the div closes */
	display: block;          
	/* inline elements don't respond to the clear property */ 
    height: 0;                  
    /* ensure the period is not visible */
    clear: both;               
    /* make the container clear the period */
    visibility: hidden;	     
    /* further ensures the period is not visible */
    color: rgb(228,239,199);
	}

.clearfix {
	display: inline-table;
	}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

 * html  #content {
 	margin-left: 50px;
 	}

* html  #footer p {
padding-left: 50px;
}
	
* html  #column2  p {
padding-left: 4px;
}

* html #column2 h2 {
padding-left: 10px;
}
	
