body
   {
   font-family: arial, helvetica, sans-serif;
   background-color: #ffffff;
   margin-left: 5%;
   }

head
   {
   font-family: arial, helvetica, sans-serif;
   }

h1
   {
   font-family: arial, helvetica, sans-serif;
   color: #008080;
   font-style: italic;
   font-weight: bold;
   font-size: 110%; 
   }

h2   
   {
   font-family: arial, helvetica, sans-serif;
   color: black;
   font-weight: bold;
   font-size: 100%; 
   }  
   
h3   
   {
   font-family: arial, helvetica, sans-serif;
   color: black;
   font-weight: bold;
   font-size: 80%; 
   margin-bottom: 0;
   }

h4
   {
   font-family: arial, helvetica, sans-serif;
   color: black;
   font-weight: normal;
   font-size: 80%; 
   margin-top: 0;
   margin-bottom: 0;
   width: 90%;
   }
   
h5
   {
   font-family: arial, helvetica, sans-serif;
   color: black;
   font-weight: normal;
   font-size: 70%; 
   margin-top: 0;
   margin-bottom: 0;
   width: 90%;
   }

ul
   {
   margin-top: 0;
   margin-left: 7%;
   }


/* NAV BAR */
 
#navcontainer ul
   {
   padding-left: .15em;
   padding-right: .15em;
   padding-top: .15em;
   padding-bottom: .15em;
   margin-top: 20;
   margin-left: 0;
   color: #4b4888;
   float: left;
   }

#navcontainer ul li 
   { 
   display: inline; 
   }

#navcontainer ul li a
   {
   padding: .15em 2.1em;
   background-color: #4b4888;
   color: white;
   text-decoration: none;
   float: left;
   font-weight: normal;
   font-size: 80%;
   }

 #navrtborder
   {
   border-right: 2px solid #fff;
   }   
   

/* SHOPPING CART */

.nopcart
   {
   font-family: arial, helvetica, sans-serif;
   color: black;
   font-weight: normal;
   font-size: 80%;
    }

.nopheader
   {
   font-family: arial, helvetica, sans-serif;
   color: black;
   font-weight: bold;
   }

.nopentry
   {
   font-family: arial, helvetica, sans-serif;
   color: black;
   font-weight: normal;
   }
   
.noptotal
   {
   font-family: arial, helvetica, sans-serif;
   color: black;
   font-weight: bold;
   }
   
dt
   {
   text-indent: 20px;
   }