	body{
		background-color:#BBBBBB;
		text-align:center;
		margin: 0px;
		font-family:"Times New Roman", Times, serif;	
	}
		
	h2{
		padding:0px;
		display:inline;
	}
	
	h3{
		background-color:#999999;
		padding:5px;
	}
	
	li{
		list-style:disc;
	}
	
	#wrapper{
		width:846px; 
		height:580px;
		border-width:1px; 
		border-style:solid; 
		margin: 19px auto;
		text-align: left;
		background-color:#efefef;
		overflow:hidden;
	}
	
	ul {
		margin:2px;
	}
	
	#title {
		width:846px;
		background-image:url(landing_data/title.gif);
		height:100px;
	}
	
	#tagline {
		color: #FFFFFF;
		font-weight:bold;
		background-color:#0000CC; 
		height:20px;
		width:846px;
		padding:5px 0px;
		text-align: right;
	}
	
	#content{
		height:430px;
		padding-left:1px;
		font-size:12px;
		float:right;
		width: 655px;
	}
	
	#innercontent{
		padding:5px;
		font-size:14px;
	}
	
	#extratext {
		width:184px;
		height:260px;
		text-align:left;
		list-style:disc;
		margin-left:5px;
		font-size:12px;
		border-top : 1px solid #ffffff;
		border-right : 1px solid #b2b2b2;
		vertical-align:bottom;
	}
	
	.menuitem {
		list-style:none;
		text-align:left;
		display:inline;
	}
	
	#footer {
		width:846px;
		height:25px;
		background:#969696;
		color:#FFFFFF;
		margin: 0px auto;
		padding-top:4px;
		float:left;
		text-align:center;
		font-size:12px;
	}

	a.footerlink{
		color:#FFFFFF;
	}
	
	a.menulink {
		border-top : 1px solid #ffffff;
		border-bottom : 1px solid #b2b2b2;
		border-right : 1px solid #b2b2b2;
		display : block;
		width:189px;
		padding : 5px 0px;
		text-decoration:none;
		font-weight:bold;
		color:#0033FF;
	}
	
	a.menulink:visited, a.menulink:active {
		color:#0033FF;
	}
	
	a.menulink:hover {
		background-color: #999999;
		color:#FFFFFF;
	}