.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 590px;
height: 609px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 0px;
visibility: hidden;
width: 590px;
background-color:#520d11;
color:#FFFFFF;
}
.glidecontent p{
	padding-left: 26px;
	padding-right:40px;
	line-height:1.75em  
}
.glidecontent ul{
	padding-left: 46px;
	list-style:disc; 
}
.glidecontent table{
margin-left:46px 
}
.glidecontent td{
	padding: 5px;
	border-collapse:separate;
	border-bottom:1px solid #999999;
}
.glidecontent dl
{
width: 41.1em;
margin: 1em 0;
padding: 0;
margin-left:3em;
}

.glidecontent dt
{
width: 12em;
float: left;
margin: 0 0 0 0;
padding: .4em;
border-right:1px solid #999;
border-bottom:1px solid #999;
background-color:#666;
font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.glidecontent dd
{
float: left;
width: 24em;
margin: 0 0 0 0;
padding: 0.4em;
border-bottom: 1px solid #999;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 240px;
margin-top: 6px;
text-align: left;
 /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
#p-select{
width: 235px;
margin-top: 30px;
text-align: left;
float:left;
margin-bottom:25px
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #2e6ab1;
padding: 1px 2px;
margin-right: 4px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #002d62;
color: black;
}

.glidecontenttoggler a:hover{
color: white;
text-decoration:underline
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
border:none
}

.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
margin-left:72px
}
.glidecontenttoggler a.next{}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
color: white;
text-decoration:underline
}
.glidecontenttoggler br{clear:both; float:none}