/* Stylesheet for CSAFM website, written by Jon Warland */
/* Copyright 2006 */

/* The page is based on tables, so set table specifications here */

a:link   {text-decoration : none;
     font-weight : bold ;
  font-family:times, serif; 
     background-color : white;
     color : #006600}
     
a:visited   {text-decoration : none;
        font-weight : bold ;
  font-family:times, serif; 
	background-color : white;
        color : #006600}
        
a:hover   {text-decoration : underline;
        font-weight : bold ;
  font-family:times, serif; 
	background-color : white;
        color : #00CC00}

a:active {text-decoration : underline }

a:email {color : #003300 ;
  font-family:times, serif; 
  background-color : white;
         text-decoration : none }
		      
H1	{color : #336821;
  background-color : white;
  	 font-family : times, serif;
	 font-variant : small-caps;
	 font-size : large;
	 line-height : 1.1}
		      
b { color : red;
    font-weight : bold }

em {color : #006600;
  background-color : white;
    font-variant : small-caps ;
    font-weight : bold ;
    text-decoration : none;
    }

div.container
{
  width:800px;
  margin-top:10px;
}
div.header
{
  padding:0.5em;
}
div.footer
{
  padding:0;
  text-align:center;
  font-size:x-small;
  font-family:times, serif; 
  margin-left:180px;
  width:600px
}
div.left
{
  float:left;
  width:160px;
  height:420px;
  margin:0;
}
div.content
{
  margin-left:170px;
  width:600px;
  padding:1em;
}


/* Old stuff
table	{border : 0pt}

tr	{vertical-align : top}

td.navigation	{width : 120px;
  		 text-align : left;
	         color : #881187;
	         background-color : #d0e6d2}
		 
td.footer	{text-align : center;
		 width      : 680px}  

td.content	{width : 680px}
a.nav_link {color :#006600;
  	      font-family : sans-serif;
	      font-variant : small-caps;
	      font-size : large;
	      line-height : 1.8;
	      text-decoration : none}

a.nav_link_sp {color :#804453;
  	      font-family : sans-serif;
	      font-variant : small-caps;
	      font-weight : bold;
	      font-style : italic;
	      font-size : large;
	      line-height : 1.8;
	      text-decoration : none}
*/  

