body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Tahoma;
	font-size: small;
}
.AllContentPlaceHolder
{
	position: relative;
	margin: 0 auto;
	width: 960px;
}
.HeaderDiv
{
	width: 750px;
	height: 150px;
	margin: 0 auto;
}
.HeaderImg
{
	cursor: pointer;
}

/* Menu Style */

.ObjectShadow
{
	position: absolute;
	top: 122px;
	left: 750px;
	background-image: url(img/Shadows/DropShadow.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 169px;
	width: 165px;
}
.MenuDiv
{
	position: absolute;
	top: 115px;
	left: 745px;
	width: 160px;
	text-align: center;
}
.MenuHeaderDiv
{
	background-color: #CC0000;
	color: #CCCCCC;
	text-align: left;
	height: 18px;
}
.BackArrow
{
	color: White;
	padding: 0 0 0 3px;
	display: inline;
	cursor: pointer;
}
.MenuHeaderText
{
	padding: 0 0 0 15px;
}
.MenuButtonsContentsTopDiv
{
	background-image: url(img/Shadows/BackgroundTop.png);
	background-color: White;
	background-position: left top;
	background-repeat: repeat-x;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 8pt;
	text-align: left;
}
.MenuButtonsContentsBottomDiv
{
	background-image: url(img/Shadows/BackgroundBottom.png);
	background-color: White;
	background-position: left bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 8pt;
	text-align: left;
}
.MenuButtonDiv
{
	width: 143px;
	height: 20px;
	padding: 3px 0 0 15px;
	border-top: 1px solid white;
	cursor: pointer;
}
.MenuButtonDiv img, .MenuButtonDivHover img
{
	position: relative;
	top: 0px;
	left: -10px;
}
.MenuButtonText
{
	position: relative;
	top: -5px;
}
.MenuButtonDivHover
{
	width: 143px;
	height: 20px;
	padding: 3px 0 0 15px;
	background-image: url(img/Shadows/BackgroundBottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #CC0000;
	border-top: 1px solid #CCCCCC;
	cursor: pointer;
}

/* Content Place Holders */

.ContentPlaceHolderTop
{
	margin-left: 50px;
	width: 650px;
}
.TopShadow
{
	background-color:White;
	background-image:url(img/Shadows/BackgroundTop.png);
	background-position:left top;
	background-repeat:repeat-x;
	height: 12px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	clear: both;
}
.BottomShadow
{
	background-color: White;
	background-image: url(img/Shadows/BackgroundBottom.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 12px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	clear: both;
}
.ContentPlaceHolderTopContent
{
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	margin-top: -5px;
	padding-left: 10px;
	position: relative;
	min-height: 105px;
}
.SitePath
{
	color: #CC0000;
	font-size: 8pt;
	text-decoration: underline;
	cursor: pointer;
}
.SitePathSeperator
{
	color: #CC0000;
	font-size: 8pt;
}
.TopContentHeader
{
	margin: 4px 0 0 50px;
}
.TopContentText
{
	margin: 4px 150px 0 25px;
	text-align: center;
	height: 30px;
}
.TopContentImage
{
	position: absolute;
	top: 10px;
	right: 5px;
}
.ContentPlaceHolderBottom
{
	width: 950px;
	margin: 20px auto 0 auto;
}
.ContentPlaceHolderBottomContent
{
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	position: relative;
	float: left;
}
.ContactInfo
{
	position: relative;
	float: right;
	color: #444444;
	font-size: 10pt;
	margin: 2px 5px 0px 0px;
	padding-bottom: 20px;
}
