@charset "iso-8859-1";
/* CSS Document */

BODY {
      background-color : #CCCCCC;
      font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
      color : #000000;
      margin: 0px; 
	  text-align:left;
      }
	  
.nav1 {
background-color:#0099CC;
}

.nav2 {
background-color:#663366;
}
	
.navbox {
  color: #FFFFFF; 
  text-decoration : none; 
  font-weight: 600;  
   font-size: 15px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   text-align:center;
   padding: 6px;
   margin: 0px;
   height: 20px;
   background-color:#996699; layer-background-color:#996699; visibility: visible;
   }
   
.Content {/*this is the main content area*/
    background: #FFFFFF;
    /*declare a color together with a contrasting background color*/
    color: #000000;/*to insure readability*/
    /*margin-left: 160px;
    /*to position the content area to the right of the navigation*/
    /*margin-right: 20px;/*breathing space for the text*/
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top:30px;
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    width: auto;
    border: 0.1px solid #FFFFFF; 
   /*to insure that NN4.xx renders the background-color of the content area*/
    }
	
.Header {
	color:#FFFFFF;
	font-size: 10px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   text-align:left;
   margin: 0px;
   background-color:#FFFFFF; layer-background-color:#FFFFFF; visibility: visible;
   }

.Footer {
	color:#FFFFFF;
	font-size: 10px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   text-align:right;
   padding: 2px;
   margin: 0px;
   background-color:#0099CC; layer-background-color:#0099CC; visibility: visible;
   }
   
div{
text-align:center;
}

h1 {
font-size: 15px;
font-family: Georgia, Times New Roman, Times, serif;
}

.bigger{
font-size: 18px;
color:#0099CC;
}
   
h2 {
font-size: 14px;
color:#FFFFFF;
background-color: #996699;
text-indent: 10px;
}

ul {
margin-left:30px;
margin-right:0px;
padding: 0px;
list-style:square;
}

ul.noIndent {
margin-left:18px;
}

P, OL, UL, DL {font-size: 12px;}
/*font-family is already defined, here I only set the font-size*/ 
P OL, P UL, P DL, OL UL {font-size: 12px;}
/*and here the I prevent the incredible shrinking text*/

a{color: #0099CC;font-weight: 800;}  

a:link {/*normal links in the text*/
  text-decoration : none; 
  background: #FFFFFF;}
a:visited {
  text-decoration : none; 
  background: #FFFFFF;}
a:hover { 
  text-decoration : underline; 
  background: #FFFFFF;}

a img {
border: none; 
}

.navbox a:link {
  color: #FFFFFF; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
.navbox a:visited {
  color: #FFFFFF; 
  text-decoration : none;
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
.navbox a:hover { 
  color: #FFFFFF; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}


strong, b {font-weight: 800;/*NN 4.xx needs that...*/ }

big {font-size: larger; /*to emphasize words, use it inline with a SPAN class*/ 
 }
small {font-size: smaller;}
/*not really necessary, but one never knows...use it inline with a span class*/
  
 
