/* General */


abbr, acronym
{
	border-bottom: 2px dotted #0c0;
	cursor: help;
}


body
{
	padding: 0;
	/*width: 700px;*/
	/*margin: 20px 12px;*/
	margin: 0 12px 20px 12px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 13px;
}

div.column
{
	text-align: left;
}

div.Brace
{
	/* border: 1px dashed #f00; */
	padding: 0;
	margin: 0;
	clear: both
}


span.Tentative
{
	background-color: #ff9;
	color: inherit
}


/* Page Top - Above the Page Header */


p.SystemNotificationStrip
{
	background-color: red;
	color: #fff;
	font-size: 18px;
	padding: 8px 12px;
	margin: 12px 0 0 0
}

p.SystemNotificationSubstrip
{
	background-color: #fc6;
	color: #000;
	font-size: 12px;
	padding: 4px 12px;
	margin: 0 0 12px 0
}


/* Page Header */


div#PageHeader
{
	/*border-bottom: 2px solid #ddd;
	background-color: #eee;
	color: #000;
	padding: 16px;
	width: 718px;*/
	width: 750px;
	/*margin: 0 auto 24px auto;*/
	margin: 24px auto;
}


div#PageHeader h1
{
	/*margin: 0 0 8px 0;*/
	background-color: #000;
	color: #e9b024;
	padding: 15px;
	font-family: Arial, sans-serif;
	font-style: italic;
	letter-spacing: 0.15em;
	margin: 0;
}


div#PageHeader h2
{
	margin: 8px 0 0 0;
}


/* Primary Content */


div.PrimaryContent
{
	/*border-left: 2px dashed #ddd;
	border-right: 2px dashed #ddd;
	width: 850px;*/
	margin: auto;
}


/* Forms */


form
{
	border: 1px solid #ddd;
	padding: 18px;
	/*width: 600px;*/
	margin: 24px 0;
}


form.Payment
{
	border: none;
	padding: 0;
	margin: 24px 0;
}


form.Payment input
{
	margin: 0;
}


form div.Header
{
	/*border: 1px dashed blue;*/
	text-align: right;
	margin-bottom: 10px;
}


form fieldset
{
	border: 1px solid #999;
	padding: 12px;
	margin: 0;
}


form fieldset legend
{
	/*border-top: 1px dashed #f00;
	line-height: 100%;
	padding: 0 4px;*/
	margin: 0;
}


form fieldset + fieldset
{
	margin-top: 15px;
}


form fieldset legend
{
	/*border: 1px dashed green;
	width: 500px;*/ /* The width seems to be ignored here. */
}


form fieldset div
{
	padding: 3px 8px;
}


form fieldset div span
{
	/* border: 1px dashed #333; */
	/* padding: 0; */
	width: 250px;
	float: left;
}


form fieldset div + div
{
	margin-top: 1px;
}


form fieldset div.EvenRow
{
	background-color: #ddd;
	color: #000;
}


form fieldset div.OddRow
{
	background-color: #eee;
	color: #000;
}


form fieldset div label
{
	/* border: 1px dashed blue; */
	width: 250px; /* The width is ignored here if the label is inline and unfloated. */
	display: block;
	float: left;
}


form fieldset div input
{
	margin-left: auto;
	/* float: right; */
}


form div.Footer
{
	/*border: 1px dashed blue;*/
	text-align: right;
	margin-top: 10px;
}


label.Disabled
{
	background-color: transparent;
	color: #999;
}


label.Secondary
{
	float: none;
	display: inline;
	margin-left: 12px;
}


/* Forms - Solo Elements */


form > div.Solo
{
	border: 1px solid #999;
	padding: 8px 18px;
}


form > div.EvenRow
{
	background-color: #ddd;
	color: #000;
}


form > div.OddRow
{
	background-color: #eee;
	color: #000;
}


form > fieldset + div.Solo
{
	margin-top: 20px;
}


form > div.Solo + fieldset
{
	margin-top: 15px;
}


form > div.Solo > label
{
	/* border: 1px dashed blue; */
	width: 252px; /* The width is ignored here if the label is inline and unfloated. */
	display: block;
	float: left;
}


form > div > span
{
	/* border: 1px dashed #333; */
	/* padding: 0; */
	width: 250px;
	float: left;
}


/* Primary Content - Error Messages */


div.PrimaryContent div.ErrorMessage
{
	border: 2px solid #f00;
	background-color: #f99;
	color: #000;
	padding: 8px;
	margin: 12px 0;
}


div.PrimaryContent div.ErrorMessage h2:first-child
{
	margin-top: 0;
}



/* Primary Content - Headings */


div.PrimaryContent h3
{
}


div.PrimaryContent h3 > a
{
	margin: 0;
}


div.PrimaryContent h3 > a > img.Icon
{
	border: none;
	margin: 0;
}


div.PrimaryContent h3 > img.Icon
{
	border: none;
	margin: 0;
}


/* Tables */


table tbody tr th
{
	text-align: right;
	width: 8em;
}


table tbody tr td em.Null, table tbody tr td em.BlobData
{
	background-color: inherit;
	color: #ccc;
}


table td.Actions img.Icon
{
	border: none;
	display: block;
	float: left;
	margin: 0;
}


table td.Actions img.Icon + img.Icon, table td.Actions a + img.Icon /* The latter selector is temporary. */
{
	margin-left: 2px;
}


/* Tables - Receipts */


table.ReceiptTable
{
	border-collapse: collapse
}


table.ReceiptTable thead th, table.ReceiptTable tbody th
{
	width: 150px;
	text-align: right;
	vertical-align: top;
	padding: 3px 6px
}


table.ReceiptTable th.SectionHeading
{
	background-color: #ccc;
	color: inherit;
	text-align: left
}


table.ReceiptTable th.SectionSubheading
{
	background-color: #ddd;
	color: inherit;
	text-align: left
}


/* Navigation Bar */


div.NavigationBar
{
	width: 750px;
	height: 16px;
	margin: 12px auto;
}


div.NavigationBar > a > img.Icon
{
	border: none;
	display: block;
	float: left;
	margin: 0 0 0 2px;
}


div.NavigationBar > a:first-child > img.Icon
{
	margin-left: 0;
}


/* User Bar */


div.UserBar
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	color: #000;
	padding: 5px 10px;
	width: 730px;
	margin: 24px auto;
	position: relative;
}


div.UserBar p
{
	margin: 0;
}


div.UserBar a img.Icon
{
	border: none;
	display: block;
	position: absolute;
	right: 10px;
	top: 6px;
}


/* Page Footer */


div#PageFooter
{
	width: 750px;
	margin: 24px auto 0 auto;
}

		div#Options
		{
			width: 534px;
			height: 257px;
			margin: 48px auto 24px auto
		}

		div#Options > a
		{
			display: block
		}

		div#Options > a > img
		{
			border: none;
			display: block;
			float: right
		}

		div#Options > a:first-child > img
		{
			float: left
		}

		img.Centered
		{
			display: block;
			padding: 0;
			margin: 12px auto
		}

.h_mnu_01{	
	font-family: Times, Times New Roman, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: right;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 330px;
	background: #000000;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.h_mnu_01 ul li a:visited{
color: #FFFFFF;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #FFFFFF !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #D5CC2F;
}

.featuredTop{	
	font-family: Times, Times New Roman, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	color:gold;
}

.featuredBottom{	
	font-family: Times, Times New Roman, serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	color:gold;
}
