.imageContainerMaster
{width:100%;
	
}

.invisibleContainer
{
	width:100%;
	
}

.topdottedContainer
{
	width:100%;
	
	background-image:url(images/dotted_border.gif);
	background-repeat:repeat-x;
	background-position:left top;
	
}
.bottomandtopdottedContainer
{
	width:100%;
	
	background-image:url(images/dotted_border.gif);
	background-repeat:repeat-x;
	background-position:left top;
	
}
.batdcbottom
{
	background-image:url(images/dotted_border.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

.bottomdottedContainer
{
	width:100%;
	
	background-image:url(images/dotted_border.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	
}
.topdottedpadded20Container
{	width:100%;
	
	background-image:url(images/dotted_border.gif);
	background-repeat:repeat-x;
	background-position:left top;

}
.bottomdottedpadded20Container
{	width:100%;
	
	background-image:url(images/dotted_border.gif);
	background-repeat:repeat-x;
	background-position:left bottom;

}	

.bottomandtopdottedpadded20Container
{
	width:100%;
	
	background-image:url(images/dotted_border.gif);
	background-repeat:repeat-x;
	background-position:left top;
	
}
.topdottedpadded20ContentPane
{
	width:100%;
	
	padding-top:20px;
	padding-bottom:20px;
}

.ContentPane
{
	width:100%;
	
	
}

.homeimageContainerMaster
{
	color:white;
	background-image:url(images/pinkdots.gif);
	background-position:right top;
	background-repeat:repeat-y;
	width:238px;
	overflow: hidden;

}

.hometitletd
{
		background-image:url(images/pinkdotsblack.gif);
	background-position:right top;
		background-color:Black;
	background-repeat:repeat-y;
	height:24px;


}

.hometitle
{
	color:White;
	font-family:Arial;
	font-size:12px;
	background-color:Black;
	padding-left:20px;
	font-weight:bold;
	
}

.homeimageContainerMasternoborder
{
	color:white;
	width:238px;

}

.hometitletdnoborder
{
	
		background-color:Black;
	background-repeat:repeat-y;
	height:24px;
	

}


