
h1,h2,p, ul
{
	margin:0;
	padding:0;
}

a img
{
	border: 0;
}

table.SearchResult tr td a,
a:link
{
color: #ff8a00; text-decoration:none;
}

table.SearchResult tr td a
{
    font-weight:bold; margin-bottom:10px;
}

a:hover
{color:#ff8a00;
	text-decoration:underline;
}

a:visited
{color:#ccc;
	text-decoration:none;
}

h2
{
    font-size:1.2em; color:#646465; margin-bottom:10px;
}

h1
{
    font-size:2.3em; color:#00548e; font-weight:normal; margin-bottom:10px;
}

h3
{
      font-size:1.2em; color:#00548e; font-weight:normal; margin-bottom:10px;
}

p
{
    margin-bottom:10px;
}

.worker p
{
    margin-top:10px;
}

#subNav a
{
    color:#646465;
    text-decoration:none;
}

#subNav a:hover
{
    color:#ff8a00;
    text-decoration:none;
}


#footerLeft a
{
    color:#fff;
}

#footerLeft a.footerLink
{
    color:#fff; font-size:1.5em; line-height:200%;
}

#quickSearch h1
{
    font-size:1.2em; color:#00548e; font-weight:normal; margin:0; text-transform:uppercase;
}

#staffNote h1
{
     font-size:1.3em; color:#00548e; font-weight:bold;  margin:3px 0 7px 0;
}

#staffNote h2
{
     font-size:1.2em; color:#00548e; font-weight:normal; margin-bottom:40px;
}

.staffImg
{
    float: right; margin:0 0 5px 5px; border: solid 5px #fff;
}

#subNav h1
{
    color:#fff; font-size:1.2em;
}

#contentCover img
{
    border: solid 10px #dde3e3;
}

#contentCover #contentCoverTaleo img 
{
	border: 0px;
}

#contentCover ul
{
    margin:0; padding:0;
    margin:0 0 20px 20px;

}



A.EditBarLinkButton
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: White;
	text-decoration: none;
}
A.EditBarLinkButton:hover
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #ff9037;
	text-decoration: none;
}



/* DHTML onmouseover tooltip */
#dhtmltooltip
{
	position: absolute;
	left: -300px;
	top:-300px;
	width: 150px;
	padding: 20px;
	background: #fff;
	visibility: hidden;
	z-index: 100; 
	text-align:left;
		color:#646465 ;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}


#dhtmlpointer
{
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	margin-top:1px;
}


#dhtmlpointerBottom
{
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	margin-top:1px;
}
/* DHTML onmouseover tooltip */

