/* CSS Document */

body{ 	background-image: url(images/watermark.gif);
	 	background-position: 100% 100%;
     	background-repeat: no-repeat;
	 	background-attachment: fixed;
     	color: white:
	}
	 
body.index{	background-image: url(images/watermark.gif);
	 		background-position: 95% 80%;
     		background-repeat: no-repeat;
	 		background-attachment: fixed;
     		color: white:
	 	  }

a.leftnav{	color: #000000; 
			font-weight: bold;
			text-decoration:none;
			font-size: medium;
			font-family: Arial
         }
		 
a.leveltwo{	color: #FFFFFF; 
			text-decoration:none;
			font-family: Arial
          }	 
	