body{
	background:#d2d6e1;
}
#page{
	margin: 0px 30px 0px 30px;
	background:white;
}

/*Header image and title*/
#header h1{
	display:block;
	color:white;
	float:none;
	font-size:smaller;
	color: #6A7B8E;
	background: url('../images/consultation.gif') right no-repeat #6A7B8E;
	height:37px;
	padding:0px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#header img{
	float:none;
	display:none;
}
#header{
	padding-top: 20px;
	height:auto;
	background-color:black;
}


/*Top Navigation*/
#topnav{
	border:none;
	margin-bottom: 4px;
	height:auto;
	padding-bottom: 9px;
	background: url('../images/shade.gif') bottom repeat-x;
	text-align:left;
	font-size:110%;
}
#topnav ul{
	float:none;
	background: black;	
	border-bottom: 1px solid white;
	display:block;
	font-size:80%;
	height: 1.5em;
	padding: 1px 0px 1px 0px;
}
#topnav ul li{
	float:left;
	border:none;
	border-right: 1px solid #999999;
	padding: 2px 10px 3px 20px;
	margin-left: 5px;
	color:white;
	background: url('../images/arrow.gif') left no-repeat;
}
#topnav ul li#selected{
	color:#A0AAC0;
	font-weight: bold;
}
#topnav ul li.leftItem{
	color:#999999;
	background:none;
	padding-left: 5px;
}

#topnav ul li a {
	display: inline;
	width: auto;
	padding: 0px;
	color:white;
	margin: 5px 0px 5px 0px;
}
#topnav ul li a:hover {
	background:none;
	color:#A0AAC0;	
	text-decoration: none;
}
#topnav ul li.hidden{border:none; padding:0px;}
#topnav ul li.hidden a{display:none;}


#sidenav {
	position: absolute;
	left: 30px;
	width: 20em;
	background-color: white;
}