@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0; white-space: normal; }
body {
	color: #464646;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	background-color: #eeeeee;
	background-image: url(../newimages/shadow.gif);
	background-position: center;
	background-repeat: repeat-y;
}
a:link { text-decoration: underline; color: #8b0076; }
a:visited { text-decoration: underline; color: #8b0076; }
a:active { text-decoration: underline; color: #8b0076; }
a:hover { text-decoration: none; color: #b40000; }

#pagewrap {
	width: 974px;
	margin: 0 auto 0;
	border-left: #ffffff 5px solid;
	border-right: #ffffff 5px solid;
	float: none;
	background-color: #ffffff;
}
#topbar {
	float: left;
	width: 974px;
	height: 18px;
	xbackground-color: #003399;
}
#fullleftcol {
	width: 784px;
	float: left; /* top right btm left */
	xbackground-image: url(../newimages/sidebground.gif);
}
#banner {
	width: 784px;
	height: 220px;
	margin: 0 0 5px;
	float: left;
}
#leftcol {
	width: 190px;
	float: left;
	xbackground-color: #FFCC33;
}
#centrecol {
	width: 554px;/* 594-40padding */
	float: left;
	padding: 10px 20px 20px 20px; /* top right btm left */
}
#rightcol {
	width: 190px;
	float: left;
}

#footer {
	float: left;
	width: 958px; /* 974px-padding */
	margin: 0px 0px 10px;
	padding: 4px 8px 4px;
	border-top: solid 10px #c297bd;
	background-color: #eeeeee;
}
#footer img { padding: 0; }
#footerleft {
	float: left;
	width: 344px;
}
#footercentre { float: left; width: 244px; text-align: center; }
#footerright {
	float: right;
	width: 344px;
	text-align: right;
}
