body
{
	background-image: url(images/nw_bgnd.jpg);
	background-repeat: repeat-y;
	background-color: #C9D3D8;
	margin:0;
	padding:0;
		
}



#mainPan
{
	width:900px;
	position:absolute;
	margin:0 auto;
	height:800px;
	left: 100px;
	background-color: #FFFFFF;
	overflow: visible;
	top: 0;
	background-image: url(images/nw_content_bgnd.jpg);
	background-repeat: no-repeat;
	background-position: 0px 230px;
	}
	
#columnCenter
{
	height:515px;
	width: 857px;
	position: absolute;
	top: 301px;
	left: 139px;
}



#topPan
{
	position:relative;
	height:232px;
	top: 0px;
	background-image: url(images/nw_topbar_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	width: 900px;
	left: 120px;
}

#columnRight {
	position: absolute;
	top: 834px;
	left: 121px;
	width: 900px;
	height: 240px;
	padding-bottom: 0px;
	background-color: #6DA0E3;
}


#columnRight {
text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}

#columnRight ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	vertical-align: middle;
	background-image: url(images/bluetab.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 18px;
	text-align: center;
}



	a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #002E5C;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002E5C;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9933;
	text-decoration: none;
}
