html
{
  background-color: #def;
  width:100%;
}

body
{
  font-family: "Trebuchet MS", "Lucida Sans", Verdana, Arial;
  font-size: 10pt;
}

h1
{
  font-size: 13pt;
  font-weight:100;
  text-align:center;
}

h2
{
  font-size: 12pt;
  font-weight:600;
  text-align:center;
}

li
{
font-size:10pt;
}

div#center-page
{
  position:absolute;
  top:0px;
  left:15%;
  width:70%;
  padding-left:1%;
  padding-right:1%;
  height:auto;
  border:1px solid #000;
  background-color:#fff;
}

div#top-menu
{
  text-align:center;
  margin-top:1%;
  padding-top:1%;
  padding-bottom:1%;
  background-color:#4444AB;
  border:1px solid #4444AB;
  }

div#central-content
{
  margin-left:1%;
  width:98%;
  height:auto;
}

div#brand-image
{
  float:left;
  height:auto;
  width:20%;
  margin-right:10px;
  margin-left:10px;
}

div#abstract
{
  width:98%;
  height:auto;
  font-size: 13px;
  padding: 1% 1% 1% 1%;
  border:1px solid #4444AB;
}

div.clear-left{clear:left}

div.text-block
{
  margin-left: 1%;
  min-height:120px;
  height:auto;
  float:left;
  width:32%;
}

div.text-block50
{
  margin-left: 1%;
  min-height:120px;
  height:auto;
  float:left;
  width:47%;
}

div#block-left
{
  margin-left: 10px;
  min-height:120px;
  height:auto;
  float:left;
  width:32%;
}

div#block-center
{
  margin-left:10px;
  min-height:120px;
  height:auto;
  float:left;
  width:32%;
}

div#block-right
{
  margin-right:10px;
  min-height:120px;
  height:auto;
  float:right;
  width:31%;
}

div#footer
{
  width:100%;
  margin-top:10px;
  margin-bottom:10px;
  float:left;
  bottom:0px;
  text-align:center;
  background-color:#4444AB;
  padding-top:5px;
  padding-bottom:5px;
}

.bgwhite      {background-color: #ffffff; }

.bggreen      {background-color: #44ab44; }
.bgpistaccio  {background-color: #78ab44; }
.bgturq       {background-color: #44abab; }

.bglightblue  {background-color: #def;    }
.bgblue       {background-color: #0052bd; }
.bgdarkblue   {background-color: #4444ab; }
.bgmidblue    {background-color: #4478ab}

.bgpurple     {background-color: #ab4478; }
.bgpurple2    {background-color: #d595d5; }

.bgorange     {background-color: #ee8917;  }
.bgred        {background-color: #ab4444; }
.bgbrown      {background-color: #ab7844; }



.white     {color: #ffffff;  }
.green     {color: #44ab44;  }
.turq      {color: #44abab;  }
.pistaccio {color: #78ab44;  }


.blue     {color: #0052bd;  }
.darkblue {color: #4444ab; }
.purple   {color: #AB4478;  }
.orange   {color: #ee8917;  }
.red      {color: #ab4444;  }
.brown    {color: #bd6b00;  }

.border-dark-blue {border: 1px solid #4444ab; }

.width50pc{width:50%;}

a.menuitem
{
  background-color:#4444ab;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  padding-left: 5px;
  padding-right: 5px;
}

a.menuitem:hover
{
  background-color:#def;
  text-decoration:none;
  font-weight:bold;
  color:#4444ab;
  padding-left: 5px;
  padding-right: 5px;
}