#container
{
	margin: 15px auto 0 auto;
	text-align: left;
	width: 920px;
	position: relative;
}

.pageTemplateContainer
{
	width: 920px;
	text-align: left;
	position: relative;
}

.rightShadow
{
	background-image: url(../../media/design/rightShadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-right: 4px;
	position: relative;
	text-align: left;
}

.topRightShadow
{
	background-image: url(../../media/design/topRightShadow.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 4px;
	height: 15px;
}

.bottomShadow
{
	background-image: url(../../media/design/bottomShadowBG.gif);
	background-repeat: repeat-x;
	height: 9px;
	margin-right: 4px;
	position: relative;
}
.bottomShadowLeft
{
	background-image: url(../../media/design/bottomShadowLeft.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 8px;
}
.bottomShadowRight
{
	background-image: url(../../media/design/bottomShadowRight.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 8px;
	position: absolute;
	top: 0px;
	right: -4px;
}

#footer
{
	clear: both;
	color: white;
	margin-bottom: 10px;
	padding: 0px;
}
#footer a {color: white;}
#footer p, #footer td {margin: 0px;}

.AjaxDiv
{
	position: absolute;
	display: none;
	width: 820px;
	left: 30px;
	top: 100px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: white;
	border: 1px solid #a11a17;
	text-align: left;
	filter:alpha(opacity=91); -moz-opacity: 0.91; opacity: 0.91;
}