BODY{
	text-align:center;
	margin:0px;
	padding:0px;
	background:#fcf2cf url(../images/pageBg.jpg);
	
	scrollbar-base-color:#fcf2cf;
	scrollbar-3d-light-color:#fcf2cf;
	scrollbar-arrow-color:#cac2a6;
	scrollbar-darkshadow-color:#fcf2cf;
	scrollbar-face-color:#fcf2cf;
	scrollbar-highlight-color:#fcf2cf;
	scrollbar-shadow-color:#fcf2cf;
	scrollbar-track-color:#cac2a6;
}

a{
	font-family:Arial, Verdana;
	font-size:11px;
	color:#953b23;
	text-decoration:none;

}
a:HOVER{
	color:#646464;
}


#Container{
	margin:0px auto;
	text-align:left;
	width:800px;
}

TABLE TD{vertical-align:top;}
IMG{border:0px;	display:block;	clear:both;}
.space{	height:1px;	width:1px;	overflow:hidden;font-size:0px;}
.left{float:left;}
.right{	float:right;}
.clear{	clear:both;}

/*TopMenu*/
#TopMenu{clear:both;white-space:nowrap;}
#TopMenu A{	float:left;	display:block;}
#TopMenu2{clear:both;}
#TopMenu2 A{float:left;}
#FunctionTabs{float:none;clear:both;}
#FunctionTabs A{float:left;display:block;}
#LeftPagePart{
	background:url(../images/leftPagePart.jpg) left top no-repeat;
	width:280px;
	height:292px;
	margin-left:10px;

}
.LeftContentIn{	margin:5px 15px 5px 20px;
text-align: justify;
}

#LeftPagePart1{
	background:url(../images/leftPagePart1.gif) left top no-repeat;
	width:268px;
	height:176px;
	margin-left:22px;
}

/*previousVisitations*/
.PreviousVisitations{
	margin:5px 0px 5px 20px;
	overflow:hidden;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical; 
	width:245px;
	height:200px;
	scrollbar-base-color:#fcf2cf;
	scrollbar-3d-light-color:#fcf2cf;
	scrollbar-arrow-color:#999999;
	scrollbar-darkshadow-color:#fcf2cf;
	scrollbar-face-color:#fcf2cf;
	scrollbar-highlight-color:#fcf2cf;
	scrollbar-shadow-color:#fcf2cf;
	scrollbar-track-color:#fcf2cf;
}

.previousVisitationsTable{
	font-family:Arial, Verdana;
	font-size:11px;
	color:#cfdbdb;
	background-color:#953b23;
	border: 1px solid #fcf2cf;
	border-collapse:collapse;
}
.vLite{background-color:#ab6247;}
.previousVisitationsTable TD{padding:3px 5px 3px 5px;}
.vPersonDetails{text-align:center;width:50px;}
.vPersonDetails A{color:#ffffff;text-decoration:none;}
.vPersonDetails A:HOVER{text-decoration:underline;}



.ContentIn
, .ContentIn TABLE
, .LeftContentIn
, .LeftContentIn TABLE {
	font-family:Arial, Verdana;
	font-size:11px;
	color:#646464;
}

.backToTop{
	background:url(../images/backToTop.gif) left center no-repeat;
	padding:0px 0px 0px 12px;
	font-family:Arial, Verdana;
	font-size:11px;
	color:#953b23;
	text-decoration:none;
	line-height:11px;
}
.backToTop:HOVER{
	text-decoration:underline;
}


/*MerchandisePage*/
.MerchandiseTable{
	width: 442px;
	margin: 0;
	padding: 0;
	
}

.MerchandiseTable td{
	text-align: left;
	width: 33%;
	vertical-align: top;
	padding-bottom: 16px;
}



.MerchandiseTable .title{
	font-size: 12px;
	font-weight: bold;
	color:#6e1f1f;
	display: block;
	text-decoration :none;
}

.MerchandiseTable ul{
	padding: 0;
	margin: 0;
	text-decoration :none;
}

.MerchandiseTable li{
	padding-left: 13px;
	list-style-type:none;
	background: url("../images/bullet.gif");
	background-repeat:no-repeat;
	background-position: left top;
	color:#6e1f1f;
	line-height:16px;
	font-size: 11px;
}

#spacer{
	height: 10px;
	overflow: hidden;
}

/*ContentFooter*/
#ContentFooter{
	text-align:center;
	margin:10px 30px 9px 35px;
}
#ContentFooter
, #ContentFooter A{
	font-family:Arial, Verdana;
	font-size:11px;
	color:#646464;
	text-decoration:none;
}
#ContentFooter A:HOVER{
	color: #953b23;
	text-decoration:underline;
}
#PageFooter{
	margin:5px 5px 20px 5px;
}
.PoweredBy{
	font-family:Arial, Verdana;
	font-size:10px;
	color:#f7f1e2;
	text-decoration:none;

}
.PoweredBy:HOVER{
	color:#c9e2f1;
}

.Copyright{
	font-family:Arial, Verdana;
	font-size:10px;
	color:#f7f1e2;
	text-decoration:none;
}