/* general instructions */
/*classes in alphabetical order*/
	.highlight {background-color:#fefec2; } 
	.highlight2 {background-color:#ffff80; }
/*id's in alphabetical order*/	 
	body {	text-align:center; font-family: verdana, arial, sans-serif; font-size:100%;}
	#banner { margin:auto; height: 60px; width: 800px; background: #33f; vertical-align: middle; padding-top: 2px; text-align: center; }
	#banner h1 { font-size: 30px; text-transform: uppercase; letter-spacing: 0.3em; color: #fff; vertical-align: center; }	
	#container { margin: auto; background: #ffffff; font-size:100%; width: 800px; height: 100%; text-align: center; }
    #form { text-align:center; background:#ccc; width:800px; margin-left:auto; margin-right:auto; }
	#form a { text-decoration:none; } 
  	table {  }
   	td { }
	#menu { font-weight: bold; margin: auto; height: 27px; width: 800px; padding: 0; text-align: center; 	color: #000000; background-color: #eee; }
   
