 BODY { 
FONT-SIZE: 9pt;
font-weight: normal;
MARGIN-LEFT: 0px;
MARGIN-RIGHT: 0px;
MARGIN-BOTTOM: 0px; 
COLOR: #333801; 
font-family: Arial, Verdana, sans-serif; 
background: #FFFFFF;
 } 
 
  /* THIS BEGINS THE  FLYOUT MENU CODE*/
#menu {
width: 121px; /* this sets the color of the menu background, and doesn't appear to be visible unless the menu is displaying improperly */
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin: 0;
	padding-left: 3px;
	height: 24px;
	line-height: 16px;
	padding-top: 4px;

}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
	color: #5b0f01;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b38b35;
}

#menu a:hover {
	color: #000000;
	background-color: #E2CEA0;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {  /* this  part regulates the widtth and position of the flyout menu */
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width of the flyout - based on the containing block */
	background-color: #FCE892;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b38b35;
}



div#menu ul ul ul,   /* this affects whether or not the flyout will appear when not rolled over - thus NONE for the display property*/
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*  THIS ENDS THE FLYOUT MENU CODE */

p  { 
FONT-SIZE: 9pt;
font-weight: normal;
MARGIN-LEFT: 0px;
MARGIN-RIGHT: 0px;
MARGIN-BOTTOM: 0px; 
COLOR: #333801; 
font-family: Arial, Verdana, sans-serif; }

.black9pt  { FONT-WEIGHT: normal; 
FONT-SIZE: 9pt;
MARGIN-LEFT: 0px;
MARGIN-RIGHT: 0px;
MARGIN-BOTTOM: 0px; 
COLOR: #000000; 
font-family: Arial, Verdana, sans-serif; }

.gray8pt  { FONT-WEIGHT: normal; 
FONT-SIZE: 8pt;
COLOR: #666666; 
font-family: Arial, Verdana, sans-serif; }

.burgundybold10pt  { FONT-WEIGHT: bold; 
FONT-SIZE: 10pt;
MARGIN-LEFT: 0px;
MARGIN-RIGHT: 0px;
MARGIN-BOTTOM: 0px; 
COLOR: #990033; 
font-family: Arial, Verdana, sans-serif; }

.boldgold10pt {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990033;
}

.boldblack10pt {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.boldgold12pt {font-family: Arial, Verdana, sans-serif;
 	font-size: 12pt;
	font-weight: bold;
  	color: #990033; 
	}
	
	/*was cf9834*/

.boldgreen12pt {font-family: Arial, Verdana, sans-serif;
 	font-size: 12pt;
	font-weight: bold;
  	color: #009900; 
	}
	
a:link {
	color: #000000;
	FONT-SIZE: 9pt;
	text-decoration: underline;
	MARGIN-BOTTOM: 6px;
}

a:visited {
	color: #000000;
	FONT-SIZE: 9pt;
	text-decoration: underline;
	MARGIN-BOTTOM: 6px;
}

a:hover {
	color: red;
	FONT-SIZE: 9pt;
	text-decoration: underline;
	MARGIN-BOTTOM: 6px;
}

.floatleft {
	float: left;
	margin: 11px;
}

.floatright { float: right;
	margin: 11px; }
	
.gold_borders {
	border: 1px solid #7B632C;
}
.bold {
	font-weight: bold;
}
.line_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DAC28A;
}
.cel_header { background-color: #000000; }

.cel_header_bg {

	height: 18px;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
}

.cel_footer_bg {

	height: 18px;
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
}
