body
{
	background-color: black
}

hr
{
	color: #947D50;
}

table.top
{
	background-color: #947D50; 

}

td.top
{
	color: black;
	text-align: center;
}

td.main
{
	color: white;
}

table.inner
{
	background-color: #AB9976;
	background-image:url('images/bg.jpg');
	background-repeat: no-repeat;
}

table.footer
{
	background-color: #AB9976;
}

img
{
	border-color: #DED5C3;
}

p
{
	color: #444444;
}

p.dark
{
	color: #111111; 
}

p.header
{
	color: white;
	font-size: 16pt;
}

a:link
{
	color: white;
	text-decoration: none;
}

a:visited
{
	color: #DED5C3;
	text-decoration: none;
}

a.top:link
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: #DED5C3;
	text-decoration: underline;
}

a.top:hover
{
	color: #DED5C3;
	text-decoration: underline;
}

a.top:visited
{
	color: #DED5C3;
	text-decoration: none;
	font-size:16pt;
}

a:visited:hover
{
	text-decoration: underline;
}


/** FROM NEW FILE */

.mlddm
{
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 24px;
	background-color: #947D50
}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		border: 0px solid black;
		margin: 0;
		padding: 0}

	/** menu attributes (no hovering) */
	.mlddm li a, .mlddm li a#buttonnohover
	{
		display: block;
		font-size: 16pt;
		margin: -2px 0 0 0;
		padding: 0 10px 0 10px;
		text-decoration: none;
		white-space: nowrap;
		color: #FFF;
		background-color: #947D50;
		border: 1px solid #947D50
	}

	.mlddm li a:visited, .mlddm li a#buttonnohover:visited
	{
		color: #DED5C3;
	}

	/** when mouse hovers over menu items */
	.mlddm li a:hover, .mlddm li a#buttonhover
	{
		background-color: #AB9976
	}

		.mlddm ul
		{
			z-index: 100; /* stack order */
			position: absolute;
			visibility: hidden;
			margin: 2px 0 0 0;
			padding: 0;
			background: transparent;
			border: 1px solid #AB9976
		}

			.mlddm ul li
			{	float: none}

			/** sub-sub menu items */
			.mlddm ul li a
			{	display: block;
				font-size: 12pt;
				width: auto;
				margin: 0px;
				padding: 5px 17px 5px 13px;
				text-align: left;
				text-transform: none;
				color: white;/*#DED5C3;*/
				background: transparent;
				border-width: 0}

			.mlddm a:visited
			{	color: #DED5C3;  }

	/** menu item with a sub menu (no hovering) */
	.mlddm ul li .hsub
	{
		background: transparent no-repeat right url('arrow.gif');
		font-size: 12pt
	}

	/** mouse hovers over menu item with a sub menu */
	.mlddm ul li .hsub:hover
	{
		background: #AB9976 no-repeat right url('arrow.gif');
		font-size: 12pt
	}
