

a:focus
{
	outline:none;
	-moz-outline-style: none;
}
.appInner{
	left:0;
	top:0;
	width:100%;
	position:absolute;
	min-width: 1000px;
	min-width:525px;
}

#Header-Container{
	width:100%;
	background-color: #1a67ad;
}

#Body-Container{	
	width:100%;
}

.banner{
	
	background: url('../images/top_graphic.jpg');
	width:1058px;
	height:101px;
}


.btnPanel{
	float:left;
	padding-left:25px;
	padding-top: 25px;
}

.titleLink{
	font-size:14px;
	font-weight: bold;
	font-family: verdana;
	color:#003366;
	text-decoration:none;
}

.isopen{
	font-size:14px;
	font-weight: bold;
	font-family: verdana;
	color:#003366;
	font-style:italic;
	text-decoration:underline;
}

.adobePanel{
	float:right;
	padding-right:15px;
	padding-top:15px;
}

.abobeBtn{
	float:left;
	background: url('../images/acrobat_button.jpg');
	width:158px;
	height:39px;
}

#filePanel{
}

#folderList{
	list-style: none;
	margin-top:0;
	padding-top:0;
	width:200px;
}

#folderList li{
	height:45px;
	padding-right:10px;
}


.closed{

	background: url('../images/closed_folder.jpg') no-repeat center;
	width:36px;
	height:31px;
	
	
}

.open{

	background: url('../images/open_folder.jpg') no-repeat center;
	width:36px;
	height:31px;
}


#folderList a.folderLabelClosed{
	float:left;
	padding-top:5px;
	
	font-size:12px;
	font-weight: bold;
	font-family: verdana;
	color:#003366;
	
	text-decoration: none;

}

#folderList a.folderLabelOpen{
	float:left;
	padding-top:5px;
	
	font-size:12px;
	font-weight: bold;
	font-family: verdana;
	color:#003366;
	text-decoration:underline;
}
#fileContainer{
	width:100%;
}

.fileSep{
	background: url('../images/gray_divider.gif') repeat-y;
	width:1px;
	height:100px;
	width:100%;
}

#fileContainer ul.fileList{
	list-style:none;
	display:none;

	
}

#fileContainer ul.fileList li{
	clear:both;
	padding-top:2px;
}

#fileContainer ul.fileList li .acrobat{
	float:left;
	background: url('../images/acrobat.jpg') no-repeat center;
	width:23px;
	height:21px;
}

#fileContainer ul.fileList li #label{

	text-decoration:none;
	font-weight:bold;
	font-family:verdana;
	font-size:11px;
	
	color:gray;
	padding-left:5px;
}