@charset "UTF-8";
/* CSS Document */

body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body a:link, body a:active, body a:visited{
	text-decoration:underline;
	color:#333333;
	border-style:none;
}

p {
	margin:10px 0px;
}

h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

h2 {
	color:#FF0000;
	font-weight:normal;
	font-size:12px;
	margin:0;
}

li {
	list-style-type:none;
}

img {
	border:0px;
}

#container {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:600px;
}

#header {
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	width:600px;
	height:175px;
}

#navigation {
	text-align:center;
	margin:auto;
	width:600px;
}

#content {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	width:600px;
}

#content2 {
	background-image:url(mp_images/content_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:10px;
	margin:auto;
}

#footer {
	width:600px;
	border-top:1px #666666 solid;
	font-size:11px;
	line-height:1.5em;
	margin-top:0px;
}

#footerleft {
	text-align:left;
	float:left;
	margin-top:17px;
}
#footerleft a:link, footerleft a:active, footerleft a:visited {
	color:#333333;
	text-decoration:underline;
}

#footerright {
	text-align:right;
	margin-top:5px;
}

.accordion_toggle {
		display: block;
		height: 25px;
		background: #e3e3e3;
		padding: 0 10px 0 10px;
		line-height: 20px;
		color: #ffffff;
		font-weight: normal;
		text-decoration: none;
		outline: none;
		font-size: 12px;
		color: #000000;
		border-bottom: 1px solid #c3c3c3;
		cursor: pointer;
		margin: 0 0 0 0;

}
		
.accordion_toggle_active {
		background: #000000;
		color: #ffffff;
		border-bottom: 1px solid #c3c3c3;
}
		
.accordion_content {
		color: #333;
		overflow: hidden;
}
			
.accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #333;
}
			
.accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
}

.images {
	margin:10px;
}
