/* TABLE to provide basic page structure */
.pagelayout {
	margin: 2px 4px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border: 0px none;
	height: 100%;
	width: 704px;	
}

/* TD to contain identification and global navigation */
.pageheader {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	border: 0px none;
	height: 32px;
}

/* TD to contain identification of location in site */
.pagetitle {
	margin: 0px;
	padding: 2px;	
	text-align: left;
  	vertical-align: bottom;
	border: 0px none;
	height: 32px;
}

/* TABLE to hold pagecontentoptions and pagecontentworkspace */
.pagecontentcontainer {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height: 100%;
	width: 100%;
}

/* TD to display local navigation and task options */
.pagecontentoptions {
	margin: 0px;
	padding: 8px 4px;
	text-align: left;
	vertical-align: top;
	height: 100%;
	width: 112px;
}

/* TD to display primary page content */
.pagecontentworkspace {
  margin: 0px;
  padding: 8px 8px;
  text-align: left;
  vertical-align: top;	
	border: 0px none;
	height: 100%;
	width: 496px;
}

/* TD to display end-of-page content */
.pagefooter {
  margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	border: 0px none;
	height: 16px;
	width: 100%;
}

/* optional TD to contain workspace tabs */
.pagecontenttabs {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
	border: 0px none;
	height: 18px;
	width: 100%;
}

/* optional TD to contain workspace tasks; used when workspace is a
		 list where a task can be applied to more than one item in the list */
.pagecontenttasks {
	margin: 0px;
	padding: 8px 4px;
	text-align: left;
	vertical-align: top;
	border: 0px none;
	height: 100%;
	width: 96px;
}

/* generic TABLE used for structuring content */
.layouttable {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	width: 100%;			 
}

/* TD used to add vertical spacing */
.vspacer {
  height: 2px;
}

/* override of default TD tag */
td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	border: 0px none;
}

/* override of default TABLE tag */
table {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

/* override of default BODY tag */
body {
 margin: 8px 0px;
 padding: 0px;
 text-align: center;
}