﻿body{
		background-color:white;
		font-size:12px;
}


#nav1  a { display:block;
            height:20px;
            width:130px;
            font:arial, bold, 20px;
            background-color:pink;}   


#nav    {   width:75px; 
            font-size:10px; 
            font-family:Arial, Verdana, Sans-Serif;}         
            
#nav a  {   background-color:#039603;
            text-decoration:none;
            color:Black;
            display:block;
            text-align:center;
            font-weight:bold;
            border:1px solid gray;
            width:70px;}
            
#nav a:hover    {   background-color:#ccccff;}

#main  { 
			position:absolute;
			width:780px;
			left:50%;
			margin-left:-390px;
			top:10px;
        }
.ptop  {   text-align:center;
                font-weight:bold;
                font-size:12px;
                font-family:Arial, Verdana, Sans-Serif;
            }

.prompt {   text-align:right;
            font-weight:bold;
            font-size:12px;
            font-family:arial, Verdana, Sans-Serif;}
        
.input  {   width:200px;
            border:1px solid #cfcfcf;}
        
.input1 {   border:1px solid gray;}

.headline   {   font-size:24px;
                font-weight:bold;
                font-family:Times New Roman, Courier, Serif;
                text-align:center;         
            }
            
.litem      { font-weight:bold;    /* created to make list item headings, used on home page */ 
              font-size:14px;
            }
         
#home1       {  font-size:18px;
                text-align:justify;
                font-family:arial, Sans-Serif;
                
            }
#services   li  {   font-weight:bold;}

#services .nb   { font-weight:normal}