/* CSS Document */

body, html{  SCROLLBAR-FACE-COLOR:#000000;
     	    SCROLLBAR-ARROW-COLOR:#ccccff;
     	   SCROLLBAR-TRACK-COLOR:#000099;
	       SCROLLBAR-BASE-COLOR:#000000; 
}

body{ 
      background-repeat:repeat-x;
	  background-attachment:fixed;
	  background-position:center right;
	  color:#333399;
	  background-color:#eeeeff; 
	  background-image:url(../images/mesh.png);
	  background-repeat:repeat;
	  }
	  
div#header{ background-image:url(../images/header2.png);
            background-repeat:repeat-x;
			}	  
	  
a{color:#333399;}	
input{ background-color:#000099; color:#ccccff;}
input:hover{ background-color:#000000;}
fieldset{ }  
	  
#maindiv{ background-color:#fefeff;
          border-color:#ccccff;
	      background-image:url(../images/mainback.jpg);
	      background-repeat:repeat-y;
	      background-position:right;
		  
		  }	
		  
#maindiv-inner{
          background-image:url(../images/back5.jpg);
         background-position:0px 0px;
		 background-repeat:no-repeat;		  
		  }			    

/*columns*/
		

#leftcol div.module, #leftcol div.module_menu, #leftcol div.module_text,  #leftcol div.moduletable_menu,  #leftcol div.moduletable,  #leftcol div.moduletable_text{ 
     background-image:url(../images/moduleback4.png);
	 background-position:top right;
	 background-color:#000044;
	 border-color:#ccccff;
	 color:#ccccff;
	 }
	 
#leftcol a{color:#ccccff;}	
	 
	 
#rightcol div.module, #rightcol div.module_menu, #rightcol div.module_text, #rightcol div.moduletable_menu,  #rightcol div.moduletable, #rightcol div.moduletable_text{ 
     background-image:url(../images/moduleback3.png);
	 background-position:bottom left;
     background-image:url(../images/moduleback4.png);
	 background-position:center right;
	 background-color:#000044;
	 
	 border-color:#ccccff;
	 color:#ccccff;

	 }
	 
#rightcol a{color:#ccccff;}	
	 

/*content*/

/*#content img{border-color:#333333; }*/
#content table.contentpaneopen{ border-color:#ccccff;
								}
								
								


/*lightbox*/

#buttonWrapper a{ color:#000000; background-color:#ccccff;}
#buttonWrapper a:hover{ background-color:#000000; color:#ccccff;}





