#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 			{ color: #000; text-decoration: none; font-weight:normal;} 
a:hover		{ color: #000; text-decoration: underline; }

.userAlert{
	float:right;

}

/*****************************/
/* thumbnails */
#thumb_label {
  color:#FFCC33;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

#thumb_image {
	margin-bottom: 1em;
	float:left;
	clear:left;
	border:0;
}

#thumb_image img {
  border:0
}

#thumb_body {
  background-color:#000000;
  margin:0;
}

/*****************************/
/* journal */
#journal_body {
	background-image: url(charity.gif);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.journal_box {
  margin-right: 1em;
  padding-bottom: 160px;
}

.journal_box a:hover{
	color:#0099FF;
	text-decoration:underline;
}
.journal_box a:link{
	color:#55aaff;
	text-decoration:underline;
}
.journal_box a:visited{
  color:#5555FF;
  text-decoration:underline;
}


.journal_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFF99;
}
.journal_content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/*****************************/
/* header */

#header_body {
	background-image: url(lion.gif);
	background-color: #FFCC66;
	background-repeat: no-repeat;
	background-position: right;
}

#header_body a:link{
  color:#CC0000;
}

#header_body a:hover{
  color:#CC5500;
}

#header_body a:visited{
  color:#990000;
}

.header_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px

}
.header_subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  float: left;
  color: #990000

}
.header_menu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px ;
  color:#CC0000
}

/*****************************/
/* page */

#page_body {
  background-color:#FFFFFF;
}

#page_infobox {
	width: 461px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 6px 0 6px;
}

.page_caption {
	font-size:16px;
	color: #000000;
}

.page_caption a {
	color:#0000FF;
	text-decoration:underline;
}

.page_imagetechinfo {
	font-size:9px;
	color: #aaaaaa;

	padding-top:6px;
	padding-bottom:6px;
}

/*****************************/
/* 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%;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 11px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

/* file info */


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

.contentLast {
	font-size:11px;
/*	color: #333333;*/
	padding-top:6px;
}

/* feedback */

.feedback {
	width: 461px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 6px 6px 0 6px;
}

.checkBoxText
{
	font-size: 11px;
	color: #000000;
}
.button {
	font-weight:bold;
	font-size: 11px;
	color:#ffffff;
	width:100%;
	background-color:#D6BA8B;
}
	


