.logostyle{
   text-align:center;
}

img{
	border:none;
}

html{
	height:100%;
}

body,
input,
textarea,
select,
button{
	font-family: verdana, arial, tahoma, sans-serif;
}

body{
	width:100%;
	height:100%;
	overflow:hidden;
	font-size:.7em;
	line-height:1.3em;
	margin:0;
}

a{
	text-decoration: none;
	color: #039;
}

a:hover{
	text-decoration: underline;
}

h1,
.sys-Heading1 {
	font-size: 1.2em;
}

h2,
.sys-Heading2{
	font-size: 1.2em;
}

div.mapcontainer{
	margin-left:.5em;
	margin-right:.5em;
	width:70%;
}

div.map{
	float:left;
	width:70%;
	height:85%;
}

div.sidebar{
	clear:right;	
	float:left;
	height:85%;
	width:30%;
	overflow:auto;
}

div.logocontainer{
	clear:both;
	margin-top:1px;
}

div.logo{
	float:right;
	margin-left:2em;
}

.right{
	float:right;
}

.left{
	float:left;
}