body {
	color: rgb(51, 204, 0);
	background-color: rgb(0, 0, 0);
	font-family: arial, sans-serif;
	width: 100%;
}
a:hover {
	color: #ffcc00
}
a {
	color: #ffff00
}
a:visited {
	color: #ffffcc
}
div.menu-item {
	font-family: arial, "lucida console", sans-serif;
	font-size: 24px;
	font-weight: bolder;
	display: block;
	min-height: 34px;
	width:100%;
}
div.menu-item a:hover {
	color: red;
	text-decoration: none;
}
div.main-text {
	font-family: 'sans-serif';
	font-size: small;
	letter-spacing: 0.1ex;
	max-height: 10em;
	overflow: auto;
	text-align: justify;
	margin-right: 1em;
	padding-right: 1ex;
}
h1 {
	background-color: #000;
	color: #ddd;
	font-size: 2em;
	font-weight: bolder;
	margin: 0;
	padding-bottom: 0.1em;
	padding-left: 0.5ex;
	padding-right: 0.5ex;
	padding-top: 0.1em;
	white-space: nowrap;
	text-align: right;
}
h2 {
	letter-spacing: 0.2ex;
}
h3 {
	letter-spacing: 0.2ex;
}
#myGallery {
	height: 95% !important;
	width: 100% !important;
	z-index: 0;
	text-align: left;
	margin: 0;
}
#drawGallery {
	height: 65% !important;
	width: 90% !important;
	margin: 10px;
	float: left;
}
div.footerbox {
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	background-color: black;
	text-align: center;
	font-size: 10px;
	overflow: hidden;
}
div.logobox {
	width: 33%;
	height: 100%;
	margin: 0;
	padding: 0;
}
div.menubox {
	height: 45px;
	margin: 0;
	padding: 10px;
	position: absolute;
	left: 241px;
	top: 0;
}
div.mainbox {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1em;
	padding-left: 1ex;
	padding-right: 1ex;
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
	right: 0px;
	top: 60px;
	text-align: justify;
	height: 85%;
	width: 66%;
}
div.topbox {
	height: 100%;
	width: 90%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
div.titlebox {
	color: #ddd;
	font-size: 2em;
	font-weight: bolder;
	margin: 0;
	padding: 0;
	float: right;
}
span#support {
	color: silver;
	font-size: 10px
}
#support-table {
	border: solid 1px silver;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 10px
}
.tool-tip {
	color: #9FD4FF;
	width: 139px;
	z-index: 13000;
	margin-top: 60px;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(img/bubble.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(img/bubble.png) bottom right;
}

div.ex-box {
border-bottom: solid 1px silver;
}
div.ex-box p {
margin: 1ex;

}
div.ex-box h3 {
color: silver;
}
div.ex-box img {
float: right;
min-width: 60px;
max-width: 150px;
margin: 10px;
}

div.footerbox a {
color:  rgb(51, 204, 0);
text-decoration: none; }
