body { margin: 0px;
       padding: 0px;
			 background-color: #ffffff;
			 font-family: sans-serif;
			 font-size: 14pt;
		  }

#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}
				  
div#center { 
		align:center;
	     margin-left: auto;
             margin-right: auto;
             margin-top: 200px; 
		     width: 780px;
		   }
		   
div#center div { text-align: center; 
                 width: 740px;
			   }		   
			   
div#container { margin: 0px auto; 
		
                width: 760px;
				height: 850px;
				background-color: #669933;
				border: 2px solid #669933;
			  }
							
div#banner { background-color: #669933; 
             width: 760px;
						 height: 170px;
	
				 background-image: url('img/banners/welcome_banner.png');
					 }
					 
div#navbar { text-align: center; 
             padding: 5px;
			 height: auto;
			 background-color: #669933;
					 }
					 
div#navbar a { width: 100%;
             height: auto;
						 text-decoration: none;
						 padding: 5px;
						 color: #ffffff;
					 }
					 
div#navbar a:hover { background-color: #CCCC99; 
                   color: #000000;  
				 }
				 
div#navbar span#top { width: 100%;
                   height: auto;
		           text-decoration: none;
		           padding: 5px;
		           color: #000000;
                 }
					 
div#left {background-color:#669933; 
           width: 160px;
					 height: 610px;
					 float: left;
		       padding-top: 10px;

          }
					 			 
div#middle { background-color: #669933; 
             width: 430px;
						 height: 600px;
						 float: left;
						 padding: 10px;
						 overflow: auto;
					}
									 
div#right { background-color: #669933; 
            width: 130px;
            height: 600px;
            float: left;
            padding: 10px;
                                                 text-decoration: none;
						 color: #ffffff;

          }
					
div#footer { width: 740px;
             height: auto;
             background-color: #CCCC99;
             float: left;
             text-align: center;
             padding: 10px;
			 color: #669933;
           }

div#footer a { color: #000000; }

div#footer a:hover { color: #669933; } 

div#right td { text-align: right; 
               cursor: pointer;
             }

div#right td:hover { cursor: hand; }

p img { float: left; 
        margin-right: 10px;
		margin-bottom: 10px;
	  }

.infoBox { border-bottom: 1px dashed #CCCC99; 
           padding: 5px;
					 margin-bottom: 10px;
		 }
			 
h3 { margin: 0px;
     padding: 0px;
		 color: #669933;
		 font-size: 12pt;
	 }
	 
h3#wNew { margin: 0px;
          padding: 0px;
		      color: #CC0000;
					text-decoration: underline;
					font-size: 10pt;
	      } 
	 
li { margin-left: -20px; }

table#schedule td { border-bottom: 1px solid #cccccc; }

table#stats { padding: 10px; }

table#stats td { padding: 7px; 
                 border: 1px solid #cccccc;
			   }