body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #7D6A20;
}
#container {
	margin: 25px auto;
	width: 825px;
	background-image: url(graphs/frame/tile.gif);
	background-repeat: repeat-y;
}
#top {
	text-align: right;
	width: 100%;
	background-repeat: no-repeat;
}
#page {
	width: 785px;
	background-color: #FFFFFF;
	border: 2px solid #FFCC33;
	margin: auto;
}
#display {
	width: 100%;
	background-image: url(graphs/bg_leftspace.gif);
	background-repeat: repeat;
}
#leftspace {
	float: left;
	width: 25%;
}
#textbox {
	line-height: 16px;
	padding: 30px 30px;
}
#textspace {
	float: left;
	width: 75%;
	background-color: #FFCC33;
}
#topruler {
	background-image: url(graphs/hr_scribble_top.gif);
	height: 20px;
	width: 100%;
}
#bottomruler {
	background-image: url(graphs/hr_scribble_bot.gif);
	height: 20px;
	width: 100%;
	clear: both;
}
#framedropshadow {
	background-color: #414141;
	height: 3px;
	width: 788px;
	margin-left: 20px;
	font-size: 0px;
}
.scribbleframebg {
	background-color: #7d6a20;
}
#whitebar {
	background-color: #FFFFFF;
	height: 30px;
}
#yellowbar {
	background-color: #ffebad;
	height: 8px;
	clear: left;
	font-size: 0px;
}

/* textformat */
.header {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #990000;
	letter-spacing: 0.15em;
}
.dividerline {
	border-top: 1px dashed #FFFFFF;
	padding-top: 16px;
}


/* sidebar menu */
#sidebar {
	height: 140px;
	width: 140px;
	margin-left: 20px;
	font-size: 1em;
	padding-top: 15px;
	background: url(graphs/bg_sidebar.gif) no-repeat;
}
#sidebar a {
	display: block;
	width: 85px;
	height: 18px;
	font: 1em Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-left: 3px;
}
#sidebar a:link {
	color: #666600;
	text-decoration: none;
}
#sidebar a:visited {
	color: #996666;
	text-decoration: none;
}
#sidebar a:active {
	color: #FF3300;
}
#sidebar a:hover {
	color: #FF3300;
	text-decoration: none;
}
#sidebar ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 30px;
}
#sidebar ul li {
	margin-bottom: 0.75em;
}
.linkactive {
	background-image: url(graphs/act_scribble.gif);
	height: 18px;
	width: 90px;
}
.linkpad {
	padding: 2px 3px;
}
#homebutton {
	margin-right: 30px;
}
#sidebarheader {
	margin-top: 10px;
	margin-left: 10px;
}

/* icons */
#puzzle1 {
	background-image: url(graphs/puzzle1.gif);
	height: 48px;
	width: 54px;
	margin-top: -35px;
	margin-left: 30px;
}
#ballon {
	position:fixed;
	left:950px;;
	top:300px;
	width:95px;
	height:185px;
	z-index:101;
}
#textspace ul {
	line-height: 20px;
	list-style-position: outside;
	list-style-type: circle;
}
.italicgreen {
	font-style: italic;
	color: #336600;
}
#download {
	height: 120px;
	width: 150px;
	float: right;
	background-image: url(graphs/bg_download.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-top: 35px;
	overflow: visible;
}
a:link {
	color: #336600;
	text-decoration: underline;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
#indexinfo {
	background-color: #FFFFFF;
	background-image: url(graphs/bg_leftspace.gif);
	padding: 8px;
	width: 390px;
	border: 1px dashed #FFCC33;
}
#indexinfo ul {
	line-height: 18px;
	margin-left: 10px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-image: url(graphs/arrow1.gif);
}
