.Back {
	background-image: url(images/Back.jpg);
	background-repeat: repeat-x;
	background-color: #4C322A;
}
.pageBk {
	background-color: #EEE3CA;
	background-image: url(images/PageBK.jpg);
	background-repeat: repeat-x;
	border: 2px solid #CFA54F;
}
.leftline {
	background-image: url(images/Left_Line.gif);
	background-repeat: repeat-y;
}
.bottomline {
	background-image: url(images/Bottom_Line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #462E26;
	margin: 10px;
}
a:link {
	color: #462E26;
	text-decoration: underline;
}
a:visited {
	color: #462E26;
	text-decoration: underline;
}
a:hover {
	color: #780C0E;
	text-decoration: underline;
}
a:active {
	color: #780C0E;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #780C0E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7853F;
	margin-right: 10px;
	margin-left: 10px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #D7C08E;
	margin: 10px;
	text-align: center;
}
.footer a:link {
	color: #D7C08E;
	text-decoration: none;
}
.footer a:visited {
	color: #D7C08E;
	text-decoration: none;
}
.footer a:hover {
	color: #cfa64f;
	text-decoration: underline;
}
.footer a:active {
	color: #cfa64f;
}
.text-tables {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #462E26;
	margin: 0px;
	background-color: #eee3ca;
	border: 1px solid #cfa64f;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #462E26;
	margin: 0px;
}
.text-tables2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #462E26;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	background-position: left top;
}
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #780c0e;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #BD9039;
	border-bottom-color: #BD9039;
}
.text-tables3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #462E26;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	background-position: left top;
	border: 1px solid d7c08e;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #462E26;
	margin: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #780C0E;
	margin-right: 10px;
	margin-left: 10px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #780C0E;
	margin-right: 10px;
	margin-left: 10px;
}
/* main menu */
#menu{
	clear:both;
	text-transform:none;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1931a;
	font-family: "arial", georgia, times;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d1931a;
	position:relative;
	background-color: #790c0f;
	text-decoration: none;
}	


#menu ul {
 margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
	text-transform:none;
		z-index:300;
}
	
#menu ul li {
	margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;

	}
#menu ul li a {
	display:block;
	margin:0;
	padding:.6em .5em .4em;
	color: #cc9900;
	border-bottom:none;
	line-height:1em;
	text-decoration: none;
}	
	
#menu ul li a:hover {
	color:#cc9900;
	text-decoration:none;
	background-color: #000000;
	}
#menu ul li:hover a,
#menu ul li.hover a { /* This line is required for IE 6 and below */
   background-color: #000000; /* Top menu items background colour */
   color:#cc9900;
   border-bottom:none;
	text-decoration: none;
}	
	
#menu ul ul {
	position:absolute; 
	display:none; 
	top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:15em; /* width of the drop-down menus */
	z-index: 99999;
}

#menu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#menu ul ul li a,
#menu ul li.active li a,
#menu ul li:hover ul li a,
#menu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:.8em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background-color: #000000;
	color:#cc9900;
	line-height:1.4em; /* sub menu item horizontal lines */
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}	
#menu ul ul li a:hover,
#menu ul li.active ul li a:hover,
#menu ul li:hover ul li a:hover,
#menu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	color: #cc9900;
	background:#790c0f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}

/* Flip the last submenu so it stays within the page */
#menu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#menu ul li:hover ul,
#menu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
/*
#menu{
	text-transform:none;
	width:100%;
	display:block;
	float:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "arial", georgia, times;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	background-color: #790c0f;
	text-decoration: none;
}	


#menu ul {
	text-transform:none;
	position:relative;
	z-index:300;
	margin:0;
	padding:0;
	text-decoration: none;
	}
	
#menu ul li a {
	margin: 0;
	color: #d1931a;
	display:block;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	text-decoration: none;
	}
	
#menu ul li a:hover {
	color:#cc9900;
	text-decoration:none;
	background-color: #000000;
	}
	
#menu ul li {
	float:left;
	position:relative;
	list-style-type: none;
	padding:0;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
	text-decoration: none;
	}
	
#menu ul ul {
	position:absolute;
	display:none;
	width:16em;
	margin:0;
	padding:0;
	background:#790c0f;
	z-index: 99999;
	text-decoration: none;
}

#menu ul li ul {width:16em; padding:0;  display: none; position: absolute; z-index:999; text-decoration: none;}
#menu ul li ul li {padding:0;}
#menu ul li ul a {
	width:16em;
	height:auto;
	float:left;
	padding:4px 10px;
	height:auto;
	color:#d1931a;
	background-color: #790c0f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d1931a;
}
#menu ul li ul a:hover {
	color:#d1931a;
	height:auto;
	border:none;
	border-radius:none !important;
	background-color: #000000;
}
#menu ul ul ul {top:auto; padding:0;}
#menu ul li ul ul {left:12em; margin:0 0 0 0px; top:auto;}
#menu ul li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none; border:none; }
#menu ul li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}
*/
