#mainContainer{
		background-color: #f5f5f5;
		border: 1px solid #e4e4e4;
		width:825px;
}

#essay_content {
	margin: 10px;
	padding: 0;
}

#essay_content p {
	text-align: justify;
	width: 575px;
}

.sidenote {
	float: right;
	width: 175px;
	margin: 0px 0px 20px 30px;
	padding: 0px 10px 20px 10px;
	border-left: 1px dotted #e4e4e4;
}

#essay_content .sidenote ul {
	font-size: 0.8125em; 
	line-height: 1.5em;
}

.popup_contents {
	font-size: .8125em;
	line-height: 1.25em;
}

.popup_contents .popup_element {
	width: 125px;
	float: left;
}

.pageswrapper{
position: relative; /* Do not change this value */
width: 800px;
height: 325px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #cdcdcd;
overflow: hidden;
padding: 0;
}
/*
	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
*/


.page{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #ffffff;
visibility: hidden;
width: 800px;
padding: 15px 10px;
}
/*
 Total page width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.pagetoggler{ /*style for DIV used to contain toggler links. */
width: 360px;
margin: 15px 0px 10px 0px;
text-align: center; /*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*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.pagetoggler a{ /*style for every navigational link within toggler */
/*display: -moz-inline-box;*/
/*display: inline;*/
border: none;
color: #2e6ab1;
padding: 5px;
margin-right: 3px;
font-weight: normal;
text-decoration: none;
}

.pagetoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #054080;
color: #fff;
}

.pagetoggler a:hover{
background: #4b6e98;
color: #000;
}

.pagetoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.pagetoggler a.prev, .pagetoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.pagetoggler a.prev:hover, .pagetoggler a.next:hover{
background: #1A48A4;
color: #000;
}

#facebox .b {
	background-image: url(../overlay/b.png);
}

#facebox .tl {
  background:url(../overlay/tl.png);
}

#facebox .tr {
  background:url(../overlay/tr.png);
}

#facebox .bl {
  background:url(../overlay/bl.png);
}

#facebox .br {
  background:url(../overlay/br.png);
}

#facebox ul {
	list-style-type: disc;
	list-style-position: inside;
}

#facebox {
  position:absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
  font-size: .8125em;
}


#facebox .popup {
  position: relative;
  z-index: 1000;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
	padding: 10px;
	/*background-color: #EEE; 
	border: 1px solid #191919;*/
	background-color: #fff;
	border: 1px solid #696969;
	min-width: 350px;
  
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img.withborder {
  border: 1px solid #e4e4e4;
  padding: 3px;
}

#facebox .footer {
  padding-top: 5px;
  margin-top: 15px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}




