html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}
body {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	}
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;
	}