﻿




	
/* MASTER PAGE */
						
		#MasterBody	
			{
			position: relative; 
			width: 900px; 
			max-width: 900px; 
			margin: 0px auto;
			padding: 0px;
			overflow: hidden;
			}	

/* MASTER HEADER */	
		
		#MasterHeader2	
		{
			height: 104px; 
			max-height: 104px;	
			text-align: center; 
			padding:0px; 
			margin:0px;
			}	
					 
		#MasterHeader2 h1 						
		{
			padding:5px 0px 0px 0px; 
			margin: 5px 0px 0px 0px; 
			text-align:center; 
			font-size: 20px;
			}
			
		#MasterHeader2 p 
			{font-size: 7pt; 
			 padding:0px; 
			 margin: 0px;}


/*	MASTER CONTENT */

		#MasterContent
				{margin: 10px 0px;}	
				 	
		.MasterContent1
				{overflow: auto;}



/*	MASTER FOOTER */			
	
	
		#MasterFooter 					
		{
			clear: both;
			font-size:0.8em; 
			line-height: 1.5em; 
			width:100%;
			}
			
		#MasterFooter div
		{
			padding: 6px  0px 4px 0px; 
			text-align:center;
			}					

		 
		 
/* TWO COLUMNS  http://matthewjamestaylor.com */

    .pc_mask2 {
    	position: relative; 
    	clear:both; 
    	float: left; 
    	width: 100%; 
    	overflow: hidden;}
    .pc_mask1 {
	    position: relative; 
	    float: left; 
	    width: 100%;}	    
	.pc_col1, .pc_col2 {  
	 	Position: relative; 
	 	padding: 0px; 
	 	float: left; 
	 	overflow: hidden;}
    .pc_mask2 .pc_mask1	{right: 82%} 
    .pc_mask2 .pc_col1		{width: 78%; left: 102%;} 
    .pc_mask2 .pc_col2		{width: 14%; left: 6%}		 
