@charset "utf-8";
html, body {
	background-image: url(../images/ppback.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EFEFEF;
}
#header {
	background-image: url(../images/topback.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 100px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: thin none #DFDFDF;
}
#header2 {
	background-image: none;
	text-align: center;
	height: 30px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	border: thin none #DFDFDF;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#content {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/pback.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	border: 0px solid #DFDFDF;
	margin-top: auto;
	margin-bottom: auto;
	overflow: hidden;
	position: relative;
	z-index: auto;
}
#left_column {
	float: left;
	height: auto;
	width: 200px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-position: top;
	text-align: left;
	border: 1px none #999999;
}
#Right_column {
	float: right;
	text-align: left;
	height: auto;
	width: 180px;
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #8B629E;
	border-right-color: #8B629E;
	border-bottom-color: #8B629E;
	border-left-color: #8B629E;
	text-indent: 2px;
}
#centre_column {
	float: right;
	height: auto;
	width: 800px;
	padding-right: 0px;
	padding-left: 0px;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 0px;
}
.pagetitle {
	font-family: "Century Gothic";
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	clip: rect(auto,auto,10px,auto);
	bottom: 10px;
	border-bottom-width: 10px;
	padding-bottom: 10px;
	line-height: normal;
	white-space: normal;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.clear {
	clear: both;
}
#footer {
	background-position: center top;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: auto;
	vertical-align: middle;
	background-image: url(../images/footerback.png);
	height: 55px;
	background-repeat: no-repeat;
	color: #000000;
}
.ebackground {
	background-color: #FFFFFF;
}

a:focus { -moz-outline-style: none; }
a { outline: 0; }
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
