body {
/*	background-color: #003300; */
	background-color: #000000; 
	scrollbar-base-color: #003300;
	scrollbar-face-color: #005000;
	scrollbar-track-color: #002000;	
	scrollbar-arrow-color: #dddddd;
	scrollbar-highlight-color: #006000;
	scrollbar-3dlight-color: #008000;
	scrollbar-shadow-color: #002500;
	scrollbar-darkshadow-color: #001500;
	font-family: "Trebuchet MS", Trebuchet, Arial;
	color: #FFEDC4;
	font-size: 14px;
/*	background-image:   url(graphics/background.jpg); */
/*	background-image:   url(graphics/blackbackground.jpg); */
	border: 0px none;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Arial;
	font-size: 24px;
	text-align: center;
	/*color: #00B000; */
	color: #e8cc90;
}

h2 {
	font-family: "Trebuchet MS", Trebuchet, Arial;
	font-size: 18px;
	color: #e8cc90;
}

h3 {
	font-family: "Trebuchet MS", Trebuchet, Arial;
	font-size: 16px;
	color: #e8cc90;
}

h4 {
	font-family: "Trebuchet MS", Trebuchet, Arial;
	color: #e8cc90;
}

a:hover {
	color: #FFE8B0;
	text-decoration: underline overline;
}

a {
	text-decoration: underline;
	color: #FFEDC4;
}

/* Main content table. Width determined by frametable */
.contenttable {
  /* border: medium ridge #009000;  */
	border: thick ridge #daa93a;
	background-color: #002000;
	width: 790px;
  padding: 10px;
	margin: 0px;
	align: left;
	font-size: 14px;
	vertical-align: top;
  font-family: "Trebuchet MS", Trebuchet, Arial;
}

/* Table with visible borders - used for formatting data */
.displaytable {
	vertical-align: top;
	font-size: 14px;
	font-family: "Trebuchet MS", Trebuchet, Arial;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

th.displaytable {
	font-weight: bold;
}

/* Navigation menu link hovering */
a.menu:hover {
	color: #FFE8B0;
	text-decoration: underline overline;
}


/* Navigation menu hyperlinks */
a.menu {
	color: #FFEDC4;
	text-decoration: none;
	font-family: "Trebuchet MS", Trebuchet, Arial;;
	font-size: 14px;
}

div.menu {
	text-align: center;
	align: center;
}

hr.menu {
  border: thick ridge #006600;
	width: 610px;
	height: 3px;
}

table.line {
	width: 91%;
	padding: 0px;
	margin: 0px;
	border: 0px none;

}

.LeftLineCell {
	background-image: url(./graphics/lineleftend.gif);
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 4px;
}

.RightLineCell {
	background-image: url(./graphics/linerightend.gif);
	margin: 0px;
	padding: 0px;
	height: 5px;
	width: 4px;
}

.MiddleLineCell {
	background-image: url(./graphics/line.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	align: center;
}

hr.imagemenu {
  border: thick ridge #991d1d;
	height: 3px;
}

/* Navigation menu hyperlinks */

div.menu {
	text-align: center;
}

/* White matting for full-sized pictures. Takes into consideration the 10px shadow of the image */
.picturematting {
	border-top: 25px solid #FFFFFF;
	border-right: 15px solid #FFFFFF;
	border-bottom: 15px solid #FFFFFF;
	border-left: 25px solid #FFFFFF;
	background-color: #FFFFFF;
}

/* Green ridged frame of the full-sized pictures */
.pictureframe {
  /* border: thick ridge #009000; */
	border: thick ridge #daa93a;
}

/* Solid 1px black border for thumbnail pictures */
.thumbnailedge {
  border: 1px solid #000000;
  vertical-align: top;
}

/* White matting for thumbnail pictures.  */
.thumbnailmatting {
  border: 15px solid #FFFFFF;
}

/* Green ridged frame of the thumbnail pictures */
.thumbnailframe {
  border: thick ridge #daa93a;
}

/* Formatting table for the Webmaster contact information */
.webmastertable {
	font-family: "Trebuchet MS", Trebuchet, Arial;
	font-size: 10px;
	text-align: right;
	width: 100%;
	border: 0px none;
	align: center;
	color: #FFE8B0;
	font-weight: normal;
}

/* Hyperlink hovering for the Webmaster contact information */
a.webmaster:hover {
	color: #FFEDC4;
	text-decoration: underline overline;
}

/* Hyperlink for the Webmaster contact information */
a.webmaster{
	color: #FFE8B0;
	text-decoration: none;
}

/* Used for quoting - Italics font */
.quote {
	font-style: italic;
	
}

table {
	font-family: "Trebuchet MS", Trebuchet, Arial;
	font-size: 14px;
	background-position: top;
	text-align: left;
	vertical-align: top;

}

table.menu {
	width: 100%;
}

li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(graphics/bullet.gif);

}

