html, body {
	margin: 0px;
	background: #cfd0d2;
	text-align:left;
	padding: 0;
	height:100%;
  }

#outer {
	width: 1024px;
	margin: auto;
	height:100%;
 }

#header {
	width: 1024px;
	height: 200px;
	background-color: white ;
	border: solid #1b86b4;
	border-width: 0px 0 3px 0;
 }

.header1 {
	FONT-SIZE: 21px; 
	font-family: "Verdana", "Arial", sans-serif; 
	color: #1b86b4;
	margin-bottom: 13px;
	text-align: left;
}

.header2  {
	FONT-SIZE: 16px; 
	font-family: "Verdana", "Arial", sans-serif;
	color: #555555;
	text-align: left;
	margin-bottom: 13px;
}

.topMenu {
	font-family: "Verdana", "Arial", sans-serif;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	VERTICAL-ALIGN: middle; 
	TEXT-ALIGN: left; 
	background-color: #FFFFFF;
	padding-left: 223px;
	}

#nav {
	MARGIN-LEFT: 0px;
	MARGIN-TOP: 0px;
	WIDTH: 220px;
	MARGIN-RIGHT: 0px;
	background-color: #FFFFFF;
	}
 
td.header {
	background-color: #8DB3E2;
	font-size: 13px;
	color: #1b86b4;
	}
 
 td.tdBlue{
	background-color: #DBE5F1;
	font-size: 13px;
	color: #000000;
	height: 15px;
	}

#content {
	PADDING-LEFT: 12px;
	PADDING-RIGHT: 12px;
	padding-bottom: 30px;
	padding-top: 0px;
	MARGIN-BOTTOM: 0px;
	border: solid black;
	border-width: 0px 0px 0px 0px;
	font-family: "Verdana", "Arial", sans-serif;
	FONT-SIZE: 12px;
	line-height: 16px;
	background: #FFFFFF;
	width: 804px;
}

#page_content_container
{
padding: 5px 0 5px 0;
margin-top: 0px;
}

#page_colum_left_container
{
margin-top: 0px;
}

a:link {color: #1b86b4} /* unvisited link */
a:visited {color: #1b86b4} /* visited link */
a:hover {color: #555555} /* mouse over link */
a:active {color: #555555} /* selected link */

td {
   FONT-SIZE: 12px; 
   FONT-FAMILY: "Verdana", "Arial", sans-serif;
   line-height: 16px;
   }

h1 {
   font-size: 18px;
   Color: #555555;
   font-family: "Verdana", "Arial", Sans-serif;
   font-weight: bold;
   text-align: left;
   padding: 0 0 7px;
  }
   
h2 {
   font-size: 15px;
   Color: #555555;
   font-family: "Verdana", "Arial", Sans-serif;
   font-weight: bold;
   text-align: left;
  }   
  
h3 {
   font-size: 14px;
   font-weight: normal;
   Color: #555555;
   font-family: "Verdana", "Arial", Sans-serif;
   font-weight: bold;
   text-align: left;
  }
  
h4 {
   font-size: 12px;
   Color: #555555;
   font-family: "Verdana", "Arial", Sans-serif;
   font-weight: normal;
   text-align: left;
  }
  
p {
	font-size: 12px;
	font-family: "Verdana", "Arial", Sans-Serif;
	color: #000000;
	line-height: 16px;
  }

p.centre {
	font-size: 12px;
	text-align: center;
	font-family: "Verdana", "Arial", Sans-Serif;
	color: #000000
  }

p.right {
	font-size: 12px;
	text-align: right;
	font-family: "Verdana", "Arial", Sans-Serif;
	color: #000000
  }
  
p.news {
	font-size: 12px;
	text-align: left;
	font-family: "Verdana", "Arial", Sans-Serif;
	color: #000000;
	margin-bottom: -5px;
   }

p.update {
	font-size: 11px;
	text-align: right;
	font-family: "Verdana", "Arial", Sans-Serif;
	color: #808080
   }

   .update {
	font-size: 11px;
	text-align: left;
	font-family: "Verdana", "Arial", Sans-Serif;
	color: #808080
   }
   
.colourBlue {
	color: #555555;
}

#content ul {
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content ul li {
    background-image: url(https://meetings.copernicus.org/icyess2013/template_graphic_icyess2013_content_liel_graphic.gif);
    background-position: 5px 7px;
    background-repeat: no-repeat;
    line-height: 18px;
    padding-bottom: 6px;
    padding-left: 17px;
}

#content ul ul {
    font-size: 12px;
    list-style-type: none;
    margin-top: 12px;
    padding: 0;
}

#footer {
    background-color: #FFFFFF;
    bottom: 0;
    height: 70px;
    left: 0;
    margin: 0 auto;
    width: 1024px;
}

/* CO CMS Tables */

.co_cms_table {
    background-color: #c3c3c3;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.co_cms_table th {
    background-color: #ebebeb;
    border: 1px solid #c3c3c3;
    color: #555555;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

.co_cms_table td {
    background-color: #ffffff;
    border: 1px solid #c3c3c3;
    padding: 5px;
    vertical-align: top;
}

.co_cms_table_no_border {
    border-style: none;
    border-spacing: 8px;
    width: 100%;
}

.co_cms_table_no_border td {
    vertical-align: top;
}
.center {
    text-align: center!important;
}

strong {
    font-weight: bold;
}