* {
	background: none !important;

}


div{	
	float:none;
	width:88%;  /* This percentage figure controls the width of the page for printing  */
	margin:0;
	padding:0;
/*	border-bottom:1px solid #ddd;  */
}
	
body{	
	font-family:verdana, arial, sans-serif;	
	font-size:80%;
}


a, a:visited{
	color:#2b0d61;
}

#header h1 span{
	display:block;
	font-family:times, serif;	
	font-style:italic;
}

#header h1 a{
	text-decoration:none;
}
	
#main{
	clear:both;
	margin-bottom:10px;
}

	h1{
		font-size:2em;
		
	}
	h2{
		font-size:1.4em;
		color:#333;
	}
	h3{
		font-size:1.2em;
		color:#333;
	}
	h4{
		font-size:1.1em;
		color:#555;
	}


#search{
	display:none;
}



#breadcrumbs{
	float:left;
	width:620px;
	margin:0 0 1em 0;
}



#navigation {
	clear:left;
	float:left;
	width:620px;
	margin:1em 0;
	padding:0;
	font-weight:normal;
	font-family:verdana, sans-serif;
}
	
	#navigation ul{
		float:left;		
		list-style:none;
		margin:0;
		padding:0;
	}

	#navigation ul li{
		float:left;
		
	}
	
	#navigation a{
		float:left;
		font-size:.9em;
		display:block;
		padding:1px 8px 0;
		height:1.9em;
		line-height:1.9em;
		color:#2b0d61;
		text-decoration:none;
		font-weight:bold;
		text-align:center;
		border-bottom:1px solid #999;

	}

	#p1 #m1 a,
	#p2 #m2 a, 
	#p3 #m3 a, 
	#p4 #m4 a, 
	#p5 #m5 a, 
	#p6 #m6 a,
	#p7 #m7 a{
		background:#fff;
		color:#000;
		border-bottom:1px solid #000;
	}	

.copybox{
	float:left;
	width:620px;
	margin:0 0 1em 0;
	padding:0 1em 0 0;
	border-bottom:1px dashed #aaa
}	
.portrait{
	float:left;
	padding:0 15px 15px 0;
}
#subnavigation{
	display:none;
}
#extra{
	display:none;

}

#footlinks {
	display:none;
}


#footer{
	clear:both;
}
#footer p{
	padding-top:5px;
	
	color:#999;
}


.off{
	display:none;
}