@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	top:0px;
	background-image:url(../images/backgroundWhite.jpg);
	background-repeat:repeat-x;
	background-color:#fdfdfd;
	color:#444;
}


div#breadCrumbs {
	position:relative;
	float:left;
	padding:0px;
	margin-left:10px;
	margin-top:0px;
	text-align:center;
	width:926px;
	min-height:18px;
	
}

div#crumbs {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:11px;
	font-style:italic;
	color:#fff;
	padding:8px 0px 8px 10px;
}

.mp_backlinks {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:11px;
	font-style:italic;
	color:#666;
}

.mp_backlinks a {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:11px;
	font-style:italic;
	text-decoration:underline;
	color:#fff;
}

.mp_backlinks a:hover {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:11px;
	font-style:italic;
	text-decoration:underline;
	color:#ccc;
}

div#grayBar {
	position:relative;
	bottom:0px;
	left:0px;
	background-color:#666;
	width:100%;
	height:9px;
	text-align:center;
}

div#contentHeader {
	background-image:url(/images/content-header-white.jpg);
	background-repeat:no-repeat;
	padding:10px 10px 0px 10px;
	margin:10px 0px 0px 0px;
	height:79px;
}

div#contentBg {
	background-image:url(/images/content-bg-white.jpg);
	background-repeat:repeat-y;
	padding:3px 30px 5px 30px;
	margin:0;
	margin-top:-3px;
}