body{
  font-family: Arial,sans-serif;
  font-size: 80%;
  color: #333333;
  background-color: #BCBFA3;
  line-height: 1.166;
  margin: 0px;
  padding: 20px;
  max-width: 1150px;
  min-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

a#title{
  text-decoration: none;
}

img{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px; 
}

a img{
  color: #006699;
  text-decoration: none;
  border: none;
}

h1{
  font-family: Verdana,Arial,sans-serif;
  font-size: 150%;
  color: #000000; /* #F3F6F8; #334d55; */
  margin: 0px;
  padding: 0px;
}

h2{
  font-family: Arial,sans-serif;
  font-size: 120%;
  color: #334d55;
  margin: 0px;
  padding: 0px;
}

h3{
  font-family: Arial,sans-serif;
  font-size: 90%;
  color: #000000;
  margin: 0px;
  padding: 0px;
}

h4{
  font-family: Arial,sans-serif;
  font-size: 100%;
  color: #334d55;
  margin: 0px;
  padding: 0px;
}

#header{
  padding: 20px;
  height: 90px;
  width: 100%;
  background-image: url(images/header.png);
  background-size:100% 100%;
  background-repeat:no-repeat;  
  background-color: #f3f6f8; /* FCFDBA */
  
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;  
}

#main {
  padding: 12px;
  
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;  
}

#nav {
  padding: 12px;
  background-color: #f3f6f8;
  width: 20%;
  
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;  
}

#news {
  padding: 7px;
  background-color: #f3f6f8;
  width: 35%;
  
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;  
}

#footer {
  padding: 7px;
  background-color: #f3f6f8;
  width: 100%;
  
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;  
}

#loginbox {
	font-size:15px;
	color:#000;
	text-decoration:none;
	display:block;
	width:198px;
	padding:4px;
	border:1px solid #DDD;
	text-align:center;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

#map_canvas { 
  height: 350px;
  width: 450px;
  background-color: #f3f6f8;
}

a.button {
	font-size:15px;
	color:#000;
	text-decoration:none;
	display:block;
	width:198px;
	padding:4px;
	border:1px solid #DDD;
	text-align:center;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	}
	
a.button:hover {
	color:#000;
	border-color:#D4DFA7;
	background-color: #D4DFA7;
}

a.selected {
	color:#000;
	border-color:#D4DFA7;
	background-color: #D4DFA7;
}

a.spec1 {
	color:#000;
	border-color:#c2c6ce;
	background-color: #c2c6ce;
}

a.spec2 {
	color:#000;
	border-color:#c2c6ce;
	background-color: #3278BE;
}