/* MPP print */

/*----------Globals----------*/

	body, h1, h2, h3, h4, h5, h6, p, ul, li, a, img { margin:0;	padding:0; }
	
	body {
		font-family: georgia, times, "times new roman", serif;
		background-color: #fff;
		}
		

		
/*----------divs----------*/

	#container { width:740px; margin: 0 auto 20px auto; background:#fff; }
			
	
	
	#banner	 { width:740px; margin:0 auto; height:100px; }
	
		
		
		
	
	
	
	#mainNav { display:none; }
	
	
	
		
	
		#subNav ul	{ display:none; }
			
	#master { width:740px; }

	#sidebar	{ display:none; }
		

	
		
		h3 {
			color:#000;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:26px;
			line-height:40px;
			letter-spacing:1px;
			font-weight:lighter;
			border-bottom:#99CC99 dotted 1px;
			}

		#content p { padding:10px 0 0 0; font-size:15px; line-height:22px; color:#030; }
		
		#content img { margin: 0 10px 0 0; }
		
		#content ul { 
				font:14px/16px normal normal inherit;
				color:#993333;
				padding:10px 10px;
				border-top:#99CC99 dotted 1px;
				border-bottom:#99CC99 dotted 1px;
				margin:10px 0; }
				
		#content ul li { margin-left:10px; padding:5px 0; }

			#content a { color:#D63C35;text-decoration:underline; }
			#content a:hover { color:#D63C35; text-decoration:none; }


	
	#footer { display:none; }