.body {
	margin: 0px;
	background-color: #B0ABA8;
}
#mainTable {
	height: 100%;
	border-right: 1px solid #382B21;
}
#topBar {
	height: 115px;
	background: #806E60 url(../images/bgTopbar.gif) repeat-x;
	padding-top: 16px;
	vertical-align: bottom;
}
#mainRow {
	height: 472px;
	background: #C8BFB0 url(../images/bgMainRow.gif) repeat-x;
	border-bottom: 6px solid #382B21;
}
#sideBar {
	background: url(../images/bgSideBarTop.gif) repeat-y top left;
	width: 167px;
}
#sideBarTop {
	height: 118px;
}
#navBar {
	background: url(../images/bgNavBar.gif) no-repeat bottom right;
	padding: 9px 0px 0px 7px;
	vertical-align: top;
}
#navBar img {
	margin-bottom: 4px;
}
#mainContentContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background: url(../images/bgJohn.jpg) no-repeat top right;
	padding: 24px 260px 24px 10px;
}
#mainContentContact p {
	font-size: 12px;
	color: #382B21;
	margin-left: 6px;
}
#mainContentContact p a:link {
	color: #65594D;
	text-decoration: none;
}
#mainContentContact p a:visited {
	color: #65594D;
	text-decoration: none;
}
#mainContentContact p a:hover {
	color: #382B21;
	text-decoration: underline;
}
#mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background: url(../images/bgMain.jpg) no-repeat top right;
	padding: 24px 260px 24px 10px;
}
#mainContent p {
	font-size: 12px;
	color: #382B21;
	margin-left: 6px;
}
#mainContent p a:link {
	color: #65594D;
	text-decoration: none;
}
#mainContent p a:visited {
	color: #65594D;
	text-decoration: none;
}
#mainContent p a:hover {
	color: #382B21;
	text-decoration: underline;
}
#bottomBar {
	height: 100%;
	background: #382B21 url(../images/bgBottom.gif) repeat-x;
	color: #C8BFB0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 0px 8px 0px;
	vertical-align: bottom;
	text-align: center;
}
#bottomBar a:link {
	color: #EDE7DD;
	text-decoration: none;
}
#bottomBar a:visited {
	color: #EDE7DD;
	text-decoration: none;
}
#bottomBar a:hover {
	color: #EDE7DD;
	text-decoration: underline;
}
/*	Popup Styles */
#popupMainTable {
	width: 100%;
	height: 100%;
	border: 6px solid #382B21;
	padding: 10px;
	background-color: #C8BFB0;
	vertical-align: top;
}
#popupMainTable td {
	vertical-align: top;
}
#popupMainTable p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #382B21;
	font-style: italic;
}
#popupMainTable p small {
	font-size: 10px;
	font-style: normal;
}