#mainCenter {
	height:100%;
}

#titleframe  { background-color: #ccf; width: 100% }

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

a 			  { color: #609; font-weight: normal; text-decoration: underline } 
a:hover		   { color: #090; text-decoration: underline }
a:active  { color: #090; text-decoration: none }
/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
 { color: #609; font-size: 12px; font-family: "Zapf Chancery", "Comic Sans MS", cursive }

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.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: "Zapf Chancery", "Comic Sans MS", cursive; padding: 0 0 0 6px }

.indexInfo .filename  { color: #609 }

.indexInfo .date  { color: #609 }

/* file info */

#content  { color: #609; font-size: 11px; font-family: "Zapf Chancery", "Comic Sans MS", cursive; padding: 8px; width: 100%; border-bottom: 1px dotted #333333 }

#content .header { color: #609; font-size: 9px; font-weight: bold }

#contentLast  { color: #609; font-size: 11px; font-family: "Zapf Chancery", "Comic Sans MS", cursive; padding-top: 6px; width: 95% }

#contentLast .header { color: #609; font-size: 9px; font-weight: bold }
body  { color: #609; font-size: 13px; font-family: "Zapf Chancery", "Comic Sans MS", cursive; background-color: #ccf }
.bord { border: solid 2px #609 }
