
#glidercontent{
	margin:0px 0 10px 0px;
	border-top: 0px solid #314563;
	border-bottom: 0px solid #314563;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
 	border:0px solid #fff;	
	border-width:medium;
border-style: double; 
border-color: #9ca2c5;
	
}

.glidecontentwrapper{
	position: relative; 
	width: 952px;
	height: 200px; 
	overflow: hidden;
	margin:0px;
	padding:0px;
	background: #e9eff3;
	border-top:0px;
	float:left;
	z-index:750;
	
	}

.glidecontent{ 
	position:absolute; 
	width:100%;
	margin-top:0px;
	padding:0px;
	color:#dfdfff;
	margin:0px;
	height:auto;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size: 12px;
	border: 0px solid #ccc;
	z-index:750;	
	vertical-align:middle;
	
	
}

.glidecontent img{
background:#e9eff3;
height:200px;
padding:0px;
margin:0px;
width:600px;
z-index:150;	
border: 0px solid #dddddd;


}
.glidecontent h2, .glidecontent h2 a, .glidecontent h2 a:link {
	width:600px;
	filter:alpha(opacity=88);
	opacity:0.88;
	line-height: 110%;
 	color: #213976;
	text-align:center;
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	z-index:750;
	background: #fff;
	vertical-align:middle;
	height: 50px;
	margin-top: -54px;
	margin-left:0px;
	z-index:750;	
	padding:2px 3px 2px 3px;
	overflow:hidden;
		
}


.glidecontent h2 a:hover {
	text-decoration:none;
	filter:alpha(opacity=100);
	opacity:1.0;
	color: #213976;
	background: #fff;
	vertical-align:middle;
}

.glidecontent .text{
	position:relative;
	width:265px;
	margin: 0 0px 0px 0px;
	padding: 5px 5px 0px 0px;
	line-height: 1.5em;
	font-size: 1.1em;
	letter-spacing:normal;
	font-family: Georgia, "Times New Roman", Times, serif; 
	color:#213976;
	text-align:center;
	background: #ffffff;
	vertical-align:top;
	float:right;
	height:200px;
	z-index:150;
	
}
.glidecontent .textright{
padding: 8px 5px 10px 0px;
float:right; 
height:135px;
background: #ffffff;
z-index:150;
color:#29458c;
}


.gnav{ /*style for DIV used to contain toggler links. */
	width: 100px;
	height:50px;
	z-index:150;
	float:right;
	padding-right:0px;
}

.glidecontenttoggler{
	z-index:999;
	width:75px;
	float:left;
	padding-left: 0px;
	margin-left:603px;
	background: transparent;
	overflow-x:auto;
	overflow-y:hidden;
	height:200px;
	margin-top: -213px;
	position: relative; 
	
	
}
.glidecontenttoggler img{
border:1px solid #fefefe;
height:23px;
padding: 0px;
float:left;
}
.glidecontenttoggler h2 a:link, .glidecontenttoggler h2 a:visited{
	text-decoration:none;
	color: #000;
	z-index:999;
}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
	filter:alpha(opacity=50);
  	/* CSS3 standard */
  	opacity:0.50;
	color: #000;
	margin-right:0px;
	z-index:999;
	
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
	color: #000;
	z-index:999;
}

.glidecontenttoggler a:hover{
	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1.0;
	color: #000;
	z-index:999;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	
	float:left;
	margin: 0px 0px 0px 0px;
 	padding: 0 0 0 0;
	text-align:left;
	vertical-align:middle;
	text-decoration:none;
	color: #000;
	z-index:999;
}

.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	top:0px;
	float:left;
	background: transparent url(img/left.gif) left;
	width:0px;
	height:0px;
	left:30px;
	z-index:999;
}
.glidecontenttoggler a.next {
	float:right;
	background:transparent;
	width:0px;
	height:0px;
	top:0px;
	right:25px;
	z-index:999;
}

