body {
	margin: 0px;
	padding: 0px;
	background-image:  url("../images/new_images/background_pattern.gif");
	background-repeat: repeat;
	text-align: center;
}
.pageOutline {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 740px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	vertical-align: top;
}
.rowDivider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.subsection_header {
	background-image:  url("../images/new_images/subsection_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
.menuBarRow {
	background-image: url(../images/cover_images/menubar_gradient.gif);
	background-repeat: repeat-x;
}

