/* GENERAL */
body 
{ 
  font-family:sans-serif;
  background-color: whitesmoke;
  color: dimgray;
  margin : 10px;
}


/* SECTIONS */
.header 
{
  background-color : lightsteelblue;
  border : 1px solid grey;
/*
  border-top : 1px solid grey;
  border-bottom : 1px solid grey;
  border-left : 1px solid grey;
  border-right : 1px solid grey;
*/
  text-align: right;
}

span.big-title 
{
  font-size:36pt;
  font-weight:bold;
  color: white;
}

span.small-title 
{
  font-size:12pt;
  font-style:italic;
  color: #E2EBF9;/*#39663F;*/
}

.menu 
{
  float:left;
/*  border : 1px solid grey; */
/*
  border-left : 1px solid grey;  
  border-right : 1px solid grey;  
*/
  font-weight:bold;
  font-size:11pt;

/*  padding: 5px; */

/*
  padding-top: 15px;
  padding-left: 5px;
  padding-bottom : 15px;
*/  
/*  background-color : white; */
}

.menu-section
{ 
  border: 1px solid grey;
  background-color: white;
  padding-bottom: 5px;
}

.menu-section-title 
{ 
/*  border-top : 1px solid grey; */
  border-bottom: 1px solid grey;
  background-color: lightsteelblue;
  font-size: 12pt;
  color: white;
}

.menu-subsection
{ 
  background-color: white;
/*  padding-top: 5px; */
}

.menu-subsection-title 
{
/* 
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
*/
  background-color: white;
}



.content 
{
  border : 1px solid grey;
/*
  border-right : 1px solid grey;
  border-top : 1px solid grey;
*/
  float:left;
  padding: 15px;
  background-color :  white; 
}

.go-to-top
{ 
  display: block;
  text-align: right;
  font-size: x-small;
}

.footer 
{
  clear:both;
  border : 1px solid grey;
  text-align: right;
  font-size: 10pt;
  background-color :  white;
/*  background-color :   whitesmoke; */
}


/* LINKS */
A:link
{
  color: #28608E;
  text-decoration: none;
  font-style: normal;
}

A:visited
{
  color:  #28608E;
  text-decoration: none;
  font-style: normal;
}


A:hover
{
  color:  darkorange;
  text-decoration: none;
  font-style: italic;
}

A:active
{
  color: darkorange;
  text-decoration: none;
  font-style: italic;
}


