

body {
  color: #002d6a;
  background: url(/images/microsites/apm/bg_body_rpt.png) repeat-x;
}

/*general html tag styles*/
h1
{
	color: #6681a6;
}
h2
{
	color: #6681a6;
}

div.hr
{
	width: 100%;
	height: 16px;
	border: none;
	background: url(/images/ui/hr_green.png) -100px 0px #fff;
}

/*-------------------*/

/*UI styles*/

.home #innerWrapper,
.searchResults #innerWrapper
{
	background: url(/images/microsites/apm/bg_inner_full.png) no-repeat;
}

.rhCol #innerWrapper
{
	background: url(/images/microsites/apm/bg_inner_cols.png) no-repeat;
}

#mainBox a
{
	color: #dc0962;
}

.home #footer,
.searchResults #footer
{
	background: url(/images/microsites/apm/bg_btm_full.png) no-repeat;
}
.rhCol #footer
{
	background: url(/images/microsites/apm/bg_btm_cols.png) no-repeat;
}

#footer a
{
	color: #fff;
}
/*------------------------------*/
/*BANNER AREA*/

	#accessLinks a
	{
		color: #d7eaed;
	}

	#navBox li a
	{
		background: url(/images/microsites/apm/nav_sep.png) no-repeat right top;
	}
	#navBox li.sel a
	{
		color: #a5a6b7;
	}

	#navBox ul ul li a
	{
		background: #4b4c6e;
	}

	#navBox li.sel li a
	{
		color: #fff;
	}


	#navTrailBox li
	{
		color: #d7eaed;
	}
	#navTrailBox li a
	{
		color: #a4cdd3;
	}
	#navTrailBox li a:hover
	{
		color: #d7eaed;
	}

	#searchText
	{
		color: #d7eaed;
	}


/*------------------------------*/
/*MAIN AREA - (30px)720px(15px) - 240px(30px)*/

/*------------------------------------*/
/*Content styles*/

#contentBox li
{
	background: url(/images/ui/bullet_green.png) no-repeat 2px 6px;
}
#contentBox ul.highlite li
{
	background: url(/images/ui/li_highlite.png) no-repeat;
}


/* table styling */
#contentBox th
{
	border-bottom: 2px solid #dee89a;
	padding: 2px;
}
#contentBox td
{
	border-bottom: 1px solid #dee89a;
	padding: 2px;
	vertical-align: top;
}
.df_ev_dat
{
	font-size: .9em;
	font-weight: bold;
}
.df_ev_syn
{
	font-size: .8em;
}
/*form styling*/
#contentBox input
{
	border: 1px solid #999;
}

