body {
	background-color: #F6F6F6;
	text-align: center;
	margin: 0;
	padding: 0;
	
	font-family: tahoma, helvetica, arial, sans-serif;
	color: #333333;
	font-size: 11px;
}

div {
	margin: 0;
	padding: 0;
}

a {
	color: #3681BB;
}
	
img {
	border: none;
}

.container {
	text-align: left;
	width: 778px;
	margin: 10px auto;
	
	background-image: url('newimages/background.gif');
}

.header {
	background-image: url('newimages/top_rounded.gif');
	background-repeat: no-repeat;
	background-position: top;
	padding: 4px;
}

	.header a {
		border: none;
	}
	
	.header h1 {
		margin: 0;
		padding: 0;
		background-image: url('newimages/header.jpg');
		background-repeat: no-repeat;
		width: 770px;
		height: 114px;
		overflow: hidden;
	}
	
		.header h1 span {
			visibility: hidden;
		}
		
		
	.header p {
		margin: 4px;
		text-align: right;
		font-weight: bold;
		font-family: helvetica, arial, sans-serif;
		font-size: 14px;
	}
	
	.header p, .header address {
		color: #3681BB;
	}
	
	.header span {
		color: #333333;
		margin-left: 20px;
	}
	
	.header address {
		display: inline;
		font-style: normal;
	}

.pagebody {
	background-image: url('newimages/bottom_rounded.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 4px;
}

.footer {
	text-align: left;
	width: 678px;
	height: 50px;
	padding-left: 100px;
	padding-top: 10px;
	font-size: 10px;
	margin: 0 auto;
	background-image: url('newimages/footer.gif');
	margin-bottom: 10px;
}

	.footer a {
		color: #666666;
		text-decoration: none;
		border-right: dotted 1px #666666;
		margin-right: 4px;
		padding-right: 4px;
		border-bottom: none;
	}
	
		.footer a:hover {
			text-decoration: underline;
		}
		
	.footer .last {
		border: none;
	}

	.footer p {
		margin: 0;
		margin-top: 2px;
	}
	
/* misc */
.currentPage a {
	border: none;
	text-decoration: none;
}

.pageLink a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
