@charset "UTF-8";
body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #969da3;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.topBar {
	background-image: url(images/topbarbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	height: 40px;
	width: 100%;
	white-space: normal;
	padding: 0px;
}
.header {
	margin: 0px;
	padding: 0px;
	height: 97px;
	width: 950px;
}
.header .headerLeft {
	background-image: url(images/header_left);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 97px;
	width: 730px;
}
.header .headerRight {
	background-image: url(images/header_right.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 97px;
	width: 220px;
}
.clear {
	clear: both;
}
.container	.menu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 201px;
}
.container {
	margin: 0px;
	padding: 0px;
	width: 950px;
}
.container .content {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 749px;
}
.footerBG {
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 89px;
	width: 100%;
}
.footerBG .footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 87px;
	width: 950px;
	padding: 0px;
}

