/****************************************************************************
 * Filename:    glbstyle.css
 * Description: The stylesheet global to my website
 * Notes:	12/28/08 - White background redesign
 *              8/10/03 - Initial revision
 ***************************************************************************/

/**************** Fonts ************************/
h1    {color: black; text-align: center}
h2    {color: black}
h3    {color: black}
h4    {color: black}
big   {color: black}
small {color: black}

/*************** Body ********************/

body 
{
  background-color: white;
  margin:0%;
  padding:0%;
  color:#000000;
  font-family: sans-serif;
}

body.head 
{ 
  background-color: white;
}

/*************** Tables ********************/
/* Note: This is legacy use of tables to control layout. This should be phased out over time) */

table {border-spacing: 0pt}

td /* Default table cell */
{
  background-color:white;
  color:black; 
  padding:0.1cm
}      


/*Special cases*/
td.articlehead 
{  
  width:600px
}

td.articlebody 
{
  width:600px
}

td.head 
{
}

table.index  
{ border-spacing: 0pt; 
  border:4px outset
}

td.indexhead 
{
  width:600px
}

td.indexbody 
{ 
  width:600px
}

/************** Front Page ****************/





#masthead	{ color:#000000;
		background-color:white;
		padding:0.5em;
		text-align:center;
		}

#menuRight	{float:right;
		width:22%;
		height:auto;
		margin-left:0%;
		color:#3179ac;
		background-color:white;
		}
		
#menuLeft	{float:left;
		width:22%;
		height:auto;
		margin-left:0%;
		color:#000000;
		background-color:white;
		}

#mainHeadline   {text-align:center}

#mainText	{  margin:0 25% 0 25%;
                }
#searchBox	{text-align:center}

#foot		{ text-align:center;
		  font-size:smaller;
		}
		
a		{text-decoration:none;
		color:#3179ac;
		font-weight:bold;
		/*display:block;*/
		}
		
a:hover		{color:grey;}

/*ul		{list-style:none;}*/