
/* CSS Document */

/*  ===================================================  
 	===================================================  
	
	Description: CSS Framework structure style sheet
	Author:  
	Release date:	 
	Designer approved: 
	Date approved: 
	Revision History:	Revised By		Revised On:
						Kari			03/19/09
						
  	=================================================== 
  	===================================================  */


body {
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	width: auto;
	}
	
	#container {
		background: #FFF;
		border: none;
		margin: 0; 
		padding: 0;
		width: 100%;
		}
	

/*  ===================================================  
  	DEFINES TOP BANNER
  	===================================================  */

#header {

	/*width: 780px;*/
	}
	
	
	#fastFinder {
		display: none;
		}

/*  ===================================================  
  	DEFINES CONTENT STRUCTURE
  	===================================================  */
	
#contentContainer {
	padding: 0;
	}
	
	#content {
		background: #FFFFFF;
		float: left;
		margin: 0;
		padding: 0; 
		width: 100%;
		}

		#column1 {
			display: none;
			}
			
		#column2 {
			float: left;
			margin: 0;
			padding: 0;
			width: 100%;
			}
			
		#column2Nest {
			border: none;
			}		
		
		#column3 {
			display: none;
			}
		
/*  ===================================================  
  	DEFINES FOOTER
  	===================================================  */

	
#footer {
	clear: both;
	color: #000;
	float: left; 
	font-size: 110%;
	font-weight: normal;
	margin: 0;
	width: auto; 
	}
	
	#footer table tr td  {
		width: 100%;
		}
			
		#footer table tr td + td {
			display:none;
			}
			
#footer a, #footer table {
	color: #000;
	font-size: 125%;
	text-decoration: none;
	}

/*  ===================================================  
  	DEFINES MISCELLANEOUS ELEMENTS
  	===================================================  */
	
img {
	display: none;
	}	
	
#anchor{
	display: none;
	}	
			
#shim {
	clear: both;
	width: auto;
	}

#ibox {
	display: none;
	}

#iboxes {
	display: none;
	}
	
#spotlightNav {
	display: none;
	}	
	
#primNav {
	display: none;
	}	
	
#secNav {
	display: none;
	}	
	
h1 {
	font-size: 190%;
	color:#000000;
	}	

h2 {
	font-size: 155%;
	color:#000000;
	}
	
h3 {
	font-size: 140%;
	color:#000000;
	}
	
h4 {
	font-size: 130%
	color:#000000;
	}	
	
h5 {
	color:#000000;
	}

p, ul {
	font-size: 125%;
	}						
