body {background: white;}
span.title 	{
	color: #3366cc;
	background: white; 
	font-weight: bold;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}
#bannerDiv	{
	position:absolute;
	width:750px;
	top:0px;
	left:0px;
}
#searchDiv 	{
	position: absolute;
	left: 5px;
	width: 9.4em;
	top: 73px;
}
#deptDiv 	{
	position: absolute;
	left: 5px;
	width: 9.4em;
	top: 120px;
}
#sidebarDiv 	{
	position: absolute;
	left: 2px;
	width: 9.5em;
	top: 172px;
}
#deptBannerDiv	{
	position: absolute;
	width: 600px;
	top: 70px;
	left: 9.5em;
	padding-top: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #999966;
}
/* For Departments page */
#deptBannerDivAlt	{
	position: absolute;
	width: 600px;
	top: 70px;
	left: 9.5em;
	padding-top: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #999966;
}

/* For Resources Page */ 
#contentResourceDiv	{
	position: absolute;
	width: 600px;
	top: 150px;
	left: 9.5em;
	padding-left: 10px;
	padding-top: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #999966;
}

#contentDiv	{
	position: absolute;
	width: 600px;
	top: 170px;
	left: 9.5em;
	padding-left: 10px;
	padding-top: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #999966;
}
/* For GSA Childcare web site */ 
#GSAChildDiv	{
	position: absolute;
	width: 600px;
	top: 230px;
	left: 9.5em;
	padding-left: 10px;
	padding-top: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-color: #999966;
}
#linksDiv{
	position: relative;
	padding-top:20px;
	width: 600px;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	width: 600px;
}
#linksDiv1{
	position: relative;
	padding-top:0px;
	width: 600px;
}
.acgovHeaderSearchLinks {font-size: 75%;font-family: Arial, Helvetica, sans-serif;font-weight : normal;}



