/*** The page ***/
#center-page
{
}

#page
{
}

hr
{
	height: 1px;
	border: 0 #9569AE;
	color: #9569AE;
	background-color: #9569AE;
}

/** The page title ***/

/*
	A Translucent blue box with white border
	White large bold writing
*/

#breadcrumb-bar
{
	display: none;
}

div.breadcrumb
{
	display: none;
}

div.breadcrumb-border
{
	display:none;
}

div.breadcrumb-separator
{
	display:none;
}

/*** top banner ***/
div#cms-banner
{
	background: white;
	height: 50px;
	width: 760px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-top: 1px solid #7D469D;
	border-left: 1px solid #7D469D;
/*	border-right: 1px solid #467D9D; */
	border-right: 2px outset #7D469D;
}

div#logo
{
}

div#cms-light-blue-bar
{
	background: #C5B0D5;
	height: 15px;
	width: 760px;
	position: absolute;
	left: 0px;
	top: 50px;
	border-left: 1px solid #7D469D;
/*	border-right: 1px solid #467D9D; */
	border-right: 2px outset #7D469D;
}

div#cms-dark-blue-bar
{
	background: #977CB2;
	height: 20px;
	width: 760px;
	position: absolute;
	left: 0px;
	top: 65px;
	border-left: 1px solid #7D469D;
/*	border-right: 1px solid #467D9D; */
	border-right: 2px outset #7D469D;
}

div#cms-nav-bar
{
	display:none;
}

.nav-button
{
	display:none;
}

.nav-link
{
	display:none;
}

div#cms-abstract-bar
{
	display:none;
}

div#cms-abstract
{
	display:none;
}