@charset "UTF-8";
/* CSS Document */

/* Reset */

.clear {
	clear: both;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #323232;
}

/* Index Layout */

.pageWrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
}

/* Header */

.navWrapper {
	width: 960px;
	background-image: url(../images/navBarBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 123px;
	padding-top: 23px;
	margin-bottom: 20px;
}

/* Sub Content Area */

.subContent {
	margin-top: 20px;
	margin-bottom: 20px;
}

.contentLeftCol {
	float: left;
	margin-left: 9px;
	width: 621px;
}

.rightCol {
	float: left;
	margin-left: 20px;
	width: 300px;
}

.contentTopper {
	background-image: url(../images/subContentTopper.gif);
	background-repeat: no-repeat;
	height: 42px;
}

.content {
	background-image: url(../images/subContentBgRepY.gif);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

.contentBottomCap {
	background-image: url(../images/subContentBottomCap.gif);
	background-repeat: no-repeat;
	height: 17px;
	margin-top: 0px;
}


/* Footer */

.footerWrapper {
	width: 100%;
	height: 150px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-image: url(../images/footerBgRepX.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.footerContent {
	width: 960px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

.footerCol1 {
	float: left;
	width: 300px;
	height: 100px;
	margin-top: 10px;
	margin-left: 40px;
}

.footerCol2 {
	float: left;
	width: 200px;
	height: 100px;
	margin-top: 10px;
	margin-left: 170px;
}

.footerCol3 {
	float: left;
	width: 200px;
	height: 100px;
	margin-top: 10px;
	margin-left: 10px;
}

.scroll {
	font-family: "Lucida Console", Monaco, monospace;
	size: 8px;
	overflow: scroll;
	width: 284px;
	padding-top: 0px;
	padding-bottom: 10px;
}

