/* CSS Document */
body{font: 76% arial,sans-serif;
     text-align:center;
	 background: #CCE1CC;
	  }
h1 {font-weight: bold;
      color: #006600;
	  font-size: small;
	  text-align:center;
	  	  }
h2 { font-size: 9px;
     color: #000000;
	 text-align: center;
	 	 }
		 
table { padding: 5px;
        
       }
td, tr {border:  solid thin #996600;
        padding: 3px;
				 }
a {color: #006600;
}
				 
p{margin:0 10px 10px;
  padding: 2px;
  font-size: 11px;
  white-space:  2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;}

.routes{text-align: left;
       font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 9px;
	   color: #006600;
	   }
.registration {text-align: left;
               font-family:Verdana, Arial, Helvetica, sans-serif;
               font-size:10px;
               color: #006600;
			   border: none;
			   }

	   
div#container {width: 725px;
}
div#header {width: 721px;
            height: 200;
			}

div#wrapper {width: 721px;
             padding-top: 2px;
			 margin-left:-4px;
			 margin-bottom: -3px;
 }
div#content {background: #FFFFFF;
             border: solid thin #996633;
             width:721px;
			 height: auto;
			 }

div#footer{ background: #996600;
            border: solid thin #996600;
            width: 721px;
			height: 43px;
			text-align:center;
			margin-top: 0px;			 
}
