body {
	background-color: #003300;
	scrollbar-base-color: #666666;
	scrollbar-face-color: #666666;
	scrollbar-track-color: #333333;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-shadow-color: #444444;
	scrollbar-darkshadow-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	/*	font-size: 14px; */
	background-image: url(./graphics/background.gif);
	border: 0px none;
}

h1 {
	font-size: 24px;
	text-align: center;
	color: #005500;
}

h2 {
	font-size: 18px;
	color: #005500;
}

h3 {
	font-size: 16px;
	color: #005500;
}

h4 {
  font-size: 15px;
	color: #005500;
}

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

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

a.green {
	text-decoration: underline;
	color: #006600;
}

/* Main content table. Width determined by frametable */
.contenttable {
	border: thin solid #555555;
	background-color: #B7B7B7;
	font-size: 15px;
	width: 100%;
	padding: 0px 10px;
	background-image: url(graphics/texturedbackground.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Table containing shadowed border */
.frametable {
	vertical-align: top;
	background-color: #B7B7B7;
	font-size: 15px;
	width: 790px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

/* Table with visible borders - used for formatting data */
.displaytable {
	vertical-align: top;
	font-size: 15px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

th.displaytable {
	font-weight: bold;
}

/* Navigation menu horizontal lines */
hr.menu {
  border: thick ridge #006600;
	width: 610px;
	height: 3px;
}

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

/* Navigation menu hyperlinks */
a.menu {
	color: #003300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

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 #006600;
}

/* 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 #006600;
}

/* Formatting table for the Webmaster contact information */
.webmastertable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: right;
	width: 100%;
	border: 0px;
	align: center;
	color: #333333;
	font-weight: normal;
}

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

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

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

/* Top-left cell of the frame table - specifies graphic to be used */
.TLcell {
	background-image: url(./graphics/borderTL.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 12px;
}

/* Top-right cell of the frame table - specifies graphic to be used */
.TRcell {
	background-image: url(./graphics/borderTR.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 12px;
}

/* Top-middle cell of the frame table - specifies graphic to be used */
.Tcell {
	background-image: url(./graphics/borderT.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 12px;
}

/* Left-edge cell of the frame table - specifies graphic to be used */
.Lcell {
	background-image: url(./graphics/borderL.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 12px;
}

/* Right-edge cell of the frame table - specifies graphic to be used */
.Rcell {
	background-image: url(./graphics/borderR.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 12px;
}

/* Bottom-left cell of the frame table - specifies graphic to be used */
.BLcell {
	background-image: url(./graphics/borderBL.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 12px;
}

/* Bottom-right cell of the frame table - specifies graphic to be used */
.BRcell {
	background-image: url(./graphics/borderBR.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 12px;
}

/* Bottom-middle cell of the frame table - specifies graphic to be used */
.Bcell {
	background-image: url(./graphics/borderB.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 12px;
}

table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-position: top;
	text-align: left;
	vertical-align: top;

}
li {
	list-style-type: circle;
}

li.square {
	list-style-type: square;
}
.green {
	color: #005500;
}
