/* Fallback Properties */
.pageBody {
	background-repeat: repeat-x;
	background-image: url(../graphics/backgrounds/stripe_tall.jpg);
	padding: 0px;
	margin: 0px;
	background-color: #bcbbbc;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
}
a, a:visited, a:active {
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Page Construction */
#pageTable {
	width: 992px;
	height: 100%;
}
#header {
	/* background-color: #FFFFFF; */
	background-color: #c9c9c9;
	padding-left: 18px;
	height: 100px;
	width: 100%;
}
#main {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
#mainTable {
	height: 500px;
	background-color: #FFFFFF;
}
#mainTableLeft {
	width: 150px;
	border-right: 0px;
	border-right-style: dotted;
	border-right-color: #aaaaaa;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	vertical-align: top;
	overflow: hidden;
}
#mainTableBody {
	width: 750px;
	height: 100%;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	vertical-align: top;
}

#bodyTable {
	background-color: white;
	width: 100%;
}
#mainTableRight {
	width: 150px;
	border-left: 0px;
	border-left-style: dotted;
	border-left-color: #aaaaaa;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	vertical-align: top;
/* 	text-align: center; */
}
#footer {
	background-color: #FFFFFF;
	/* background-image: url(../graphics/footer/footerShadow.png); */
	/* background-repeat: repeat-x; */
	text-align: center;
	vertical-align: bottom;
	height: 30px;
}
#footerSlope {
	background-color: #FFFFFF;
	background-image: url(../graphics/footer/footerSlope.jpg);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}

/*	Shadows Properties */
#shadowTopLeft {
	background-repeat: repeat-y;
	height: 4px;
	width: 4px;
	background-image: url(../graphics/shadows/topLeft.png);
}
#shadowTop {
	background-repeat: repeat-x;
	height: 4px;
	width: 100%;
	background-image: url(../graphics/shadows/top.png);
}
#shadowTopRight {
	background-repeat: repeat-y;
	height: 4px;
	width: 4px;
	background-image: url(../graphics/shadows/topRight.png);
}
#shadowLeft {
	background-repeat: repeat-y;
	height: 100%;
	width: 4px;
	background-image: url(../graphics/shadows/left.png);
}
#shadowRight {
	background-repeat: repeat-y;
	height: 100%;
	width: 4px;
	background-image: url(../graphics/shadows/right.png);
}
#shadowBottomLeft {
	background-repeat: repeat-y;
	height: 4px;
	width: 4px;
	background-image: url(../graphics/shadows/BottomLeft.png);
}
#shadowBottom {
	background-repeat: repeat-x;
	height: 4px;
	width: 100%;
	background-image: url(../graphics/shadows/bottom.png);
}
#shadowBottomRight {
	background-repeat: repeat-y;
	height: 4px;
	width: 4px;
	background-image: url(../graphics/shadows/bottomRight.png);
}

/* Miscellaneous */
#horizontalDividerDotted {
	height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	border-top-color: #bfbfbf;
	border-top-style: dotted;
	border-top-width: 1px;
}
#horizontalDividerSolid {
	height: 1px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	border-top-color: #bfbfbf;
	border-top-style: solid;
	border-top-width: 1px;
}
#verticalDividerDotted {
	width: 1px;
	height: 100%;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	border-right-color: #bfbfbf;
	border-right-style: dotted;
	border-right-width: 1px;
}
#verticalDividerSolid {
	width: 1px;
	height: 100%;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	border-right-color: #bfbfbf;
	border-right-style: solid;
	border-right-width: 1px;
}