/* CSS Document */
	
body, #wrapper, #body, #header, #content, #contentHeader, #contentIndex, #footer {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#leftNav {
	display: none !important;
	}

img {
	border: none;
	}
	
#wrapper {
	position: relative;
	top: 0;
	left: 0;
	}
	
#header {
	background-color: #91a5a4;
	}
	
#contentHeader {
	border-top: solid 1px #ccc;
	}
	
#contentHeader img{
	display: none;
	}
	
#contentIndex h1 {
	padding: 0;
	line-height: 1.5;
	font-size: 14pt;
	color: #91a5a5;
	font-weight: normal;
	margin: .25in 0 0 0;
	}
	
#contentIndex p {
	padding: 0 10px 10px 0;
	font-size: 11pt;
	line-height: 1.5;
	color: #000;
	}

#footer {
	height: 1em;
	}
	
#footer img {
	height: 1em;
	}
		
.right {
	float: right;
	}
	
.clear {
	clear: both;
	margin: 3px 0 0 0;
	}

.grey {
	background-color: #eee;
	}	
	
.prsubhead {
	color: #333;
	}
	
.back {
	display: none !important;
	}
	
