/* default content */ 

#mainWrapper {
	clear: both;
	height: 830px;
	overflow: hidden;
	padding-top: 20px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 950px;
	text-align:left;
	}

#mainWrapper .leftcol {
	position: relative;
	float: left;
	}

#mainWrapper .rightcol {
	position: relative;
	float: right;
	}

#mainWrapperLong {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 950px;
	text-align:left;
	}

#mainWrapperLong .leftcol {
	position: relative;
	float: left;
	}

#mainWrapperLong .rightcol {
	position: relative;
	float: right;
	}

#menuCol {
	width: 240px;
	height: 650px;
	}

#menuColMainSmall {
	width: 140px;
	height: 950px;
	}

#menuColMain {
	width: 240px;

	}

#centerArea {
	width: 700px;
	}

#noMenuCenterArea {
	width: 950px;
	}

/* generic box */

.box {
	background: #fff;
	margin-bottom: 18px;
	}

/* generic container */

.content {
	padding: 10px;
	text-align: left;
	background: #fff;
	}

.contentLeft {
	padding-left: 10px;
	text-align: left;
	background: #fff;
	}

.contentCenter {
	padding-left: 10px;
	text-align: center;
	background: #fff;
	}