body {
	background-image : url(../images/navbg.gif);
	background-color : #DDDDDD;
	background-repeat : repeat-y;
	}
    
.header {
    margin-top : 2px;
    margin-left : 20px;
    }
         
.leftnav {
    position : absolute;
    top : 150px;
    left : 2px;
    width : 135px;
    height : auto;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;
    }

.navbox {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #DDDDDD;
	border : 2px ridge #990000;
	padding : 2px;
	margin : 2px;
   }
    
.main {
    background : #DDDDDD;
    color : #000066;
    margin-left : 150px;
    margin-right : 80px;
    padding : 5px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    width : auto;
    border : 0.1px solid #DDDDDD; 
    /*to insure that NN4.xx renders the background-color of the content area*/
    }
  
.footer {
	background : #DDDDDD;
	color : #000066;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding : 2px;
	margin : 2px;
	border: 2px groove #999999;
	}

P, OL, UL, DL {
	font-size : 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	margin : 0px;
	}

P OL, P UL, P DL, OL UL {font-size: 14px;}
	/*to prevent text from shrinking within a list*/
	
a:link {
	color: #990000; 
  	text-decoration : none;
  	font-weight : bold;
  	}

a:visited {
	color: #336699; 
	text-decoration : none;
	font-weight : bold;
	}

a:hover { 
	color: #006600; 
	text-decoration : underline;
	font-weight : bold;
	}
  
h1, h2, h3, h4, h5, h6 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000066;
	}

.indented {
	margin-left : 80px;
	}

img {
	border : 0px;
	vertical-align : middle;
	}
	
.oldbrowser {display : none;}