/*****************/
/* HTML Elements */
/*****************/

body {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12pt;
}


h1 
{ 
  font-size: 18pt;   
  color: #000000;
  margin: 10px 0px 0px 0px; 
  padding: 0;
  font-family: Helvetica, Arial, Sans-serif; 
}

h2 
{ 
  font-size: 18pt;   
  color: #000000 ;
  margin: 10px 0px 0px 0px; 
  padding: 0;
  font-family: Helvetica, Arial,  Sans-serif; 
}

h3 
{ 
  font-size: 16pt;   
  color: #000000;
  margin: 10px 0px 0px 0px; 
  padding: 0;
  font-family: Helvetica, Arial, Sans-serif; 
}

h4 
{ 
  font-size: 12pt;   
  color: #000000;
  margin: 10px 0px 0px 0px; 
  padding: 0;
  font-family: Helvetica, Arial, Sans-serif; 
}

p, .text
{
	font-family : Arial, sans-serif;
  font-size: 11pt;
  text-align: justify;
  margin: 2px 0px 2px 0px; 
  padding: 0;
  color: #000000;
}

p.indented
{
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11pt;
  margin: 2px 0px 2px 20px; 
}

p.emph
{
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12pt;
  margin: 10px 0 4px 0;
  color: #000000;
  font-weight: bold;
}

p.center
{
  font-family: Arial, Helvetica, Sans-serif;
  text-align: center;
  margin: 0px 0px 0px 0px; 
}


a, a:visited 


{
 color: #333399;
 font-weight: bold;
 text-decoration: none;
}

a.list
{
 color: #CE0000;
 font-weight: bold;
 text-decoration: none;
}

a.bold
{
 font-weight: bold;
 color: #000000;
}

a.small
{
 font-size: 9pt;
}

a:hover, a.list:hover 
{
  color: #000000;
  text-decoration: none;
  background: #FFFF00;
}

li
{
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11pt;
  text-align: justify;
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  color: #000000;
}

ul
{
  list-style: square;
  margin: 0px 0px 0px 35px;
  padding: 0px;
  color: #000000;
}

/***************/
/* Page Layout */
/***************/


html, body {
     min-height: 100%; /* always show vertical scrollbar */
     margin-bottom: 0px; /* allow some space at the bottom of the scrollbar */
	 
     margin-top: 15px;
     min-width: 1000px;
     max-width: 1000px;
     margin-left: auto;
     margin-right: auto;
}


#header 
{
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
}

#menu
{
  
  padding: 0;
  background: transparent;
  float: center;
  margin-right: 0%;
  margin-left: 0%;
}

#content{
  margin-right: 5%;
  margin-left: 5%;
}


/********/
/* Menu */
/********/


#menu ul
{
  margin: 0;
  padding: 0;
  margin-right: 0px; /* space before first menu item */
  list-style: none;
}

#menu li 
{ 
  display: inline; 
  text-transform: lowercase;
}

#menu a
{
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size:  14px;
  float: left;
  display: block;
  color: #FFFFFF;
  border-bottom: 1px solid #FFF; /* space between items and bottom bar */
  margin: 0 2px 0 0; /* space between menu items */
  padding: 7px 9px;
  text-decoration: none;
  letter-spacing: 0px;
  background-color:  #000000; /*EFF4D9*/; /* default menu color */
}



#menu a:hover 
{
  background-color: #00CCFF; /* #B2BA7A;*/ /* menu hover color */
  color:#000000 ;
}


#menu #active a /* active menu item */
{
  background-color: #FFFF00 ;
  border-bottom: 1px solid #FFFF00 ;
  color: #000000;
}

#menubottomline
{
  clear: both;
  padding: 0;
  width: 100%;
  height: 5px;
  line-height: 5px;
  background: #000000 ; /*color of bottom line*/ 
}


/**********/
/* Images */
/**********/

img.linkphoto, img.photo
{
  display: inline;
  float: left;
  margin: 7px 10px auto auto;
  border: 4px solid #000000;
}

img.linkphoto:hover
{
/*  border-color: #C00000; */
}

