	/* General styles */
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

body {
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:1em;
	margin: 0;
	}
	p {
	margin:0em;
	padding:0;
	font-family: "Futura Md", modern, sans-serif;
	font-size: 80%;
	font-weight: normal;
	text-transform: none;
	letter-spacing: .1em;
	}
.next {
	color: #999999;
	text-align: right;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 90%;
	font-weight: normal;
}

a {
	color: #999999;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	font-family: "Futura Md", modern, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #696969;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

	img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	/* Header styles */
	#header {
	height: 180px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-bottom: 30px;
	background-image: url(images/MPLogo_LeftSealPURPLE.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}

#wrap{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#main{
	float: right;
	width: 690px;
	padding-bottom: 55px;
}
#sidebar{
	float: left;
	width: 225px;
}

	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}

.arrowlistmenu{
width: 225px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #999; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: pointer;
	font-family: "Futura Md", modern, sans-serif;
	font-size: 75%;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-weight: normal;
	letter-spacing: .15em;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 0px;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color: white;
	border-bottom-width: 2px;
	border-bottom-color: #999;
	border-bottom-style: dotted;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0px; /*bottom spacing between each UL and rest of content*/
	text-transform: uppercase;
	font-family: "Futura Md", modern, sans-serif;
	color: #999;
	letter-spacing: .15em;
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #999;
	background-color: #f1f1f1;
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 2px dotted #999;
	font-size: 75%;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
}

.arrowlistmenu ul li a:visited{
color: #999;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000;
background-color: #fff;
}
	
#footer {
	clear:both;
	width:960px;
	margin-bottom: 10px;
	font-family: "Futura Md", modern, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #999;
	text-align: right;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 0px;
}
.arrowlistmenu .menuheader a {
	text-decoration: none;
	color: #999;
}
.arrowlistmenu .menuheader a:hover {
	text-decoration: none;
	color: #000000;
}
.arrowlistmenu .openheader a:hover {
	background-color: white;
	border-bottom-width: 2px;
	border-bottom-color: #999;
	border-bottom-style: dotted;
	color: #000;
}
h2 {
	font-size: 95%;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	color: #999;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 2px;
	font-style: italic;
	font-family: Garamond, serif;
}
.back {
	color: #999999;
	text-align: left;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 90%;
	font-weight: normal;
}
