﻿/* this is used for htm pages
 light green uses  background-color: #e5ffd0;
    dark green uses  background-color: #99cc66;
    very dark green uses background-color: #003300;
*/
    

body {
			
 font-family: Verdana, Arial;
 
    background-color: #e5ffd0;
    padding: 0px;
    margin: 0px;
		}
		
table
{
    margin-left:5%;
    margin-right:5%;
    padding: 0 0.5em;
    border-collapse: collapse;
	font-size:0.7em;
    
}
    td, th, tf
{
    border: 1px solid #00CC66;
		padding: 0.3em 1em;

}
th
{
    font-weight: bold;
    text-align: left;
}
#header
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #003300;
    color: #e5ffd0;
    text-indent: 400px;
    background-image: url('./Images/logo.JPG');
    background-repeat: no-repeat;
    font-size: x-large;
    font-weight: bold;
}

		
#nav {
			position: absolute;
			left: 10px;
			top: 50px;
			width: 180px;
			font-size: small;
}

#nav h4
{
margin:-2px 0;

}
nav ul
{
  margin:-2px;
}

#content {
		margin-top:50px;
		margin-left: 200px;
		}
				
h1, h2, h3, h4, h5{
		Color: #003300;
		}

p
{
    
}		
iframe
{
    width: 100%;
    height: 480px;
}

a
{text-decoration:none;
 }

#nav a
{text-decoration:none;

 }

a:hover
{
    text-decoration: none;
    color: #009900;
}

div.center
{
margin-left:10%;
margin-right:20%;
}
/*=================================================================*/	
@media print {
body 
{      font-size: 12pt;
        font-family: times new roman, times, serif;
    background-color:#FFFFFF; 
    background-image:none; 
    color:#000000 ;
      
    }
  
     #content {
		margin-top:0px;
		margin-left:0px;
		width:100%;
		
		}
    #nav {
        display: none;
    }
        
   iframe
{
    width: 100%;
    height: 850px;
   
  }
  table
  {
  width:100%;
   margin:0;
    padding: 0.5em;
    border-collapse: collapse;
 font-size:0.8em;
  }
  
  td, th, tf
{
    border: 1px solid #00CC66;
		padding: 0.2em 1em ;

}
}

