	body{
		background-image: url(images/banner_fade.gif);
		background-color: #f2f2f2;
		background-repeat:repeat-x;
	}

	h1,h2,h3{
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		letter-spacing: -1px;
		margin-left: 5px;
	}

	body,p,div{
		/*font-family:  Georgia, "Times New Roman", Times, serif;*/
		font-family: Arial, Helvetica, sans-serif;		
		color:#666666;
	}

	p{
		font-size: 0.8em;
	}

	h1{
		font-size: 3em;
		color: #333333;
	}

	h2{
		font-size: 1.5em;
		color: #666666;
		font-weight: bold;
	}

	h3{
		font-size: 1em;
		color: #666666;
		letter-spacing: 0px;
	}

	#container{
		width: 800px;
		margin: 0px auto;
		min-height: 600px;
		border-left: solid 1px #ffffff;
		border-right: solid 1px #ffffff;		
	}
	
	#bodyContent{
		margin-left: 5px;
		margin-right: 5px;
	}
	
	#banner{
		/*background-image: url(images/mill_hill_banner.jpg);*/
		background-color: #cccccc;
		background-repeat:no-repeat;
		width: 790px;
		height: 120px;
		margin: 5px;
	}
	
	#bannerText{
		height: 60px;
		margin-bottom: 0px;
	}
	
	.displayInline{
		display: inline;
	}
	
	#menu{
		width: 650px;
		height: 50px;
		float: right;
		margin-right: 5px;
		margin-top: 5px;
	}
	
	#menu ul, #homeLink ul{
		margin: 0px; 
		padding: 0px;
		float: right;
		position: relative;
		bottom: 0px;
	}
	
	#homeLink ul{
		float:left;
	}
	
	#menu  ul li, #homeLink  ul li{
		color: #ffffff;
		list-style:none;
		display:inline;
		margin-left: 1px;
	}
	
	#menu ul li a, #homeLink ul li a{
		color: #666666;
		text-decoration: none;
		font-size: 10pt;
	}
	
	#menu ul li a:hover, #homeLink ul li a:hover{
		color: #999999;
		text-decoration: underline;
	}	
	
	#homeLink{
		float: left;
		width: 80px;
		height: 30px;
		text-align: left;
		margin-left: 5px;
		margin-top: 5px;
	}
	
	.imgLogo{
		border: solid 1px #999999;	
		margin-bottom: 3px;
	}
	
	/* File browser */
	

.navigateUpLink {
	font-size: xx-small;
	color: #999999;
}

#currentPath{
	font-size: smaller;
	color: #999999;
	padding-top: 5px;	
}

.fileBrowserRow0 {
	background-color: #dddddd;
	height: 18px;	
}

.fileBrowserRow1 {
	background-color: #ffffff;
	height:18px;
}

.fileBrowserLink{
	text-decoration: underline;
	color: #666666;
}

a.fileBrowserLink:link{
	text-decoration: underline;
}

a.fileBrowserLink:active{
	text-decoration: underline;
}

a.fileBrowserLink:hover{
	text-decoration: underline;
}

.fileBrowserFolder{
	width: 17px; 
	height: 15px; 
	background-image: url('../images/icon_folder.gif'); 
	background-repeat:no-repeat; 
	float: left;
}

#folderList{
	padding-top: 10px;
}	