/*** The page ***/
div#cms-page
{
	position: relative;
	width: 760px;
	margin: 10px auto;

	border-top: 1px solid #7D469D;
	border-left: 1px solid #7D469D;
	border-right: 2px outset #467D9D;
	border-bottom: 2px outset #7D469D;

	background: white;
}

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
*/


div#cms-breadcrumb-bar
{
	position: absolute;

	top: 135px;
	left: 20px;
	height: 20px;
	width: 600px;

	filter: alpha( opacity=75 );
	-moz-opacity: .75;
}

div.breadcrumb
{

	white-space: nowrap;
	background: #9569AE;
	color: white;

	border: solid 1px white;
	padding: 2px 10px 2px 10px;

	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: 700;
}

div.breadcrumb-border
{
	float: left;

	border: solid 1px #9569AE;
	padding: 0px;
	margin: 0px;
}

div.breadcrumb-separator
{
	float: left;

	background-color: transparent;

	background-repeat: no-repeat;
	background-image: url("../Images/arrow_right_bullet.gif");

	border: 0px;
	padding: 0px;
	margin: 3px 5px 0px 5px;

	width: 19px;
	height: 19px;
}

/*** top banner ***/
div#cms-banner
{
	position: relative;
	clear: both;
	height: 50px;
	width: 100%;

/*	background: url("../Images/logo.gif") no-repeat; */
}

div#cms-banner img
{
	border: 0px;
}

img#help
{
	position: absolute;
	top: 12px;
	left: 580px;
}

img#logout
{
	position: absolute;
	top: 12px;
	left: 670px;
}

div#cms-nav-bar
{
	position: relative;
	clear: both;
	background: #7F4C9F;
	height: 45px;
	width: 100%;
	z-index: 10;
}

div#cms-submenu-bar
{
	position: absolute;
	clear: both;
	visibility: hidden;
	width: 100%;
	z-index: 10;
}

.nav-button
{
	top: 0px;
	left: 0px;
	height: 45px;
	border: 0px;
	margin: 0px;
}

.nav-link
{
	border: 0px;
	margin: 0px;
}

div#cms-abstract-bar
{
	position: relative;
	clear: both;

	background-image: url("../Images/abstract.gif");
	background-repeat: repeat-x;

	padding: 5px;
	height: 25px;

	width: 750px;
}

