body
{
	margin: 0px 0px 0px 0px;	
}

body div{}

h1
{
	position:absolute;
	z-index: 99;
	top: 50px;
	font-size: 30px;
	font-family: arial, Tahoma;
	width: 100%;
	height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	background-color: #FFE;
	text-indent: 15px;
	text-align: left;
	color: #000;
}

h2
{
	position: absolute;
	top: 50px;
	left: 25px;
	font-size: 14px;
	font-family: Georgia;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

hr
{
	color: #000;
	margin: 5px 5px 5px 0px;
	height: 1px;
}

a, a.link, a.active, a.visited
{
	color: #000090;
}

#layer_outer
{
	width: 100%;
}

#layer_outer #layer_header
{
	width: 100%;
	height: 100px;
	background-image: url(__images/tuhsenterprisebar.gif);
	background-repeat: repeat-x;
}

#layer_outer #layer_header #branding_corp
{
	width: 100%;
	height: 50px;
	background-image: url(__images/tuhsenterprisebar_brand.gif);
	background-repeat: no-repeat;
	clear:both;
	float: left;
}

#layer_outer #layer_header #branding_site
{
	width: 100%;
	height: 50px;
	clear:both;
	float: left;
}

#layer_outer #layer_inner
{
	width: 700px;
}

#layer_inner #inner_left
{
	position: absolute;
	top: 100px;
	width: 150px;
	height: 100px;
	float: left;
	background-image: url(__images/folder_large.gif);
	background-repeat: no-repeat;
}

#layer_inner #inner_right
{
	position: absolute;
	top: 102px;
	left: 150px;
	float: left;
	height: 300px;
}

#backList
{
}

#backList li
{
	list-style-image: url(__images/folder.gif);
	font-family: verdana;
	font-size: 12px;
}

#backList li a
{
	text-decoration: none;
}

#optionList
{
	position: absolute;
	top: 100px;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-top: solid 1px #000;
}

#optionList li
{
	list-style-image: none;
	list-style-type: none;
	font-family: verdana;
	font-size: 10px;
}

#optionList li a
{
	text-decoration: underline;
	color: #000090;
}

#folderList
{
}

#folderList li
{
	list-style-image: url(__images/folder.gif);
	font-family: verdana;
	font-size: 12px;
	padding-bottom: 5px;
}

#folderList li a
{
	text-decoration: none;
}


#fileList
{
}

#fileList li
{
	list-style-image: url(__images/page.gif);
	font-family: verdana;
	font-size: 12px;
	padding-bottom: 5px;
}

#fileList li a
{
	text-decoration: none;
}
