body
{	
	background-color:#F4DBA3;
	
	scrollbar-face-color: #EDCCA3;
	scrollbar-highlight-color: #AB815B;
	scrollbar-3dlight-color: #EDCCA3;
	scrollbar-shadow-color: #EDCCA3;
	scrollbar-darkshadow-color: #EDCCA3;
	scrollbar-track-color: #E7D1C4;
	scrollbar-arrow-color: #181818;
}
html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
}
.bodyTable
{
	height:100%;	
}
.bgMasterTable 
{
	background-color:#E7D1C4;
	vertical-align: baseline;	
}
.header
{
	height:80px;	
}

.topSidebar
{
	height:63px;
	max-height:63px;	
	width:44px;
	vertical-align:top;	
}

.middleSideBar
{
	width:44px;
	height:230px;
	vertical-align:middle;
}
.contentFrame
{
	height:400px;
	width:890px;
	overflow-y:scroll;
	vertical-align:top;
	background-color: #F4DBA3;
}

.bottomSideBar
{
	width:44px;
	height:154px;
	vertical-align:bottom;
}

.menu
{
	font-size: 9pt;
	color: #A04F00;
	font-family: Verdana;
	font-weight:bold;
}
.normalText
{
	color: #C94D6F;
	font-family:Monotype Corsiva;	
	font-size:13pt;
	text-align:left;
}
.normalTextCenter
{
	color: #C94D6F;
	font-family:Monotype Corsiva;	
	font-size:13pt;
	text-align:middle;
}
.normalTextBig
{
	color: #C94D6F;
	font-family:Monotype Corsiva;	
	font-size:20pt;
	font-weight:bolder;
}
.titleText
{
	color:#D93A66;
	font-weight:bold;
	font-size:large;	
}
a:link
{
	color: #A04F00;
}
a:visited
{
	color: #A04F00;
}
a:hover
{
	color: #D93A66;
}
.textTable
{	
	border:solid 2px #69A2BC;
	background-color: #E8ACAE;
	text-align:left;
}

.textTitleBlue
{
	color:#539ABB;
}
.textBlue
{
	color:#126990;	
}
.textTitleRed
{
	color:#7D1413;
	font-weight:bold;
}
.textRed
{
	color:#7D1413;
}
.textRedNamby
{
	color:#7D1413;
	font-family:Monotype Corsiva;
}
.textPink
{
	color:#F2BFC0;	
}
.textDarkPink
{
	color:#C94D6F;	
}


#galleryItem
{
	border: 1px solid #000080;
	border-collapse: collapse;
	height: 280px;
	width: 150px;
	margin: 2px 25px 2px 25px;
}
td.photoCell
{
	background-color: #D1C9F7;
	height: 200px;
	text-align: center;
}

img.photoCell
{
	width:100px;	
}

td.descriptionCell
{
	color: #126990;
	background-color: #E8ACAE;
	font-size: 9pt;
	text-align:center;
	height: 80px;			
}				
