#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color: #CCCCCC;
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

a:link {
	color: #00CC66;
}

a 			{ color: #000; text-decoration: none; font-weight:normal;} 
a:hover		{ color: #000; text-decoration: underline; }
a {
	color: #00CC66;
	text-decoration:underline;
	}
	
a:hover {
	color: 16325c;
	text-decoration:none;
	background-color: ##CCCCCC;
	}
	
/* ID Styles */

#navigation a {
	font:11px "Verdana";
	color:#FFFFFF;
	font-weight:none;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#e2e419;
	border: 1pt dotted yellow;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}

/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #333;
}

.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: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

/* file info */

#imageInfo{
	width: 461px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 6px 0 6px;
}

.content {
	font-size:11px;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

.contentLast {
	font-size:11px;
	color: #333333;
	padding-top:6px;
}

.bodyText {
	font:11px verdana;
	color:#FFFFFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}

h1, h2, h3 {
	font:14px verdana;
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 90%; font-weight: bold;}
h2 { font-size: 75%; font-weight: bold; }
h3 { font-size: 50s%; }

.titlePage {
    font:22px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #009966;
	}