html{ height:100%;}
body { 
	min-height:100%;
	margin:0;
	position:relative;
	background-color: #013677;
    font-family: arial;
    color: #F6A40E; 
}
header{
	height:150px;
	background:#FFFFFF;
	text-align:right;
}
footer { 
	background-color: #000;
	color:#9b9b9b;
	font-size:12px;
	-webkit-font-smoothing:auto;
	position:relative;
	padding:50px 0;
	width:100%;
	z-index:1;
	text-align: center;
}

a {font-family:sans; color: #FFFFFF; font-weight:bold;}

a:link {text-decoration: none}

a:visited {text-decoration: none; color: FFFFFF;}

a:hover {text-decoration: none; color: #F6A40E; font-weight:bold;}

a:active {color: red;text-decoration: none}

img	{ border: 0;}


table#participants{
	width:45%;
	margin-left:auto; 
    margin-right:auto;
	border-collapse: collapse;
	border: 1px solid black;
	color: white;
}

table#participants tr:nth-child(even){
	background-color: #3a90f8;
}

table#participants tr:nth-child(odd){
	background-color: #0E76F6;
}

table#groups{
	width:30%;
	margin-left:auto; 
    margin-right:auto;
	border-collapse: collapse;
	border: 1px solid black;
	color: white;
}

table#groups tr:nth-child(even){
	background-color: #3a90f8;
}

table#groups tr:nth-child(odd){
	background-color: #0E76F6;
}

tr {border: 0;}

td {border: 0;
    align: left;}

.date {
	font-size:11px;
	text-align: right;
}

.media{
	margin:20px;
	text-align: center;
}

.news {
	margin:20px;
}

.news-article {
	background-color: #0E76F6;
	border: 1px solid black;
	margin: 10px 20px;
	padding: 0 20px;
	width: 60%;
	color: white;
}

.participants{
	margin:20px;
}

.tdtop { vertical-align: top; }

.topnav {
  background-color: #AA2012;
  overflow: hidden;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #5D0901;
  color: #f2f2f2;
}

.topnav a.active {
  background-color: #9EB726;
  color: white;
}

.topsubnav {
  background-color: #8c190c;
  overflow: hidden;
}

.topsubnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 3px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topsubnav a:hover {
  background-color: #5D0901;
  color: #f2f2f2;
}

.topsubnav a.active {
  background-color: #9EB726;
  color: white;
}

.welcome {
	text-align: center;
	margin: 20px;
}

a#button_twitter {  
    width: 25px;  
    height: 25px;  
    background-image: url(img/button_twitter.jpg);  
    display: block;  
    text-decoration: none;}
    
a#button_twitter:hover {  
background-position: 0 -25px;}  