body {
	background-color: #666666;
	font-family: arial, sans-serif, helvetica;
	color: #ffffff;
		margin: 0 auto;
	padding: 0px;
	border: none;
	width: 1100px;
}

.pagetitle {
	color: #FFFFFF;
	font-family: arial, sans-serif, helvetica;
	font-size: 25px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;

}

.main {
	margin: 0 auto;
	padding: 0px;
	border: none;
	width: 1100px;
}

.toc {
	float: left; 
	font-size: 18px;
	text-align: right;
	width: 200px;
	margin-top: 30px;
}
.toc a:link {text-decoration: none; color: #FFFFFF;}
.toc a:visited {text-decoration: none; color: #FFFFFF;}
.toc a:active {text-decoration: none; color: #FFFFFF;}
.toc a:hover {text-decoration: none; background-color: #444444; color: #FFFFFF;}

.feature {
	float: right;
	width: 800px;
	margin-top: 10px;
}
.imagelink {
	border-style: none;
}

.footer {
	position: absolute;
	bottom: 0px;
	clear: both;
	text-align: center;
	color: #ffffff;
}

.ptitle {
	font-weight: bold;
	font-size: 18px;
}
