.sliderwrapper{
position: absolute;
overflow: hidden; /*leave as is*/
width: 43em; /*width of featured content slider*/
height: 77em;
border: 0px solid #fff;
top: 5.6em;
right: 0;
}

.sliderwrapper img
	{
	border: none;
	}


.sliderwrapperText
	{
	position: absolute;
	background: #0F354C;
	bottom: .5em;
	font-family: trebuchet MS, sans-serif;	
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5em;
	padding: .25em .5em;
	}

.sliderwrapperText a
	{
	color: #fff;
	text-decoration: none;
	}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 1em;  /*leave as is*/
top: 1em;  /*leave as is*/
padding: 0px;
color: #fff;
width: 41em; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 46em; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
right: 0;
padding: 0;
position: absolute;
top: 3.2em;
}

.pagination img
		{
		height: 3em;
		border: none;
		}

.pagination ul
	{
	display: inline;
	list-style: none;
	}

.pagination ul li{
text-decoration: none; 
color: #00007D;
outline: none;
overflow: hidden;
height: 3em;
width: 11em;
display: inline;
margin: 0 0 .25em 0;
font-size: 144%;
}


.pagination a
	{
	color: #fff;
	text-transform: uppercase;
	outline: none;
	text-decoration: none;
	padding: .5em 1em;
	font-weight: bold;
	}


.pagination a.selected{
color: #134476;
padding: .5em 1em;
background: #fff;
}

.contentdiv a
	{
	color: #fff;
	text-decoration: underline;
	}

.contentdiv a:hover
	{
	text-decoration: none;
	}

.contentdiv h1
	{
	color: #fff;
	}


/** other style items for this page **/


.popupform
	{
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 100;
	}

.popupformbackground
	{
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	background: #0B212F;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	z-index: 101;
	}

.popupform .formbackground
	{
	margin: 5em auto;
	text-align: left;
	z-index: 102;
	background: #fff;
	position: relative;
	width: 50em;
	padding: 2em;
	}

a.republicSiteLink
	{
	position: absolute;
	top: 38em;
	left: 16em;
	color: #fff;
	}

.disclaimer
	{
	display: block;
	width: 40em;
	}

.formBody
	{
	width: 40em;
	display: block;
	}
