@import url(http://fonts.googleapis.com/css?family=Capriola);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;

  font-family: Capriola, Helvetica, sans-serif;
}
#cssmenu {
  width: auto;
  min-width: 1050px;
  height: 59px;
  /* padding-bottom: 4px; */
  overflow: hidden;
}
#cssmenu.align-right {
  float: none;
}
#cssmenu.align-right ul li {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
#cssmenu.align-right ul li:first-child,
#cssmenu.align-right ul li:first-child > a {
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one,
#cssmenu #bg-two,
#cssmenu #bg-three,
#cssmenu #bg-four {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one {
  height: 10px;
  background: #0f71ba;
}
#cssmenu #bg-two {
  height: 59px;
  z-index: 2;
  background: url('images/bg.png');
}
#cssmenu #bg-three {
  bottom: 4px;
  height: 55px;
  z-index: 3;
  background: #222222;
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
  background: -o-linear-gradient(top, #555555 0%, #222222 100%);
  background: -ms-linear-gradient(top, #555555 0%, #222222 100%);
  background: linear-gradient(to bottom, #555555 0%, #222222 100%);
}
#cssmenu #bg-four {
  bottom: 4px;
  height: 55px;
  z-index: 4;
  background: url('images/bg.png');
}
#cssmenu ul {
  height: 59px;
  width: auto;
  display: inline;
  left: 50%;
  float: left;
}
#cssmenu ul li {
  float: left;
  margin-right: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 5;
  right: 50%;
}
#cssmenu ul li a {
  padding: 24px 30px 20px 30px;
  margin-bottom: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #eeeeee;
  font-size: 15px;
  text-decoration: none;
}
#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
  border-bottom-left-radius: 3px;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
  background: #0f71ba;
  background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
  background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
}
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
  background: url('images/bg.png');
  color: #ffffff;
}
/* #menu
{

}

#menu ul{
    display: table;
    min-width: 550px;
    margin: 100px auto;
    padding: 0;
    background: linear-gradient(deepskyblue, dodgerblue);
    background: -webkit-linear-gradient(deepskyblue, dodgerblue);
    background:    -moz-linear-gradient(deepskyblue, dodgerblue);
    background:     -ms-linear-gradient(deepskyblue, dodgerblue);
    background:      -o-linear-gradient(deepskyblue, dodgerblue);
    background:         linear-gradient(deepskyblue, dodgerblue);
    background: dodgerblue;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3),
                0 3px 5px rgba(0, 0, 0, .2),
                0 5px 10px rgba(0, 0, 0, .2),
                0 20px 20px rgba(0, 0, 0, .15);
}
#menu ul li{
    display: table-cell;
}
#menu ul li a{
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
    padding: 8px 8px 17px 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset,
                0 -1px 0 hsl(210, 100%, 32%) inset,
                0 -2px 0 hsl(210, 100%, 38%) inset,
                0 -3px 0 hsl(210, 100%, 44%) inset,
                0 -4px 0 hsl(210, 100%, 50%) inset,
                0 -5px 0 hsl(210, 100%, 60%) inset;
    position: relative;
}
#menu ul li:first-child a{
    border-radius: 3px 0 0 3px;
}
#menu ul li:last-child a{
    border-radius: 0 3px 3px 0;
}
#menu ul li a:hover,
#menu ul li a:focus{
    background: rgba(255,255,255,.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset,
                0 -1px 0 hsl(210, 100%, 42%) inset,
                0 -2px 0 hsl(210, 100%, 48%) inset,
                0 -3px 0 hsl(210, 100%, 54%) inset,
                0 -4px 0 hsl(210, 100%, 60%) inset,
                0 -5px 0 hsl(210, 100%, 70%) inset;
    padding: 8px 25px 17px 25px;
    transition: padding .3s,background .3s;
}
#menu ul li a:active{
    background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1));
    box-shadow: 0 0 2px rgba(0,0,0,.3) inset;
}
#menu ul li a::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 9px;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
}
#menu ul li a:hover::before,
#menu ul li a:focus::before{
    background: white;
    box-shadow: 0 0 2px white,
                0 -1px 0 rgba(0, 0, 0, .4);
} */

/* #menu, #menu ul
{
        padding : 0;
        margin : 0;
        list-style : none;
        line-height : 30px;
        text-align : center;
}

#menu
{
		margin-left: auto;
		margin-right: auto;
		font-weight : bold;
        font-family : Arial;
        font-size : 14px;
		width: 1000px;
		padding-left : 50px;
} */

/*#menu a
{
        display : block;
        padding : 0;
        background : #E6FFFF;
        color : #5d90b5;
        text-decoration : none;
        width : 144px;

}*/
/* #menu a{
text-decoration:none;
color:#5d90b5;
display:block;
padding:0;
width : 144px;
background : #E6FFFF;
}
#menu li
{
        float : left;

		border : solid 1px #a3c0d5;
} */

body
{
  background-image: url("./backgroud.png");
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

/* html>body #menu li
{
       /*border-right: 1px solid #a3c0d5 ;

}

#menu li ul
{
  display: table;
width: 500px;
margin: 100px auto;
padding: 0;
}


#menu li ul li
{
        border-top : 1px solid #fff;
}


html>body #menu li ul li
{
        border-top : 1px solid transparent;
}

#menu li ul ul
{
        margin    : -22px 0 0 144px ;
        border-left     : 1px solid #fff ;
}

html>body #menu li ul ul
{
        border-left     : 1px solid transparent ;
}

#menu a:hover{
background-color:#e9eefb;
color:#294f79;
}
#menu li:hover ul ul, #menu li.sfhover ul ul
{
        left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul
{
        left: auto;
        min-height: 0;
} */

#wrap {
	min-width: 1050px;
	margin: 0 auto;
	padding: 6px;
	background: #FFFFFF;
	}
h1 {
	text-align:center;
	color : #FF1919;
  font-family: Helvetica, sans-serif;
}
h3 {
	text-align:center;
	color : #0070C0;
  font-family: Arial, sans-serif;
}
table {
margin: 0 auto;
border: 0 none;
text-align:center;
width: auto;
min-width: 1050px;
}
table td, th, tr {
border: 0 none;
padding : 0 none;
width: 600px;
}
#listPartners{
	margin: 0 auto;
	border: 0 none;
	width: 160px;
	/*background: #EAF1DD;*/
	background: transparent;
	height:100px;
	font-family : Arial;
	font-size :16px;
	font-weight : lighter;
}
#listPartnersLogo{
	margin: 0 auto;
	border: 0 none;
	width: 400px;
	/*background: #EAF1DD*/
	background: transparent;
	height:50px;
	font-family : Arial;
	font-size :16px;
	font-weight : lighter;
}
#Partners{
	border: 0 none;
	font-weight : bold;
	font-family : Arial;
	background: transparent;
	height:50px;
	font-size : 24px;
	color : #FF1919;
}
#ProjectSummary{
	font-weight : bold;
	font-family : Arial;
	font-size : 24px;
	text-align:center;
	color : #FF1919;
}
#ProjectDescribtion{
	font-weight : lighter;
	font-family : Arial;
	font-size :16px;
	text-align:justify;
}
th a{
	text-decoration : none;
}
#meetings li{
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#morelink {
	text-decoration : none;
	color : #222222;
}
#meetings a{
	text-decoration : none;
	color : #0070C0;
	font-size :20px;
}
#agendaMeeting1 li, #agendaMeeting1 th{
	font-weight : lighter;
	padding-left: 20px;
	text-align:left;
}
#des th{
	width: 160px;
	margin-left: auto;
}
h4{
	text-decoration : none;
	color : #0060C0;
	font-size :20px;
}
h4 a{
	text-decoration : none;
	color : #0060C0;
}
#presentation{
	padding-left: 400px;
	padding-right: 385px;
}
a.Proflink{
	text-decoration : none;
	color : #0060C0;
	font-size :18px;
}
