		body{
			font-family: Helvetica, Tahoma,Verdana, sans-serif;			
			background: #c5d733;
			font-size:72.5%;
			
		}
		
		#welcome{
			margin: 20px auto 0 auto;
			width: 600px;			
		}
		
		#frame{
			width: 800px;
			/*margin: 45px auto 0 auto;*/
			margin: 15px auto 0 auto;
			background: #f7f7f7; 
			height: 500px;
			color: #555;	

		}
		
		#menu{
			margin: -20px auto 0 auto;
			width: 800px;
			background: #2c539e url(images/menuback.png);
			height: 70px;
			padding-top: 5px;			
		}	
		
		#logo{
			width: 100px;
			height: 100px;
			float: right;
			margin: -30px 10px 10px 10px;			
			
		}		
		#shadow{
			margin: -10px auto 0 auto;
			width: 800px;
			height: 150px;
		}
		
		#navbox {		
			font-family:Tahoma, Verdana, Arial; 
			font-size:80%;
			width: 550px;
			height: 60px;
			padding-left: 5px;
			float: left;
			}
		.nav {
			padding-left:5px; 			
			width:15%; 
			float:left; 
			border-right:#fff 1px solid; 
			line-height:22px;
			 			
			}		
			.greytext{
				color: #ccc;
				font-weight:normal;
				font-size:smaller;
			}
			a.nav:link, a.nav:visited, a.nav:active {
				color:#fff; 
				text-decoration:none;
				font-weight: bold;
				font-size: 11px;
				}
			a.nav:hover {
				 
				background:#fff; 
				/*opacity: .5; 
				filter: alpha(opacity=50);*/ 
				color:#cc3300; 
				border-bottom:#cc3300 2px solid;
				font-weight: bold;
			}
			
			h1{
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				color:#29b8e5;
			}
									
			#next{
				margin: 20px 10px 0 706px;
				position:relative;
				width: 90px;
				height: 20px;
				background: #29b8e5;
				color: #fff;
				padding: 2px;								
				text-align:center;
			}
			#next img{				
				float:left;
				padding: 0;
				margin: 0;								
			}
			#next a{
				color: #fff;
				font-size: 12px;
				font-weight: bold;
				line-height: 180%;
			}
			#next a:hover{
				color: #fff;
			}
			#next:hover{				
				background: #2c539e;
			}
			p{
				font-size: 15px;
				line-height: 150%;				
			}
			
			a{				
				text-decoration: none;
				font-size: 14px;
			}
			#logo_text{
				background-image: url(../images/logo_text.png);
				width: 140px;
				height: 60px;
				float: left;
				margin: 1px -30px 0 -20px;
				
			}
			

