BODY, TD
{
	color:		#305060;
	font-family: helvetica, verdana, arial;
	font-size:	10pt;
}
BODY
{
	background: #d0e0ff;
	text-align: center;
	margin: 		0px;
}

H2
{
    font-size:		16pt;
	margin-top:     0pt;
    margin-bottom:  0pt;
    letter-spacing: 2px;
}
HR
{
 	background-color: #6080b0;
	border-style: none;
}
UL
{
	margin-top:	0px;
	list-style-type: square;
}
LI
{
 	margin-top: 1px;
}
TT
{
 	color: #f66;
 	font-weight: bold;
}
A
{
	color:	#db0;/*#b90;*//*#5070ff;/*#da0;*/
	text-decoration: none;
	font-weight: bold;
}
A:visited
{
	color:	#cb7;
}
A:hover
{
	text-decoration: none;
	background-color: #6080b0;
}

/* PANEL - a reusable block style with background and border */
.panel
{
	background-color:	#ffffff;
	border-width: 		3px;
	border-style: 		solid;
	border-color: 		#6080b0;
}

/* SITE LAYOUT - named elements that define page structure */

#bounds
{
	width: 95%;
	position: relative;
}

#topbar
{
	background-color: 	#6080b0;
	color:				#eea;
	font-size:			20pt;
	font-weight:		bold;
	letter-spacing:		12px;
	margin: 			0px 0px 20px 0px;
	padding:			2px 8%;
	text-align: 		right;
	border-width:		0px 0px 12px 0px;
	border-color:		#a97; /*4c3e00*/
	border-style:		solid;
}

#content
{
	min-width:	120px;
	margin-left:142px;
	text-align: left;
	padding:	18px;
}

#sidebar
{
	position: 	absolute;
	top:		0px;
	left: 		0px;
	padding:	10px;
}

.nav
{
	font-size:			13pt;
	font-weight:		bold;
	color:  			#80a0c0;
	background-color: #ffffff;
	text-align: left;
}

.nav a
{
	color: #6080b0; /*ccaa00*/
	text-decoration: none;
}
.nav a:visited
{
	color: #6080b0;
}

.nav a:hover
{
 	color: #eb0;
	text-decoration: none;
}
.nav div /* simulated HR tags that behave in IE */
{
 	border-top:	1px solid #6080b0;
	padding:		5px 0px;
	width:	 		100%;
}


/* -----PHOTO VIEWER ---------- */
#viewer
{
	display:none;
	position: relative;
	overflow: auto;
	width: 100%;
}
.thumbnail
{
	width:	100px;
	height: 100px;
	border: 9px solid  #6080b0;
	margin: 10px;
	vertical-align: middle;
}
#prevthumb, #nextthumb
{
	position: absolute;
	background-color: #fff;
	opacity: .8;
	filter:alpha(opacity=80);
	cursor: pointer;
}
#prevthumb  {left: 0px; top: 0px;}
#nextthumb	{right: 0px; top: 0px;}
#caption
{
	position: absolute;
	background-color: #fff;
	opacity:.6;
	filter:alpha(opacity=60);
	left:	30%;
	right:	30%;
	top:	0px;
	font-size: 8.5pt;
}
#links {font-size: 8.5pt;}
#viewbox
{
	position: absolute;
	left:5%;
	/*width: 90%;*/
	top: 48px;
	padding:	0px;
	display: none;
	border: 9px solid  #6080b0;
	background-color: #ffffff;
	overflow: auto;
}
#viewimg
{
	cursor: move;
}
/* ---------------------------------- */

.here
{
 	border-color: #776644;
	border-style: solid;
	border-width: 2px;
}

.entrydiv
{
	background-color: #406070;
	height: 2px;
}
.entrylabel
{
	width: 100px;
	vertical-align: top;
	color: #886600;
 	font-weight: bold;
}
.entrytext
{
	vertical-align: top;
	font-family: monospace;
}
