div#homepageCanvas
		{
		margin-left: 0px;
		background-color: #fff;
		height: 184px;
		width: 971px;
		*width:975px;
		border-left: 2px solid #C9C9C9;
		border-right: 2px solid #C9C9C9;
		padding-top: 0px;
}
#header
{
   background-color: #e4e4e4;
   padding-top: 5px;
   margin-bottom: -12px;
   *margin-bottom: -5px;
}
#header .headerTable
{
	width: 100%;
}
div#welcome
{
	height: 39px;
	width: 450px;
	text-align:right;
	margin-bottom: -7px;
}
.portalnav {
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:11px;
	color:#777;
}
.portalnav a {
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:11px;
	color:#777;
	text-decoration:none;
	padding:0 5px;
	
}
.portalnav a:hover {
	color:#333;
	text-decoration:none;
}

#breadcrumbs
{
  background:url(../images/navlines.gif) top left repeat-x #fff;
  border-left: solid 2px #C9C9C9;
  border-right: solid 2px #C9C9C9;
  border-top: solid 1px #C9C9C9;
  clear:both;
  height:39px;
	padding-top: 10px;
	padding-left: 10px;
	text-align:left;
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	color:#797979;
	text-decoration: none;
}
#breadcrumbs a
{
    font-family:Trebuchet MS, Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	color:#797979;
	text-decoration: none;
}
#breadcrumbs a:hover
{
    text-decoration: underline;
}


