body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header,
footer,
nav,
section {
    display: block;
}

html,
body {
  display: block;
    margin-left: auto;
    margin-right: auto;
   height:100%;
}


h1
{
    margin-top:3em;
}

.Description
{
    margin-top:3em;
}

#container {
   min-height:100%;
   position:relative;   
}

#header {   
   padding:10px;
}

#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
  text-align: center;
    font-variant: small-caps;
    color: #888;
    font-family: arial;
    font-size: 11px;
    letter-spacing: 1px;
}

a {
    color: #888;
    border-style:none;
}

.Splash
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5em;   
}

.row {
width: 56em;
margin: 0 auto;
overflow: hidden;
}

.column {
margin: 0 10px;
overflow: visible;
float: left;
display: block;
position: relative;
}


li {
display: list-item;
text-align: -webkit-match-parent;
}

ul, ol {
list-style: none;
}




/* allow room for 3 columns */
  ol.GlobalService
  {
    
  }

  /* float & allow room for the widest item */
  ol.GlobalService li
  {
    float: left;
     
  }

  /* stop the float */
  br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
  div.wrapper
  {
    margin-bottom: 1em;
  }


.HaitPanel 
	{
		text-align:center;
		padding:1em;
		border-style:solid;
		border-width:0.3em;
		border-color:White;
		width:15em;
		height:15em;
        display:block;
		
	}


.LigthPanel
{
color:#888;
}
.DarkPanel
{
/*background-color:#687FFF;*/
background-color:#BCBCBC;
color:white;
}

 .tag1 { font-size: 0.7em; font-weight: 100; }
  .tag2 { font-size: 0.8em; font-weight: 200; }
  .tag3 { font-size: 0.9em; font-weight: 300; }
  .tag4 { font-size: 1.0em; font-weight: 400; }
  .tag5 { font-size: 1.1em; font-weight: 500; }
  .tag6 { font-size: 1.2em; font-weight: 600; }
  .tag7 { font-size: 1.4em; font-weight: 700; }
  .tag8 { font-size: 1.6em; font-weight: 800; }
  .tag9 { font-size: 1.8em; font-weight: 900; }
  .tag10 { font-size: 2.0em; font-weight: 1000; }

