/* CSS Document */

body{
	font-family: Georgia, serif;
	padding :0;
	margin :0;
	background-color: #007961;
	
}

p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
}

div#outerDiv {
	position: relative;
	margin: 0 auto;
	background-color: #FDE9CA;
	width: 900px;
	background-image: url(images/MPD_logo_banner_ver2_1.jpg);
	background-repeat: no-repeat;
}

#content{
	padding-top : 126px;
	padding-bottom : 30px;
	padding-left : 185px;
	padding-right : 10%;
	line-height : 140%;
	
}

#content h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	font-size: 120%;
	letter-spacing: 0.1em;
}

#content h2 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
	font-size: 100%;
	letter-spacing: 0.1em;
}

#content h3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

#content p{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: justify;
	line-height : 140%;
	font-size: 80%;
}

#script{
	position : absolute;
	top : 80px;
	right : 140px;
	text-align : center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #999999;
	width: 650px;
	letter-spacing: 0.5em;
}

#navigation{
	position: absolute;
	top : 126px;
	left : 30px;
	width : 126px;
	background-image: url(images/bkg_2.gif);
	background-repeat: repeat;
	border: 2px solid #996600;
	height: 475px;
	margin: 0px;
}

#navigation p {
	margin-bottom : 4px;
	margin-top : 8px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #0000;
	font-size: 80%;
}

#navigation h6 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 7px;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	font-size: 65%;
	letter-spacing: 0.1em;
}
.button a {
	font-size: 90%;
	display : block;
	padding-bottom : 4px;
	padding-left : 12px;
	padding-top : 6px;
	width : 65%;
	background-color: #FCD8A0;
	color: #333333;
}
.button a {
	background-color : ##FCD8A0;
	border : 2px solid #996600;
	text-decoration : none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	width : 110px;
}

.button a:hover {
	background-color : #058563;
	color : #FFFFFF;
}


.style1 {
	font-size: 10px;
	color: #666666;
}

.style2 {
	font-size: 85%;
	color: #000000;
	font-weight: normal;
}

.boxrt {
	color: #999999;
	padding: 0px 10px 10px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	background-color: #FDE9CA;
	background-repeat: repeat-y;
	float: right;
	}
	
.boxlft {
	color: #999999;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	}

.boxctr {
	float: none;
	position: relative;
	margin: 2px;
	left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
ul {font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	list-style-type: square;
	list-style-position: inside;
	font-size: 14px;
}
