
html, body {
	background-color:#4D4D4D;
}

body {
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	line-height:25px;
	font-weight:400;

	text-align:center;
	margin:0px;
	padding:0px;

	padding:0em 0 0 0;
	background:url(foo) fixed;

	overflow-x:hidden;
	overflow-y:scroll;
	color:#E5E5E5;
}

#mainframe {
	width:930px;
	margin:auto;
	text-align:justify;
}

#header {
	width:900px;
	height:100px;
	margin:15px 15px 15px 15px;
	text-align:center;
	color:#999999;
	background-image:url("../imagesHTML/header.jpg");
	background-position:top;
	background-repeat:no-repeat;
}

#menuNavBox {
	width:3000px;
	height:60px;
	margin-left:-1035px;
	background-image:url("../imagesHTML/menu_bg.jpg");
	background-position:top;
	background-repeat:repeat-x;
}

#menuNav {
	width:900px;
	height:60px;
	margin:auto;
	padding-left:300px;
	background-image:url("../imagesHTML/menu.jpg");
	background-position:center;
	background-repeat:no-repeat;	
}

.page {
	width:900px;
	margin:0px 15px 0px 15px;
	text-align:justify;
}

/* columnize
.column .article {
    padding:15px;
}
*/

#footer {
	width:930px;
	margin:40px 15px 15px 15px;
	text-align:center;
	color:#999999;
}

#videoBox {
	width:3000px;
	height:500px;
	margin:30px 0px 0px -1050px;
	padding:20px 0px 0px 0px;

	background-image:url("../imagesHTML/video_bg.png");
	background-repeat:repeat-x;
}

#video {
	width:900px;
	margin:auto;
}
/*
#toolBox {
	clear:both;
	display:block;
	margin:0px;
	padding:0px;
}
.toolBoxLeft {
	display:block;
	float:left;
	padding:0px 0px 0px 0px;
	width:260px;
}
.toolBoxRight {
	display:block;
	padding:0px 0px 5px 0px;
	margin-left:275px;
	width:488px;
}
*/
.separator {
	/*border-bottom:1px solid #F2F2F2;*/
	border-bottom:1px solid #CCCCCC;
	margin:15px 0px 15px 0px;
	padding:0px;
}

/* -------------------------------------------------------------------------- */

#menuNav a
{
	padding:10px 30px 10px 30px;
	display:block;
	float:left;
	font-size:18px;
	font-weight:700;
}

#menuNav a:link, #menuNav a:visited
{
	text-decoration:none;
}

#menuNav a:hover
{
	color:#FF6600;
}

.current {
	color:#FF6600;
	cursor:default;
	text-decoration:none;
}

.selectable {
	color:#CCCCCC;
	cursor:pointer;
}

/* -------------------------------------------------------------------------- */

/* Lists */
ul, ol, dl {
	padding:0px 0px 0px 0px;
}

ul,dl {
	margin:0px 0px 0px 15px;
}

ol {
	list-style-image:none;
	margin:0px 0px 0px 20px;
}

dt {
	display: list-item;
	font-weight:bold; 
	list-style-type:disc;
	margin:0px 0px 5px 0px;
}

dd {
	margin:0px 0px 5px 0px;
}

li {
	margin:0px 0px 5px 0px;
}

/* Images */
img, object {
	border:0px;
	margin:0px;
	padding:0px;
}


/* -------------------------------------------------------------------------- */

/* Tables */
table {
	/*font-size:14px;
	line-height:23px;*/

	border-collapse:collapse;
}
td, tr {
	padding:10px 20px 10px 0px;
	vertical-align: top;
}

/* Layout */
.noPad {
	padding:0px;
}


/* Text Links */
a.navigation {
	font-weight:400;
	color:#FF6600;
}
a.navigation:link, a.navigation:visited {
	text-decoration:none;
}
a.navigation:hover {
	text-decoration:underline;
	color:#FF6600;
}

a {
	font-weight:400;
	color:#FF6600;
}

a:link, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#FF6600;
}

.controls a {
	font-weight:400;
	color:#FF6600;
}

.controls a:link, a:visited {
	text-decoration:none;
}
.controls a:hover {
	text-decoration:none;
	color:#FF6600;
}

/* -------------------------------------------------------------------------- */

/* Text */

.black, .color, .section {
	cursor:default;
	color:#FF6600;
}

.black {
	color:#FF6600;
}

.section, .subSection, .subSubSection {
	display:block;
	font-size:24px;
	font-weight:700;
	color:#FF6600;
	margin-top:30px;
	margin-bottom:15px;
}

.subSection {
	margin-top:30px;
	font-size:20px;
}

.subSubSection {
	margin-top:30px;
	font-size:16px;
}

.claim {
	text-align:center;
		display:block;
	font-size:30px;
	font-weight:700;
	color:#FF6600;
	margin-top:30px;
	margin-bottom:10px;
}

.center {
	display:block;
	text-align:center;
}

.high {
	color:#FFFFFF;
}

.note {
	padding:0px;
	font-size:12px;
}

.command {
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#FFFFFF;
}
/*
i {
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
}
*/
pre {
	font-family:Lucida Console, Monaco, monospace;
	padding:10px;
}

/* -------------------------------------------------------------------------- */
/* ADDED for support of legacy Script pages --------------------------------- */

.toggleButton a {
	display:block;
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px 3px 1px 3px;
	width:13px;
	height:18px;
	background-color:#E5E5E5;
	font-size:15px;
	font-weight:bold;
	color:#333333;
}

.toggleButton a:link, .toggleButton a:visited {
	text-decoration:none;
}

.toggleButton a:hover {
	background-color:#FFFFFF;
	cursor:pointer;
	color:#0066CC;
}

.separatorRef {
	display:block;
	height:18px;
	border-bottom:1px solid #666666;
	margin:0px 0px 15px 0px;
	padding:0px;
}

/* -------------------------------------------------------------------------- */
/* MathJax -------------------------------------------------------------------*/
