
div.menu a:link            { color: white; text-decoration: none } 
div.menu a:active         { color: white; text-decoration: none } 
div.menu a:visited        { color: white; text-decoration: none } 
div.menu a:hover         { color: white; text-decoration: underline }  

div.mainlinks a:link            { color: black; text-decoration: none } 
div.mainlinks a:active         { color: black; text-decoration: none } 
div.mainlinks a:visited        { color: black; text-decoration: none } 
div.mainlinks a:hover         { color: black; text-decoration: underline }

.menu {
    float:left;
}

a img {
	/*border-right-color: black;
	border-left-color: black;
	border-top-color: black;*/
	border-color: black;
}

body {
   background-color: #FBEDD4;
   color: #000000;
}

.NonLinkingText {
   color: yellow;
   font-size: 12px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
#idSideBar {
   color: white;
   font-size: 12px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

tr.r1 td {
	height: 118px;
	background-color: #558565;
	font-family: Franklin Gothic Book; 
	color: white;
	font-size: 1em;
	font-weight: bold; 
	white-space: nowrap;
}

.imgCell {
	width: 170px;
}

.tCell1 { 
	padding-bottom: 10px;
}
.oldtCell1{
	width: 340px;
}

.tCell2 {
	padding-bottom: 20px;
}

.title {
	font-weight: normal;
	color: rgb(251, 237, 212);
	font-size: 3em;
}

tr.r2 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 18px;
	background-color: black;
	color: white;
	font-size: 12px;
}

.navBarLink {
	font-size: 18px;
	color: white;
	text-decoration: none;
}

.cornImg {
	width: 150px; 
	height: 118px;
	border-right: 2px solid black;
}

/* special classes to turn links on intro page on and off*/

.off {

	display: none;
} 

.on {

	display: inline;
}