body {
	background-color: white;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

td,text,p,a {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: transparent;
}

input,textarea {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: transparent;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}

.cbld {
	text-align: center;
	font-weight: bold;
}

.chead {
	font-family: Times, serif;
	font-size: 20pt;
	color: #223377;
	text-align: center;
}

#header { position: absolute; top: -30px; left: -30px; z-index: 100;}
#logoimage { position: relative; top: 30px; left: 30px; z-index: 100;} 
#headimage { position: relative; top: 20px; left: 40px; z-index: 100;}


#menu { position: absolute; top: 170px; left: 10px; z-index: 100;}
.menucell { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-right-color: black; 
	padding-right: 10px; 
	text-align: right; 
	font-size: 8pt; 
}

#content  { position: absolute; top: 170px; left: 150px; z-index: 100; overflow: visible;}
#featured { position: relative; width: 500px;  }
#history  { position: relative; width: 500px;  }
#main     { position: relative; width: 500px;  }

#baritem { position: relative; height: 230px; width: 550px; }
#profileitem { position: relative; height: 270px; width: 550px; }

#yearlink { align: center; valign: middle; }

.snote {
  font-weight: bold;
  text-align: center;
}

.linktext:visited { color: rgb(64,64,64); }
.linktext:link { color: rgb(0,0,0); }
.linktext:active { color: rgb(200,100,240); }
.linktext:hover { color: rgb(200,200,240); }
.linktext {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: underline;
	color: blue;
}

.linklist:visited { text-decoration: none; color: rgb(64,64,64); }
.linklist:link { text-decoration: none; color: rgb(0,0,0); }
.linklist:active { color: rgb(200,100,240); }
.linklist:hover { color: rgb(200,200,240); }

.linklist {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 8pt;
}

.linkhighlight {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 8pt;
  color: rgb(200, 0, 0);
}
.barimage { position: absolute; right: 50; top: 20; border-style: solid; border-color: white; border-width: 3px; }
.profileimage { float: left; position: relative; left: -15; top: -70; border-style: solid; border-color: white; border-width: 3px; }
.profiletext { margin-left: 50px; }

.albumtable { 
	text-align: center; 
	width: 600px;
}
.albumtd { 
	border-width: 0px;
	border-style: solid;
	border-color: black;
	border-spacing: 15px; 
	vertical-align: middle; 
	width: 25%;
	height: 25%;
	text-align: center;
}

.albumimage { border-width: 0px; }
.featureimage { float: right; }

#copyright { clear: both; text-align: center; }
.copyright { font-size: 8pt; text-align: center;}



