	/* Layout */

	body {
		background-repeat: repeat;
		padding: 50px;
		margin: 0px;
	}

	#container {
		padding: 0px;
		top: 0px;
		position: relative;
	}

	#col1 {
		margin: 0px;
		padding: 0px;
		position: relative;
	}

	#col2 {
		display: none;
	}
	
	.box1-btm {
		display: none;
	}

	.box2-btm {
		display: none;
	}
	
	
	.nail { 
		display: none;
	}
	
	.pad1 {
		height: 80px;
	}
	
	.pad2 {
		height: 20px;
	}
	
	.clear {
		clear: both;
	}
	
	#map {
		display: none;
	}
	
	#logo {
		display: none;
	}
	
	/* Text formatting */
	
	body {
		color: #000000;
		font-size: 67%;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}

	h1, h2, h3, h4, h5, p, li {
		font-size: 1em;
	}
	
	
	p {
		line-height: 1.3em;
		font-size: 1em;
		margin-bottom: 1em;
	}

	.p7epm_content p {
		font-size: 1em;
	}

	h2 {
		font-weight: bold;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.4em;
		color: #31591a;
	}

	.caption {
		text-align: center;
		font-size: .9em;
	}

	/* Links */	

	ul {
		list-style-position: outside;
		padding-left: 15px;
	}

	li {
		margin-bottom: .6em;
		margin-top: .6em;
		list-style-position: outside;
		list-style-type: none;
	}

	a {
		font-weight: bold;
		text-decoration: none;
		color: #800000;
	}

	a:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #800000;
	}
		
	/* Images */

	.frame {
		border-width: 1px;
		border-color: maroon;
		border-style: solid;
	}

	.align-left {
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 15px;
		margin-top: 0px;
		padding: 0px;
		float: left;
	}

	.align-right {
		margin-bottom: 15px;
		margin-left: 15px;
		float: right;
	}
	
	.p7EPM05 div {
		display: block !important;
		visibility: visible !important;
	}
	
	.p7EPM05 .p7epm_trigs {
		display: none !important;
		overflow: hidden !important;
	}
		
	.screen-only, .hide, .p7EPM05 div .screen-only, .p7EPM05 div .hide {
		display: none !important;
		visibility: hidden  !important;
	}


