/*
Color Scheme
	Title Bar- Black Background, pink lettering
	Nav Bar- Med Green Background, pink, yellow lettering
	Central Block- pale yellow background, texture?

	#000000    black- body background, (mailto background, not used?)
	#CCCCCC    gray- disabled? (not in use)
	#FFFFFF    white- default body text (last updated)

	#FFFF00	   bright yellow- hover link color
	#FFFF99	   medium yellow - unvisited link, link-list -eader color
	#FFFFCC    palest yellow- h2, (categories background ?), cblock background

	#FA9EDB    pale pink - visited link color
	#E619A1	   darker pink- h1
	#660b47    even darker pink
	#59063E    darkest pink- h2 background, hr

	#730835    purplish-red- cblock text color

	#336600	   medium green - link background, nav bar backgrounds
	  
*/	  
	  
	  
a:link     {	
		color							: #FFFF99;
		background-color	: #336600 ;
		font-weight				: bold; }  
a:visited  {	
		color							: #FA9EDB; 
		background-color	: #336600 ;
		font-weight			:  bold; }  
a:hover    {	
		color							: #FFFF00; 
		background-color	: #336600 ;
		font-weight			:  bold; }  
a:active   {	
		color							: #FFFF00; 
		background-color	: #336600 ;
		font-weight			:  bold; }
.mailto    {  
		background-color	: #000000 ;
		font-style				: italic  ; }


html, body {
		color									: #FFFFFF;
		background-color			: #000000;
		background-image			:  url("http://cnps-sanhedrin.org/images/Silene_mod6.JPG");
	  background-repeat			: repeat-x;
	  background-attachment : fixed;
	  background-position   : top;
    font-size							: 1.0em;
	  margin-top						: 50px; 
	  font-family			: "Times New Roman", serif;
        }
h1 {
	color					:#E619A1;
	font-weight		:bold;
	font-family		:cursive,Arial, sans-serif;
	font-style		:italic;
	font-size			:2em;
	text-align		:center;
	}
 h2 {
	background			:#59063E;
	color      :#FFFFCC;
	font-weight		:bold;
	font-family		:Helvetica, sans-serif;
	font-size		:1.4em;
	text-align		:center;
	}
 hr{
	background			:#59063E;
	color				: #59063E;
	height				:6px;
	width				: 90%;
	}
 .navtop, .navleft{
          font-size		: 1.1em;
		  background    : #336600;
		  border-width   : 0px;
		  padding		: 2px;
		  margin		: 8px;
      }
.navtop{
		  vertical-align: middle;
	  }
.navleft{
		  vertical-align: top;
	  }
.categories{
	  width				: 100%;
	  background        : #FFFFCC;
	  color             : #730835;
	  font-family		: "Times New Roman", serif;
	  font-size			: 1.2em;
	  text-align		: center;
	  margin			: 0px;
	  list-style-type	: none;
}
.cblock{
	  background        : #FFFFCC;
	  color             : #730835;
	  font-family		: "Times New Roman", serif;
	  font-size			: 1.1em;
	  text-align		: left;
	  margin        : 8px;
	  padding       : 2px;
	}
.link-list-header{
      color: #FFFF99;
	  background : #336600 ;
    }

