html, body {
	height:100%;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	color: #444;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	margin: 0;
	height:100%;
}
A {
	text-decoration:none;
	cursor:pointer;
	color: #31434F;
	font-weight: bold;
}
A:visited {
	text-decoration: none
	color: #31434F;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
}



/* misc */
.clearer {
	clear: both;
}

.border_l {
	top:0px;
	height:100%;
	margin:0px;
	width:22px;
/*	background: url(../images/border_l.gif) repeat-y;*/
}

.main_cell {
	top:0px;
	height:100%;
	width:1022px;
}

.border_r {
	top:0px;
	height:100%;
	width:22px;
/*	background: url(../images/border_r.gif);*/
}


/* structure */
.container {
	background: #ffffff;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 1064px;
	height:100%;
	top:0px;
	vertical-align:top;
}
.header {
	background: url(../images/logo.gif) no-repeat;
	height:55px;
}


/* main */
.main {
	clear: both;
	padding:30px;								/* this is used for the border around the items */
}


.sidenav {
	float: left;
	width: 205px;
}

/* content */
.content {
	float: right;
	width: 750px;
	height:100%;
	top:-200px;
}

#fsiviewer {
	width:710px;
	height:500px;
	margin-left:25px;
}


.pages_div {
	top:0px;											/* this is used for the positioning of the pages */

}


.menu {
	position:absolute;
	top:30px;											/* this is used for the positioning of the menu */
	left:52px;											/* this is used for the positioning of the menu */
	width:221px;

}

.menu_title {
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	color: #000000;
	padding-bottom:15px;
	display: float;
	max-width:200px;
	padding-top:29px;									/* this is used for the positioning of the menu */
}

.menu_content {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #31434F;
	padding-bottom:15px;
	display: float;
	max-width:200px;
}
.menu_content .chapter{
	text-decoration:none;
	color:#000000;
	font-weight: bold;
}
.menu_content .chapter A {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
.menu_content .chapter A:visited {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

.menu_content .visible{
	font-weight: normal;
	min-height: 20px;
	min-height: 20px;
	font-family: verdana, arial, helvetica;				/* this is used for the names of the visible sub chapters */
	font-size: 10px;									/* this is used for the names of the visible sub chapters */
	color: #000000;										/* this is used for the names of the visible sub chapters */
}

.menu_content .selected {
	background: url(../images/arrow.gif) no-repeat;
	font-weight: normal;
	min-height: 20px;
	width: 32px;
	margin-left: -16px;
	padding-left: 16px;
	min-height: 20px;
	font-family: verdana, arial, helvetica;				/* this is used for the number of the selected sub chapters */
	font-size: 10px;									/* this is used for the number of the selected sub chapters */
	color: #000000;										/* this is used for the number of the selected sub chapters */
}
.menu_content .number {
	font-weight: normal;
	min-height: 20px;
	min-height: 20px;
	font-family: verdana, arial, helvetica;				/* this is used for the number of the visible sub chapters */
	font-size: 10px;									/* this is used for the number of the visible sub chapters */
	color: #000000;										/* this is used for the number of the visible sub chapters */

}

.sub_chapter {
/*	color: #31434F;*/
	margin-left:16px;
}
.sub_chapter A {
	color:#31434F;
	margin-left:16px;
	text-decoration:none;
}
.sub_chapter A:visited {
	color:#31434F;
	margin-left:16px;
	text-decoration:none;
}

.dotted_line {
	position:relative;
	float:right;
	right:725px;
	width:0px;
	top:33px;
	height:467px;										/* this is used for the positioning of the dotted line */
	border-left: 1px dotted;
}
