/* ----------- Top Banner Image & Nav ---------------*/
#TopBanner
{
	background-image: url(../img/Top_banner.jpg);
	background-repeat: no-repeat;
	height: 159px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 1004px;
}
#TopBannerNav
{
	left: 767px;
	position: absolute;
	top: 10px;
	width: 230px;
}
#TitleBar
{
	left: 0px;
	position: absolute;
	top: 159px;
	width: 1004px;
}
#TitleBar span.titleBarImg
{
	margin-left: -4px;
}




/* -----------  Nav Bar ---------------*/
#LeftNav
{
  /*The div holding the include on the content page */
    background-color: #000000;
	left:0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 224px;
    width: 200px;
}
#LeftNavContainer
{
  /*Contains in the actual nav inside the include */
	background-image: url(../../img/Nav_back.jpg);
	background-repeat:no-repeat;
	BACKGROUND-COLOR: #FFFFFF;
	height: 809px;
	margin: 0;
	padding: 0;
}

#navTopGap
{
	height:29px;
	margin: 0;
	padding: 0;
}

#LeftNav .subnav
{
	height: 21px;
	margin: 0;
	overflow: hidden;
}
#LeftNav .sectionNav
{
	height: 19px;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
}




/* -----------  Page Content ---------------*/
#Content
{
  position: absolute;
  left: 240px;
  top: 240px;
  width:700px;

}

#References p
{
  font-size:68%;
}

