body {
	font-family: Arial, Helvetica, sans-serif;
	background: #3D6D9C url(bg.jpg) top center repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	
}#header {
		height: 70px;
}

#topRight {
	float: right;
	width: 500 px;
}

#title {
	float: left;
	/*width: 570px;*/
	width: 300px;
	margin-top: 20px;
	background: transparent url(kidney.png) 24px 5px no-repeat;
}

#nav {
	height: 27px;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #000000;
	background-image: url(/images/shared/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 27px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 95px;
}

#nav li a{
	text-decoration: none;
	display: block;
	color: #ccc;
	text-shadow: #111 2px 2px 2px;
	background-image: url(/images/shared/nav_rollover_bg.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 7px;
	padding-right: 17px; /*20px;*/
	padding-bottom: 0px;
	padding-left: 17px; /*20px;*/
	margin-top: 0px;
	height: 20px;
	text-align: center;
}

#nav li a:hover{
	color: #fff;
	background-position: center -27px;
	cursor: pointer;

}
#nav li a#selected{
	text-shadow: none;
	color: #666;
	background-position: center -54px;
	cursor: default;
	
}

#white {
	background-color: #FFFFFF;
	clear: both;
}

#whiteHeader {
	height: 54px;
}
#whiteHeaderRight {
	float: right;
	min-width: 300px;
	width: 420px;
	text-align: right;
	padding-right: 6px;
}
#topInfoRight {}


#whiteHeaderLeft {
	padding-top: 20px;
	padding-left: 23px;
}
#whiteHeaderLeft h6 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #4c4c4c;
}

#breadcrumbs h2, #extracrumbs h2{
	font-size: 32px;
	font-weight: normal;
	color: #999;
	letter-spacing: -2px;
}