@media screen {

/*For the Top Menu*/
.bg51 { border-collapse: collapse; }
.bg51 td { background: #cddef4; font-size: 10px; font-family: 'Arial, Sans-Serif'; padding: 6px;}
.bg51 td a { font-size: 9px; color: #555588; font-weight: bold; text-decoration: none;}
.bg51 td a:hover { color: #990000; }
.bg51 th { background: #cddef4; font-size: 8px; font-family: 'Arial, Sans-Serif'; padding: 0px; color: white; text-align:left;}
.bg51 th a { font-size: 10px; color: #555588; font-weight: bold; text-decoration: none;}
.bg51 th a:hover { color: #990000; }

.leftcolumn {
/*background: url(img/left_column_bkg.gif);*/
border-right: 0px dashed #995555;
/*background: #FFFFFF;*/
}

.middlecolumn {
/*background-color: #FFFFFF;*/
padding-left: 8px;
}

.rightcolumn {
/*background-color: #FFFFFF;*/
padding-left: 0px;
}

.leftheader {
}

.vertmenu {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration: none;
color: blue;
}

:hover.vertmenu {
color:#990000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.vertmenu-title {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight: bold;
padding-bottom: 0px;
}

.vertmenu-title2 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
padding-bottom: 0px;
}

.title1 {
background-color: #992222;
color: white;
font-weight: bold;
}

.title1 a {
color: white;
float: left;
}

.title1 a:hover {
color: #FFFF55;
}

.title2 {
background-color: #FFDDAA;
color: black;
border: 1px solid silver;
padding-left: 5px;
}

.title3 {
background-color: #FFCC66;
color: #FFFFFF;
font-weight: bold
}

.title3 a {
color: white;
float: left;
}

.title3 a:hover {
color: #FFFF55;
}

.title-intranet {
background-color: #AFDFAE;
color: #000080;
font-weight: bold
}

.title-intranet a {
color: #000080;
float: left;
}

.title-intranet a:hover {
color: #5555FF;
}

.title4 {
background-color: #E0C074;
color: white;
font-weight: bold;
}

.title4 a {
color: #5C4100;
float: left;
}

.title4 a:hover {
color: #FDECC4;
}

.titlebusserv {
background-color: #89BDAB;
color: white;
font-weight: bold;
}

.titlebusserv a {
color: #3E534E;
float: left;
}

.titlebusserv a:hover {
color: #BCDDD1;
}

.titlepolicies {
background-color: #DFBE8F;
color: white;
font-weight: bold;
}

.titlepolicies a {
color: #856A43;
float: left;
}

.titlepolicies a:hover {
color: #F5E9D7;
}

.titlehr {
background-color: #97D093;
color: white;
font-weight: bold;
}

.titlehr a {
color: #0C7104;
float: left;
}

.titlehr a:hover {
color: #E0F4E4;
}

.titlebfits {
background-color: #C6D7E8;
color: white;
font-weight: bold;
}

.titlebfits a {
color: blue;
float: left;
}

.titlebfits a:hover {
color: white;
}


.hidden {
display: none;
}

.displayed {
display: block;
}

}


@media print {

	.leftcolumn {
	 display:  none;
	}
}
