body     		{background-image: url("../images/pale_yellow.jpg");
         		 margin-top: 0px;
          		 margin-left: 0px;}

h1            {font-family: verdana, arial, sans-serif; 
                 font-size: 12pt; 
                 font-weight: bold; 
                 font-style: italic; 
                 text-align: center; 
                 color: #00008b;
                 text-decoration: none;
                 padding-bottom: 0px;
                 margin-top: 4px;
                 margin-bottom: 4px;}
                 
 h1.heading     {font-family: verdana, arial, sans-serif; 
                 font-size: 11pt; 
                 font-weight: bold; 
                 font-style: italic; 
                 text-align: center; 
                 color: #5B7125;
                 text-decoration: none;
                 padding-bottom: 0px;
                 margin-top: 4px;
                 margin-bottom: 4px;}

h2            {font-family: Monotype Corsiva, Haettenschweiler, "Times New Roman";
                 font-size: 18pt; 
                 font-weight: bold;   
                 font-style: normal; 
                 text-align: center; 
                 color: #992727;
                 text-decoration: none;
                 padding-bottom: 0px;
                 margin-top: 4px;
                 margin-bottom: 0px;}
                 
h2.text       {font-family:  verdana, arial, sans-serif;
								text-align: left;
								color: #16187a;
								font-size: 11pt; 
                font-weight: bold;   
                font-style: normal;} 
                
h2.heading       {font-family: verdana, arial, sans-serif; 
                 font-size: 11pt; 
                 font-weight: bold;   
                 font-style: italic;
                 text-align: center; 
                 color: #16187a;
                 text-decoration: none;
                 padding-bottom: 0px;
                 margin-top: 0px;
                 margin-bottom: 2px;}
                                
                 
/*  h3 is for Left Margin Headers */

h3              {font-family: verdana, arial, sans-serif;
                 font-size: 11pt; 
                 font-weight: bold;   
                 font-style: normal;
                 text-align: left; 
                 color: black;
                 text-decoration: none;}
                 
h4            {font-family: Monotype Corsiva, Haettenschweiler, "Ttmes new roman";
				font-size: 20pt; 
                 font-weight: bold;   
                 font-style: italic;
                 text-align: center; 
                 color: #992727;
                 text-decoration: none;
                 padding-bottom: 0px;
                 margin-top: 0px;
                 margin-bottom: 2px;}

li             	 {font-family:  arial, sans-serif;
									text-align: left;
									color: #16187a;
									font-size: 11pt; 
                	font-weight: bold;   
                	font-style: normal;}

table           {margin-left: auto;
                 margin-right: auto;}
                 
td             {font-family: verdana, arial, sans-serif;
								color: #16187a;
				        font-size: 11pt; 
                font-weight: bold;   
                font-style: normal;}
               
p              {font-family:  verdana, arial, sans-serif;
								text-align: left;
								color: #16187a;
								font-size: 11pt; 
                font-weight: bold;   
                font-style: normal;}

.blacksmall     {font-family: arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: bold;   
                 font-style: normal;
		         color: #404040;}

.centertext     {font-family:  arial, sans-serif;
                 font-size: 12pt; 
                 font-weight: bold; 
                 font-style: normal; 
                 text-align: center; 
                 color: #00008b;}

.red            {color: #992727;}
    
.white          {color: white;} 
 
.black          {color: black;}

.hi-lite        {color: black;}

.smalltext      {font-family: arial, sans-serif; 
                 font-size: 9pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

.smallertext    {font-family: arial, sans-serif;
                 font-size:  8pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

.smallfooter    {font-family: arial, sans-serif; 
                 font-size: 9pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

.smallerfooter  {font-family: arial, sans-serif; 
                 font-size: 8pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text-align: center; 
                 color: black;}

a               {font-family: arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #0000FF; 
                 text-decoration: underline;}

a:visited       {font-family: arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #0000FF; 
                 text-decoration: underline;}

a:active        {font-family: arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #0000FF; 
                 text-decoration: underline;}

a:hover         {font-family: arial, sans-serif; 
                 font-size: 10pt; 
                 font-weight: normal; 
                 font-style: normal; 
                 text align: left;
                 color: #E446B9; 
                 text-decoration: underline;}
                 
/*tags to create pure CSS buttons in divs */
#nav  {
  display: block;
  padding: 0;
  margin: 2px;
  font-family: arial, sans-serif;;
  font-size: small;  
  width: auto;}
     
div.btn a:link,
div.btn a:visited { 
        position: relative;
        float: left;
        display:block;
        margin: 2px;
        color: #16187a;
        padding: 2px;       
        text-decoration: none;
        border-bottom: 2px solid black;
        border-right: 2px solid black;
        border-top: none;
        border-left: none;
        font: bold 11px/1 arial, sans-serif;
        background-color: #8EAF3D;
        }  
        
div.btn a:hover {
        padding: 2px;
        border-top: 2px solid black;
        border-left: 2px solid black;
        border-bottom: none;
        border-right: none;
        text-decoration: none;}
		}
div.btn2 a:link,
div.btn2 a:visited { 
        position: relative;
        float: left;
        display:block;
        margin: 2px;
        color:#f0f2f1;
        padding: 2px;       
        text-decoration: none;
        border-bottom: 2px solid black;
        border-right: 2px solid black;
        border-top: none;
        border-left: none;
        font: bold 11px/1 arial, sans-serif;
        background-color: #6aca8e;
        }  
        
div.btn2 a:hover {
        padding: 2px;
        border-top: 2px solid black;
        border-left: 2px solid black;
        border-bottom: none;
        border-right: none;
        background-color:#3bab65;
        text-decoration: none;}
/* for red buttons */
		
div.redbtn a:link,    
div.redbtn a:visited { 
        position: relative;
        float: left;
        display:block;
        margin: 2px;
        color:#ffffff;
        padding: 2px;       
        text-decoration: none;
        border-bottom: 2px solid black;
        border-right: 2px solid black;
        border-top: none;
        border-left: none;
        font: bold 11px/1 arial, sans-serif;
        background-color: #00008b;
        }  
    
div.redbtn a:hover {
        padding: 2px;
        border-top: 2px solid black;
        border-left: 2px solid black;
        border-bottom: none;
        border-right: none;
        background-color: #3bab65;
        text-decoration: none;}
        
        