html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#D6F3A9;
	font-size:14px;
	color:#000000;
	font-family: "Verdana", arial, lucida sans unicode;
	overflow:hidden;
}

body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
}

#content {
	overflow:auto;
	position:absolute;
	z-index:3;
	top:50px;
	bottom:0px;
	left:300px;	
	right:50px;
	background:#FFFFFF;
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:20px;
}

#menu {
	overflow:auto;
	position:absolute;
	z-index:4;
	top:50px;
	bottom:0px;
	left:0px;
	width:280px;	
	background:#B9B9B9;
	padding-top:20px;
	padding-left:20px;
}

#login {
	overflow:auto;
	position:absolute;
	z-index:30;
	top:0px;
	left:0px;
	width:50px;
	height:50px;
	background:#D6F3A9;
}

* html #content  {
	height:100%;
	width:100%;
	top:0;
	left:0;
	border-top:50px solid #D6F3A9;
	border-left:300px solid #D6F3A9;
	border-right:50px solid #D6F3A9;
}

* html #menu {
	height:100%;
	width:300px;
	top:0; 
	bottom:0; 
	border-top:50px solid #D6F3A9; 
	color:#123456;
}

div#map {
	padding-left : 30px;
}

div#archive {
	padding-left : 60px;
}

#menu a {
	font-size:20px;
	line-height:35px;
	color:#000000;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;	
}

a {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:none;
}

input, textarea {
	font-family: "Verdana", arial, lucida sans unicode;
	font-size:12px;
	border:1px solid black;
	background-color:#FFFFFF;
}

input[type=submit], input[type=button] {
	font-weight:bold;
}

.login {
	margin:2px;
}

#linkTitle {
	font-size:16px;
}

h1 {
	font-size:20px;
}
