/*UNDO*/
html{
	font:12px/1.5 "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	overflow-y:scroll;
}
a,blockquote,body,button,div,dl,dt,dd,form,fieldset,h1,h2,h3,h4,h5,h6,html,img,input,li,ul,ol,p,pre,select,textarea,table,td,th {
	border:0;
	margin:0;
	padding:0;
}
body{
	background:#000 url("bg.jpg") no-repeat 50% 0;
	color:#FFF;
	position:relative;
}
select,input,button,textarea{
	font:99% "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
}
pre,code,kbd,samp,tt,.codehighlight{
	font-family:monospace;
	line-height:100%;
}
pre {
	white-space:pre-wrap;
	/*white-space:pre-line;*/
	word-wrap:break-word;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
ul li,ol ul li,ul ol ul li{
	margin-left:0;
}
ol li,ul ol li,ul ol ul ol li{
	margin-left:40px;
}
ul{
}
ol{
	list-style:decimal;
	list-style-position:outside;
}
ol ol{
	list-style:upper-alpha;
}
ol ol ol{
	list-style:upper-roman;
}
ol ol ol ol{
	list-style:decimal;
}
ol ol ol ol ol{
	list-style:lower-alpha;
}
ol ol ol ol ol ol{
	list-style:lower-roman;
}
#toc ul ul ul ul ul{
	display:none !important;
}
li p{
	padding-bottom:0;
}
em,b,strong{
	font-weight:bold;
	font-style:normal;
}
acronym{
	border-bottom:1px dotted #000;
	cursor:help;
}

p{
	margin-bottom:10px;
}
#logo{
	width:225px;
}
#header,#content,#footer{
	width:990px;
	margin:0 auto;
}
#header{
	height:285px;
	margin-top:20px;
}
#toc{
	background:rgba(38,45,48,0.5);
	display:inline;
	float:left;
	padding:10px 0 20px;
	width:225px;
}
#toc a{
	color:#DCDCDC;
}
#toc h4,#list h4{
	color:#fff;
	border-bottom:1px solid #90c641;
	border-top:1px solid #90c641;
	font-family:"Agency FB","Century Gothic",Calibri,Arial,sans-serif;
	font-size:24px;
	margin-bottom:10px;
	padding: 5px 0 5px 10px;
}
#toc ul{
	margin:0 0 0 21px;
}
#list{
	background:rgba(38,45,48,0.5);
	display:inline;
	float:right;
	width:225px;
}
#list h5{
	color:#DCDCDC;
	border-bottom:1px solid #838383;
	border-top:1px solid #838383;
	font-family:"Agency FB","Century Gothic",Calibri,Arial,sans-serif;
	font-size:18px;
	margin-bottom:10px;
	padding: 5px 0 5px 10px;
}
#list p{
	padding:0 0 0 10px;
}
#details{
	display:inline;
	float:left;
	padding:0 10px;
	width:520px;
}
.quote{
	font-family:"Agency FB","Century Gothic",Calibri,Arial,sans-serif;
	font-size:30px;
	line-height:20px;
}
.right{
	text-align:right;
}
.quote .big{
	font-size:48px;
}
.quote .top{
	margin-top:25px;
}
.quote .bottom{
	margin-bottom:20px;
}