/*
main.css

Copyright (c) 2007 FORAN Remote Sensing AB

2007-04-05 14:01:05 (Jake): modified
*/

h1 {font-size: 18pt;}

body {
  margin-top: 0px;
  padding-top: 0px;
	background: #f4f6f5;  
  font-size: 9pt;
	font-family: arial, helvetica, arial, geneva, sans-serif;
}

#main {
  padding-top: 0px;
  border-left: solid 1px #479947;
  border-right: solid 1px #479947;
  margin: 20px auto 0px auto;
	width: 800px; 
	background: #ffffff; 
	position: relative;
}

#top {
  padding: 0px;
  margin: 0px
  border: 0px;
	width: 720px;
  font-size: 8pt;
  background: #558E55;
  color: #ffffff;
  position: relative;
}

#top ul {
  list-style-type: none;
  margin:0px; 
	padding: 2px 0px 2px 0px;  
}

#top ul li {
  margin:0px; 
	padding:0px;
	display: inline; 
	margin:0px -4px 0px 0px;
}

#top ul li a {
	margin:0px; 
	text-decoration: none; 
	padding: 2px 12px 2px 12px;
}

#top a{
	text-decoration: none;color: #ffffff;
}

#top a.act{
	background: #406B6B;
}

#top a:hover {
	background: #785858;
}

#flags {
  float: left;
  background: #558E55;
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 80px;
	position: absolute;
	left: 720px;
	top: -0px;
}

a.flags{ 
  text-decoration: none;
  color: #558E55;  
}

#flags img { padding-right: 5px }

#header {
  padding: 0px;
  margin: 0px;
  border-bottom: solid 0px #84b783 ;
	width: 800px;
	height: 100px;
	background-image: url(../art/header.png);
	background-repeat: no-repeat;
	position: relative;
}

#menu {
  margin: 0px;
  padding: 0px;
  border-bottom: solid 6px #406B6B ;
	width: 800px;
  background: #558E55;
  font-size:10pt;
  color #ffffff;
  position: relative;
}

#menu ul {
  margin:0px; 
	padding: 0px; 
  list-style-type: none;
  padding: 2px 0px 2px 0px; 
}

#menu ul li {
  margin:0px; 
	padding:0px;
	display: inline; 
}

#menu ul li a {
	margin:0px -4px 0px 0px;
  color: #ffffff;
	text-decoration: none; 
	padding: 2px 30px 2px 30px;
}

#menu a:hover {
	background: #785858;
}

a.menuact {
  background: #406B6B;
  text-decoration: none;color: #ffffff; 
}

#bottom {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: 0px;
	width: 800px;
	height: 20px;
  background: #558E55;
}

#bottom p {
  color: #ffffff;
  font-size: 12px; 
  text-decoration: none;
  color: #ffffff; 
  text-align: center; 
  padding-top: 2px; 
  margin-top: 0px;
}

