﻿.infoBoxContents {
	background:#efefef;  
}

.SitePlaceHolder
{
	width:1024px;
}

.PageColumnLeft {
  width: 175px;
  padding: 4px;
  background:url(images/SideBar.jpg) repeat-y;  
}

.PageColumnRight{
  width: 175px;
  padding: 4px; 
}

.PageColumnLeftBottom{
  width: 175px;
  padding: 4px;
  height:38px;
  background:url(images/BottomBar.jpg) no-repeat;
}

.StandardBoldFont{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.HeadingFont{
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;    
	color: #9a9a9a;
}

.NotesFont{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color:#707173;
}

TD.pageHeading, DIV.pageHeading {
  color: #9A9A9A;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
}

TD.infoBoxHeading {
  color: #000000;
}

.ContentsBox{
	margin-top:8px;
	width:95%;	
	padding: 0px;
}

.BoxTop{
  background:url(images/Box_Top.gif) repeat-x;
}

.BoxTopRight{
  width:30px;  
  background:url(images/Box_TopRight.gif) no-repeat;
}
.BoxTopLeft{
  width:30px;
  background:url(images/Box_TopLeft.gif) no-repeat;
}

.BoxBottom{
  height:30px;
  background:url(images/Box_Bottom.gif) repeat-x;
}

.BoxBottomRight{
  width:30px;
  background:url(images/Box_BottomRight.gif) no-repeat;
}
.BoxBottomLeft{
  width:30px;
  background:url(images/Box_BottomLeft.gif) no-repeat;
}

.BoxContents{
	background:#efefef;  
}

.BoxRight{
  width:30px;
  background:url(images/Box_Right.gif) repeat-y;
}
.BoxLeft{
  width:30px;
  background:url(images/Box_Left.gif) repeat-y;
}

