body, html, h1, h2, h3, h4, p, ul, li {	margin:0px;	padding:0px;    list-style: none;    text-decoration: none;}
body{	font-family:"Verdana";	font-size:14px;	}
						ul {	
						margin-bottom:10px;
						background-color:#ffffff;	
						}
						#content a:visited
						{ 
						color:#003399;
						} 
						#content a {
						color:#003399;
						}
						#content a:hover{
						background: #99CCFF;
						text-decoration:none;
						}						
						#wrapper{
						width: 1020px;
						margin-right: auto;
						margin-left: auto;
						background-image:url('images/bg_transitmap.png');
						background-repeat:repeat;
						background-position:left top; 						
						}
						#header {
						width:1020px;
						height:150px;
						}
						#header h1 {
						font-size: 72px;
						font-family: Impact, Helvetica;
						margin-left: 10px;					
						}
			            #nav{
						width:115px;
						height:450px;
						float: left;
						border-right-style:solid;
						}
						#nav ul{
						float: left;
						margin-top: 20px;
						background-color:#ffffff;						
						}
						#nav ul li{
						float: left;
						font-family: verdana;
						font-size: 14px;
						margin-bottom: 20px;
						}
						#nav ul li a{
						display:block;
						width: 80px;
						color:#003399;
						text-align:center;
						}
						#nav ul li a:hover{
						background: #99CCFF;
						text-decoration:none;
						}
			            #content{
						width:900px;
						float: left;					
						}
						#content h2{
						background-color:#ffffff;						
						}
						#content p {
						background-color:#ffffff;
						padding-bottom: 20px;
						margin-left: 30px;						
						}						
						#content h3 {
						font-size: 18px;
						font-style: bold;
						padding-bottom: 10px;
						background-color:#ffffff;
						}
						#banner{
						width:870px;
						height:150px;
						float: left;
						margin-left: 30px;
			            }
						#banner p {
						margin-bottom:10px;
						background-color:#ffffff;	
						}
						#banner h2 {
						font-size: 24px;
						font-family: arial;
						margin-bottom:10px;
						margin-top:20px;
						}
						#content1{
						width: 270px;
						height: 300px;
						float: left;
						margin-left: 30px;
						}
						#content2{
						width: 280px;
						height: 300px;
						float: left;
						margin-left: 20px;
			            }
						#content3{
						width: 280px;
						height: 300px;
						float: left;
						margin-left: 20px;
			            }
			            #footer{
						width: 1000px;
						height: 80px;
						margin: 30px;
						margin-top: 30px;
						clear: left;
						}