/* CSS Document - for print*/
/*Pinnacle*/
/*07-18-07*/

	/*START-INTRO PAGE STYLES-GENERAL*/
	#content, #footer, #header, #copy {
		width: 750px;
		margin: 0 auto;
		}
		
	#content {
		padding-top: 10px;
		
	}
	
	body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	}
		
	#logo {
	display: none;
	}
	/*END- PAGE STYLES-GENERAL*/

	/*START-HEADER*/
	#header {
		display: none;
		}
		

	#sectionimg {
		display: none;
		}

			
			
	/*HEADER*/
	
	/*COPY*/
		#copy {
			width: 650px;
			color: #000000;
			margin-top: 5px;
			padding-bottom: 10px;
			}
			*html #copy {
				padding-bottom: 20px;
				padding-top: 10px;
				}
			.h300 {
			height: 300px;
			}
			
	/*END-COPY*/
	
	
/* GENERAL STYLES*/
p {
	line-height: 1.5;
	}
.italic
	{
	font-style: italic;
	}
.blue {
	color: #000000;
	}
.green {
	color: #000000;
	}
	

img {
	border: none;
	}
	
a:link, a:visited, a:active {
	color: #bbca4f;
	text-decoration: none;
}
a:hover {
	color: #deb02e;
	text-decoration: underline;
}

h1 {
font-size: 16px;
text-transform: uppercase;
}

.plainlist {
	}

.plainlist li{
	list-style: none;
	line-height: 20px;
	margin-left: -40px;
}

ul.space {
line-height: 1.5;
}

/*END - GENERAL STYLES*/	
	
	

/*FOOTER SYLES*/
#footer {
	position: relative;  /* Needed for Safari */
	padding: 10px 0px 0px 0px;
	height: 20px;
	text-align: center;
	font-size: 10px;
	color: #000000;
	width: 740px;
	text-transform: uppercase;
	}
/*END - FOOTER STYLES*/

