/* top 3 classes are for the menu system */
table.menu {
	border: 1px solid #3D3D3D;
	cursor: pointer;
	position: absolute;
	visibility: hidden;
	margin: 10pt 0px 1px 0px;
	text-align: left;
}
#mainmenu {
	position: static;
}
table.menu td {
	background-color: #CCCC99; /* Must be the same as tdBgColor in the menu_script.js */
	background-image: url(bg.gif);
	border: 0px hidden #3D3D3D;
	color: #800000;            /* Must be the same as tdColor in the menu_script.js */
	font-weight: bold;
	padding: 2px 8px;
	white-space: nowrap;
}

/*** Redoing Tags ***/

/* links and such */
a {
	color: maroon;
}

a:visited {
	color: maroon;
}

a:hover, a:active {
	color: #3D3D3D;
}

body {
	background-image: url(bg.gif);
	background-color: #CCCC99; 
	color: #3D3D3D;
	font-family: "JSL Ancient", "Bookman Old Style", "Times New Roman", Times, serif;
}

caption {
	color: maroon;
	font-family: "JSL Ancient", "Bookman Old Style", "Times New Roman", Times, serif;
	font-size: larger;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}

h1, h2 {
	font-family: "JSL Ancient", "Bookman Old Style", "Times New Roman", Times, serif;
	text-align: center;
	text-transform: capitalize;
}

p {
	margin: 2% 3%;
	text-align: justify; 
}



