*
{
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-ms-background-clip: padding-box;
	-o-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	image-rendering:optimizeSpeed;
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast
	image-rendering:crisp-edges;
	-ms-interpolation-mode:bicubic;
}


html,body
{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}
body
{
	min-width:960px;
	background-color:white;
	color: black;
	font-size: 8px;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}
body > .menu
{
	position:fixed;
	padding:0 5px;
	min-width:960px;
	width: 100%;
	height: 34px;
	background:#fff;
	box-shadow:0 0 6px #000;
}
a
{
	color:black;
	text-decoration:none;
	cursor:pointer;
}
table
{
	width:100%;
}
td.pdf
{
	width:90px;
}
td.menu_link
{
	width:280px;
}
td a.menu_link
{
	display:block;
	color:black;
	text-align:center;
	font-size:17px;
	line-height:15px;
}
td a.menu_link > span
{
	display:inline-block;
	margin-left: 15px;
	padding-left: 15px;
	height:16px;
	border-left: 1px solid #000;
	text-transform:uppercase;
	font-size:10px;
	line-height:16px;
}

td.page_link
{
	width:22px;
}
td a.page
{
	display:block;
	width:100%;
	height:100%;
	background-image:url(../img/page_icon.png);
	background-repeat:no-repeat;
	color:black;
	text-align:center;
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
	line-height:32px;
}
td a.page.current
{
	color: #BD5504;
}

.index
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#DDD;
	padding:2.5% 10%;
}
.index > a
{
	display:block;
	text-align:center;
	width:100%;
	height:100%;
}
.index > a > img
{
	width:auto;
	height:100%;
	cursor:pointer;
}
.toc > .menu_header
{
	margin:55px auto 0;
	width:935px;
	height:245px;
	background:#f9a51d;
	color:#fff;
	font-size:100px;
	font-family:Helvetica;
	font-weight:bold;
	line-height:90px;
	text-align:center;
	padding:33px 35px 35px;
}
.toc > .menu_content
{
	overflow:hidden;
	margin:20px auto 55px;
	width:550px;
}
.toc > .menu_content > .item
{
	position:relative;
	float:left;
	clear:both;
	padding:5px 0 4px 5px;
	width:100%;
}
.toc > .menu_content > .item:hover
{
	background:#eee;
}
.toc > .menu_content > .item.complete
{
	margin-top:40px;
}

.toc > .menu_content > .item > .pdf
{
	display:block;
	float:left;
	margin:2px 0 0 2px;
	width:37px;
	height:14px;
	border:1px solid #aa0000;
	border-top-color:#cc0000;
	border-left-color:#cc0000;
	background:#ee0000;
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:12px;
}
.toc > .menu_content > .item > .separator
{
	display:block;
	float:left;
	margin:0 10px;
	color:#bbb;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
}
.toc > .menu_content > .item > .link
{
	display:block;
	float:left;
	width:470px;
	font-weight:bold;
	font-size:13px;
	line-height:19px;
}
.toc > .menu_content > .item > .subitems
{
	clear:both;
	overflow:hidden;
	margin-top:23px;
	margin-left:55px;
}
.toc > .menu_content > .item > .subitems > .item
{
	position:relative;
	float:left;
	clear:both;
	padding:3px 0 2px 3px;
	width:100%;
}
.toc > .menu_content > .item > .subitems > .item:hover
{
	background:#ddd;
}

.toc > .menu_content > .item > .subitems > .item > .separator
{
	display:block;
	float:left;
	margin:0 10px;
	color:#bbb;
	font-weight:bold;
	font-size:14px;
	line-height:16px;
}
.toc > .menu_content > .item > .subitems > .item > .link
{
	display:block;
	float:left;
	width:390px;
	font-size:13px;
	line-height:19px;
}