a:link 		{color: #0000ff; background: none; text-decoration: none}
a:visited	{color: #ff00ff; background: none; text-decoration: none}
a:hover		{color: #ff0000; background: none; text-decoration: underline}
a:active 	{color: #ff0000; background: none; text-decoration: none}

	body {
	    color: #d3ba7c; background: #000000;
	    background-image: url(/images/Background.jpg);
	    background-repeat: repeat-x;
	    font-family: arial, sans-serif;
	    font-size: 12px;
	    line-height: 1.55em;
	    margin: 0px;
	    padding: 0px;
	}

	.text	{
			padding-left: 10px;
			padding-right: 10px;
	}

	img {
			border: 0px;
			padding: 0px;
			margin: 0px;
		}

	TD	{
			vertical-align: top; /* sets TDs to align="top" */
	}

	UL.floatleft	{ /* used for 2 column ul's */
			width: 500px;
	}
	UL.floatleft	LI	{ /* used for 2 column ul's */
			float: left;
			width: 250px;
	}

	H1 {
	    color: #d58b48; background: none;
			font-size: 18px;
			padding-top: 0px;
			padding-bottom: 0px;
			padding-left: 0px;
			padding-right: 0px;
	}

	H2 {
	    color: #d58b48; background: none;
			font-size: 16px;
			font-weight: 700;
			letter-spacing:0.01em;
	}

	H3 {
	    color: #d58b48; background: none;
			font-size: 14px;
			font-weight: 700;
			letter-spacing:0.01em;
	}

	.address-footer {
			color: #ffffff; background: none;
			font-size: 12px;
			text-align: center;
			font-weight: 600;
			padding-top: 0px;
			padding-bottom: 15px;
	}

	.address-contact {
			color: #ffffff; background: none;
			font-size: 12px;
			font-weight: 400;
			padding-top: 0px;
			padding-bottom: 15px;
			padding-left: 0px;
			padding-right: 0px;
	}
	.websiteby {
			color: #f1c595; background: none;
			font-size: 11px;
			text-align: center;
			padding-top: 15px;
			padding-bottom: 0px;
			padding-left: 0px;
			padding-right: 0px;
	}

/* 	MENU STYLES WITH HYPERLINK COLOR SETTINGS */

	.headermenu {
			color: #ffffff;
			font-size: 11px;
			font-weight: 400;
	}
	a.headermenu:link 		{color: #ffffff; background: none; text-decoration: none}
	a.headermenu:visited	{color: #ffffff; background: none; text-decoration: none}
	a.headermenu:hover		{color: #d3ba7c; background: none; text-decoration: none}
	a.headermenu:active 	{color: #ffffff; background: none; text-decoration: none}

	.headerselected {
			font-size: 11px;
			font-weight: 800;
	}
	a.headerselected:link 		{color: #d3ba7c; background: none; text-decoration: none}
	a.headerselected:visited	{color: #d3ba7c; background: none; text-decoration: none}
	a.headerselected:hover		{color: #ffffff; background: none; text-decoration: none}
	a.headerselected:active 	{color: #d3ba7c; background: none; text-decoration: none}

	.menu	{
			color: #e2d3bd; background: none;
			font-size: 12px;
			font-weight: 600;
			padding-top: 0px;
			padding-bottom: 0px;
			padding-left: 10px;
			padding-right: 0px;
	}
	a.menu:link 		{color: #e2d3bd; background: none; text-decoration: none}
	a.menu:visited	{color: #e2d3bd; background: none; text-decoration: none}
	a.menu:hover		{color: #e2d3bd; background: none; text-decoration: none}
	a.menu:active 	{color: #e2d3bd; background: none; text-decoration: none}

	.menuselected	{
			color: #e2d3bd; background: none;
			font-size: 12px;
			font-weight: 600;
			padding-top: 0px;
			padding-bottom: 0px;
			padding-left: 10px;
			padding-right: 0px;
			vertical-align: middle;
	}
	a.menuselected:link 		{color: #e2d3bd; background: none; text-decoration: none}
	a.menuselected:visited	{color: #e2d3bd; background: none; text-decoration: none}
	a.menuselected:hover		{color: #e2d3bd; background: none; text-decoration: none}
	a.menuselected:active 	{color: #e2d3bd; background: none; text-decoration: none}

	.footer {
			font-size: 12px;
			text-align: center;
	}


	.footermenu {
			font-size: 12px;
			font-weight: 400;
	}
	a.footermenu:link 		{color: #ffffff; background: none; text-decoration: none}
	a.footermenu:visited	{color: #ffffff; background: none; text-decoration: none}
	a.footermenu:hover		{color: #d3ba7c; background: none; text-decoration: none}
	a.footermenu:active 	{color: #ffffff; background: none; text-decoration: none}

	.footerselected {
			font-size: 12px;
			font-weight: 800;
	}
	a.footerselected:link 		{color: #d3ba7c; background: none; text-decoration: none}
	a.footerselected:visited	{color: #d3ba7c; background: none; text-decoration: none}
	a.footerselected:hover		{color: #ffffff; background: none; text-decoration: none}
	a.footerselected:active 	{color: #d3ba7c; background: none; text-decoration: none}

/* 	END OF MENU STYLES WITH HYPERLINK COLOR SETTINGS */

	.menubkgd {
	    background: none;
	    background-image:url(/images/Menubkgd.jpg);
	    background-repeat: no-repeat;
	}

	.picborder{
			border-color: #000000;
			border-style: solid;
			border-width: 1px;
	}

	.border {
			border: 3px solid #d58b48;
	}

	.dottedline	{
			border-bottom-width: 4px;
			border-bottom-style: dotted;
			border-bottom-color: #CCC9E4;
	}