body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background:url(images/design/backGround.gif) center repeat-y #865900;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.title {
	color: #865900;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #585D00;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	color: #585D00;
	font-size: 12px;
	font-weight: bold;
}

.red {
	color: #CC0000;
}

.lnav {
	color: #FFCF60;
	font-size: 14px;
}

a:link {
	color: #865900;
}

a:visited {
  color: #865900;
}

a:hover {
	color: #585D00;
}

	/* mainlevel is used or wherever menus are */
a.mainlevel:link, a.mainlevel:visited 	{
		display: block;
		width: auto !important;
		width: 130;
		margin: 0px;
		padding: 10px 1ex 10px 1ex;
		font-weight: bold;
		vertical-align: middle;
		color: #FFCF60;
		text-decoration: none;
		border-bottom: 0px solid #FFCF60;
		border-left: 0px solid #FFCF60;
		white-space: wrap;
		overflow: hidden;
	}
	
a.mainlevel:hover 	{
		color: #865900;
		background-color: #FFCF60;  
		text-decoration: none;
		border-bottom: 1px solid #865900;
		border-right: 0px solid #865900;
	}
	
a.splash:link, a.splash:visited 	{
		display: block;
		width: auto !important;
		width: 100%;
		margin: 0px;
		padding: 5px 1ex 5px 1ex;
		font-weight: bold;
		vertical-align: middle;
		color: #FFCF60;
		text-decoration: none;
		border-bottom: 0px solid #FFCF60;
		border-left: 0px solid #FFCF60;
		white-space: wrap;
		overflow: hidden;
	}
	
a.splash:hover 	{
		color: #865900;
		background-color: #FFCF60;  
		text-decoration: none;
		border-bottom: 1px solid #865900;
		border-right: 0px solid #865900;
	}
	
a.credit:link, a.credit:visited 	{
		display: block;
		width: auto !important;
		width: 100%;
		margin: 0px;
		padding: 1px 1ex 1px 1ex;
		vertical-align: middle;
		font-size: 8px;
		font-style:italic;
		color: #E4D9C2;
		text-decoration: none;
		border-bottom: 0px solid #FFCF60;
		border-left: 0px solid #FFCF60;
		white-space: wrap;
		overflow: hidden;
	}
	
a.credit:hover 	{
		color: #865900;
		background-color: #FFCF60;  
		text-decoration: none;
		border-bottom: 0px solid #865900;
		border-right: 0px solid #865900;
	}
	
.right { padding: 0px; margin: 0 0px 2px 12px; display: inline; }
.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }