body {
	margin: 0px;
	font-family: Lucida Sans Unicode, Veranda, Georgia, Arial;
	margin-top: 14px;
}

#TopHeader
{
	margin-left: 45px;
	font-size: 11px;
	font-weight: bold;
}

.URL
{
	margin-left: 20px;
}

#mainCenter {

	background-image: url("mainCenterbg.gif");
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #9cbdad;
	border-bottom: 1px solid #9cbdad;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color: #eeeeee;
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

A:link	{color: #804000;}

A:hover	{color: #5B8C75;}



.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Lucida Sans Unicode, Veranda, Georgia, Arial;
	color: #333;
}

.banner .title{
	font-size:1.1em;
	font-weight:bold;
	color: #804048;
}

.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent {
	width:95%;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 12px;
	font-family: Lucida Sans Unicode, Veranda, Georgia, Arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

.footer
{
	clear: both;
}

/* file info */

#content {
	width:100%;
	font-size:11px;
	font-family: Lucida Sans Unicode, Veranda, Georgia, Arial;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding:8px;
}

#content .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

#contentLast {
	width:95%;
	font-size:11px;
	font-family: Lucida Sans Unicode, Veranda, Georgia, Arial;
	color: #333333;
	padding-top:6px;
}

#contentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

