#top {
	background-image:url(images/header.gif);
	width:950px;
	height:98px;
}
#contentpanewrapperOuter {
	width:950px;
	height:583px;
	background:url(images/largeBG.jpg) no-repeat;
}
#contentpanewrapperInner  {
	width:480px;
	background-color:white;
	height:510px;
	position:relative;
	top:20px;
	left:20px;
	padding:20px 20px 20px 20px;
	z-index:200;
	overflow-y:scroll;
}
#contentpanewrapperInner  ul li {
	list-style-image:url(images/blueBullet.gif);
}

.links {
	position:relative;
	top:40px;
}


#bottom {
	clear:both;
	background-color:#0F75BC;
	width:950px;
	color:white;
	height:120px;
}




