html, body {
	margin:0;
	padding:0;
	height: 100%;
	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 0.9em;
	
}

.mathblue{
	background-color: #5E96B7;
	
}

#log{position: absolute; left: 0; top: 0; z-index: 1000; padding: 10px; border: 2px solid #FF0033; z-index: 3000;}

.maincontent{
	height: 100%;
}

a{
	color: #000;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 1000px;
	/*background-color: #fff;*/
	margin: 0 auto;
	text-align: left;
}
div#container {
	padding: 20px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

div#overlay_index{
	/*background: rgba(240,240,240,0.5);*/
	position: absolute; 
	width: 100%; 
	height: 100%; 
	left: 0; 
	top: 0;
	z-index: 100;
}

.menu {	
	text-align: left; 
	margin-bottom: 5px;
}

#menu1 span{
	display: inline-block;
	height: 20px;	
}
.menu a {
	display: inline-block;
	padding: 3px 10px -3px 5px;
	margin: 0 10px 0 5px;
	cursor: pointer;
	height: 100%;
}
.menu a:hover {	
	text-decoration:none;	
}

.menuHighlight{
	position: absolute;
	left: 100px;
	top: 0;
	width: 10px;
	/*height: auto;*/
	border: 3px solid #605654;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	z-index: 10;
	display:none;
}


.camViewerLeftBorder{
	border-left: 1px solid #FFFFFF;
}
.camViewerRightBorder{
	border-right: 1px solid #FFFFFF;
}

.camViewerTopBorder{
	border-top: 1px solid #FFFFFF;
}

.camViewerBottomBorder{
	border-bottom: 1px solid #FFFFFF;
}

.btn_mail{
	
	
	/*
	cursor: pointer;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	*/
}







