body {
margin: 5px 0px;
padding: 0px;
text-align: center;
background: #3573AE;
font: 1em verdana;
}
#main-null {
  font-family: Arial;
  font-size: 10pt;
  color: #033A5C;
  width: 770px;
  padding: 0px;
  margin: 0px auto;
  background: url("img/bg.gif") top left repeat-y;
  text-align: left;
}

#main {
  position: relative;
  left: 5px;
  width: 760px;  
}

#head {
  width: 770px;
  height: 33px;
  background: #f2f2f2 url("img/head.gif");
}

#flags {
  position: relative;
  width: 313px;
  left: 447px;
  top: 9px;
  text-align: center;
}
#flags img {
  border: 0px;
}

#left {
  float: left;
  width: 200px;
  background: #94B6E4;
}

#left p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

#left a {
  color: #1E4792;
}

#left a:hover {
  color: #9E2A0F;
}

#left a img {
  border: 0px solid #000;
}


#right {
  float: right;
  width: 560px;
  background: #DCE2EC url("img/stripes.jpg") 1px 100px no-repeat;
}

#title {
  width: 100%;
  height: 100px;
  background: #3E86BD;
}
.no-display {
  display:none;
}

#title img{
  border: 0px solid black;
  margin-left: 20px;
  margin-top: 15px;
}

#top_menu {
  width: 100%;
  text-align: center;
  background: #2F69A4;
}

#top_menu ul {
  margin: 0px;
  padding: 5px;
}

#top_menu li {
  display: inline;
  list-style-type: none;  
}

#top_menu li.strong a { 
  color: #FFDB00;
}

#top_menu li a {  
  font-size: 15px;
  padding: 5px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.05em;  
  color: #eee;
}

#top_menu li a:hover { 
  padding: 5px;
  background: #3E86BD;
}


#content_left-null {
  background: url("img/frame_sides.jpg") top left repeat-y;
  width: 420px;
  text-align: left;
  float: left;
}

#content_left-top {
  background: url("img/frame_top.jpg") top left no-repeat;
  height: 18px;
}

#content_left-bottom {
  background: url("img/frame_bottom.jpg") bottom left no-repeat;
  height: 18px;
  clear: both;
}

#content_left {
  font-family: verdana;
  padding: 15px 9px 0px;
  clear: both;
  float: left;
}

#content_right-null {
  width: 140px;
  text-align: left;
  float: right;  
}

#content_right {
  padding: 7px;
}

#content_right a img {
  border: 0px solid #000;
}

#content_right p{
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

#content_right a{
  color: #CE2824;
  border: 0px solid red;
}

#content_right a:hover {
  color: #F18F01;
}

#foot-null {
 width: 770px;
 height: 82px;
 background: url("img/foot.gif") center center no-repeat;;
 margin: 0px auto;
}


#foot{ 
  position: relative;
  top: 57px;
  padding: 0px 20px;
  clear: both;
}

#foot p {
  margin: 0;
  color: #E2E5E8;
  font-size: 12px;
  text-align: right;
}

#foot a{ 
  color: #E2E5E8;
  padding: 0px 6px;
}

#foot a:hover { 
  color: #fff;
}

#menu {
  margin: 20px 5px;
}

#menu ul {
  text-align: center;
  padding: 0px;
  margin: 0px;
} 

#menu li { 
  border: 1px solid #749CD0;
  border-bottom: 1px solid #608BC3; 
  border-right: 1px solid #608BC3;
  background: #96B7E3;
  margin: 4px 0px;  
  list-style-type: none;  
}

#menu li a {  
  padding: 4px 0px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: #355F94;
}

#menu li a:hover { 
  background: #C0D7F4;
  color: #355F94;
}

#submenu {
  margin: 20px 5px;
}

#submenu ul {
  text-align: left;
} 

#submenu li {  
  list-style-type: none;
  padding-top: 3px;
}

#submenu li a {  
  padding: 5px;
  font-family: arial;
  text-transform:uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-left: 8px;
  text-decoration: underline;
  border-left: 1px solid #AAB8D3;
  display: block;
  color: #355F94;
  width: 300px;
}

#submenu li a:hover { 
  background: #C0D7F4;
}

#news {
  background-color: #7EA4D7;
  border: 1px solid #749CD0;
  margin: 25px 0px;
  padding: 2px;
  font-size: 12px;
}

#news p {
  text-align: left;
  margin: 0px;
}

#foto {
  text-align: center;
  width: 100%;
}

.card {
	float: left;
	margin: 3px;
	padding: 1px;
	text-align: center;	
}

.card-photo {
	margin: 1px;
}	

.card-photo img {
  border: 1px solid #555;
}


h1 {
  margin-top: 0px;
  color: #246AA7;
  text-align: center;
  font-size: 25px;
  border-bottom: 3px solid #98AFD2;
}

p {
  text-align: justify;
  line-height: 125%;
}

#content_left ul {
  line-height: 140%;
  list-style-type: square;
}

a {
  color: #115DE3;
}

a:hover {
  color: #CE6B1C;
}


hr.cleaner {
  clear:both;
  height:1px;
  margin: -1px 0 0 0;
  padding:0;
  border:none;
  visibility: hidden;
}



