@import "navigation.css";

body {
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: #d0cbb4 url("/images/background.jpg") repeat-x;
}

#outerwrapper {
padding: 10px 0 0 0;
margin-left: auto;
margin-right: auto;
width: 960px;
}

#menu {
float: left;
}

#outercontent {
float: left;
width: 960px;
background: url("/images/content_top.png") left top no-repeat;
}

#innercontent {
float: left;
width: 960px;
padding: 0 0 16px 0;
min-height: 284px;
background: url("/images/content_bottom.png") left bottom no-repeat;
}

#bodywrapper {
float: left;
width: 960px;
}

.innertube {
padding: 9px 10px 0 10px;
}

#MPleft {
float: left;
width: 390px;
}

#MPright {
float: right;
width: 540px;
}

#MPtxt1, #MPtxt2 {
float: left;
margin-top: 15px;
}

#MPtxt1 {
padding-right: 20px;
width: 244px;
border-right: 1px solid #d9d9d9;
}

#MPtxt2 {
padding-left: 20px;
width: 245px;
}

#MPtxt3 {
width: 510px;
text-align: center;
}

#innercontent h1, #innercontent h2, #innercontent h3, #innercontent h4, #innercontent h5, #innercontent h6 {
font-family: "trebuchet ms", arial, helvetica, sans-serif;
color: #9b0000;
display: block;
margin: 0px;
padding: 0px;
}
	
	#innercontent h1 {
	font-size: 200%;
	letter-spacing: -1px;
	}
	
	#innercontent h2 {
	font-size: 175%;
	letter-spacing: -1px;
	}
	
	#innercontent h3 {
	font-weight: bold;
	font-size: 125%;
	}

	#innercontent h4 {
	font-size: 100%;
	}

	#innercontent h5 {
	font-size: 11px;
	}

	#innercontent h6 {
	font-size: 9px;
	font-weight: bold;
	color: #898989;
	}

	p {
	margin: 10px 0;
	padding: 0;
	}

#MPscratchdent {
float: left;
margin-top: 10px;
padding: 55px 10px 0 10px;
width: 534px;
height: 106px;
background: url("/images/MP_SandD_bkgr.png") no-repeat;
}

#MPfollowus {
float: right;
margin-top: 10px;
padding-top: 47px;
width: 397px;
height: 109px;
background: url("/images/MP_FollowUs_bkgr.jpg") no-repeat;
}

#footer {
padding: 0 10px 10px 10px;  
width: 940px;
height: 30px;
font-size: 9px;
clear: both;
}

#copyright {
float: left;
width: 400px;
}

textarea {
border: solid 1px #999999;
color: #000;
font-weight: normal;
}
	.required {
	border: solid 1px #999999;
	background-color: #e6fcff;
	}
	.submitbutton {
	font-weight: bold;
	color: #fff;
	background-color: #dab14b;
	border: solid 1px #bf9838;
	}

hr {
border: 0;
height: 1px;
color: #c0c0c0;
background-color: #c0c0c0;
}

ul, #none ul {
list-style-type: disc;
list-style-position: outside;
margin: 0 0 10px 16px;
}
ul {
list-style-image: ;
}
	li {
	margin: 3px 0;
	}
