body {
	background: #99FFFF !important;
	/*background-COLOR: none 
	color: #474747 !important;*/
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.GlobalMain /* Style applicable to entire page */
{
	position: relative;
	width: 100%;	/* 860px */
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #474747;
	text-align: left;
	top:0px;
	left:0px;
	margin-right: auto;
	margin-left: auto;
}

.GlobalMid /* Style applicable to entire page */
{
	text-align: left;
	background: #d8d8d8 url("/images/global_content_bg.jpg") repeat-y;
	z-index: 20;
	border-bottom-color: #990066;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.navbar /* Container for top tabs in page header - called from /inc/top.inc supressed for printing */
{
	display:none; 
}

.PageHeaderBox
{
	display:block;
	padding-top: 3px;
	overflow:hidden;
	border-top-color: #990066;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-color: #990066;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.IntContainer /* Exterior box for page heading and content */
{
	width:100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	color: #3a3a3a;
	padding-right: 0px;
}

.IntTitle /* Box to contain the Page's Title in the page heading upper left corner */
{
	width:400px;
	height:20px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left:0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#5878B5;
	float: left;
		
}

#crumb{
	padding: 0px 0px 5px 0px;
	color: #AAAAAA;
	float: right;
	font-size: 10px;
}

.Fade /* Style applicable to bottom Navigation */
{
	display: block;
	background: #ffffff url("../images/main_fade.jpg") no-repeat;
	width: auto;	/* 774px;
	overflow: hidden;
	padding-bottom: 20px; */
		
}

.leftcontent
{
	display: none;
}

.rightcontent
{
	width: auto; /* 500px; */
	float: none; /* right; */
}

.navsearch		/* Formats the Search box - as the left nav.css will not be needed in the procedure - put here */
{
	display: none;
}

.ProcBottom
{
	display:none;
}

.OfficialVersion
{
	position: relative;
	top: 10px;
	left: 150px;
	width: 500px;
	height: 80px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border-top-color: #990066;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-color: #990066;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.Base /* Container for Footer links */
{
	width:100%;
	height:60px;
	position: relative;
	bottom: 0px;
	left:0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	color: #898989;
	/*z-index:100;*/
		
}


