html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:link, a:visited, a:active {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#FF9000;
	text-decoration:underline;
	}
#wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	}
#wrap img {
	float:left;
	margin-right:10px;
}
#content {
	text-align: center;
	position: absolute;
	width:850px;
	top: 50%;
	left: 50%;
	height: 100px;
	margin-top: -42px;
	margin-left: -377px;
	}
.menuBar {
	background-color: #193F5E;
	margin-bottom: 11px;
	height: 21px;
}
#rightBox {
	float: left;
	width: 105px;
	text-align:left;
}


.toggler {
	background-color: #193F5E;
	margin-bottom: 11px;
	height: 21px;
	color: #193F5E;
	cursor:pointer;
	font-size:.2em;
}
 
.element {
	margin:0;
	padding:0;
}
 
ul {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
}

ul li {
	font-size:1.2em;
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #CCCCCC;
	}
li a { text-decoration: none; }

h3 {
	margin:0;
	padding:0;
	}
#footer {
	margin-top:300px;
	width: 100%;
	color:#666666;
	font-size:1.1em;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
	text-align:left;
	background: url(http://images.mathmatiks.com/transparent_grey.png) top left;
}
 
.tool-title {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	padding: 8px 8px 4px;
}
 
.tool-text {
	font-size: 1em;
	padding: 4px 8px 8px;
	}
	
.fixed-tip {
	color: #193F5E;
	width: 139px;
	z-index: 13000;
	text-align:left;
}
 
.fixed-title {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	padding: 8px 8px 4px;
}
 
.fixed-text {
	font-size: 1em;
	padding: 4px 8px 8px;
	}
