BODY		{
		margin: 0;
		padding: 0;
		border: #1E1E1E 0px solid;
		background-color: #999999;
		}

a:link		{ color: #D45901; text-decoration: none; }
a:visited	{ color: #D45901; text-decoration: none; }
a:active	{ color: #D45901; text-decoration: none; }
a:hover		{ color: #FAB701; text-decoration: none; }

.pageheight	   { height: 600px; }

TABLE 		{ COLOR: #333333; FONT: 11px verdana, arial, sans-serif; font-weight: bold; }
.title 		{ COLOR: #CD0000; FONT: 18px verdana, arial, sans-serif; font-weight: bold; font-style: italic; letter-spacing: 2px; }
.subtitle 	{ COLOR: #CD0000; FONT: 13px verdana, arial, sans-serif; font-weight: bold; letter-spacing: 2px; }
.emphasis	{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: bold;  font-style: italic; }
.phonetitle 	{ color: #000000; font: 11px verdana, arial, sans-serif; font-weight: bold; }
.boldgrey 	{ color: #000000; font: 12px verdana, arial, sans-serif; font-weight: bold; }
.boldwhite 	{ color: #FFFFFF; font: 12px verdana, arial, sans-serif; font-weight: bold; }

.borders	{ border: #FFFFFF 0px solid; }

a.footerlink:link	{ color: #1E1E1E; text-decoration: none }
a.footerlink:visited	{ color: #1E1E1E; text-decoration: none }
a.footerlink:active	{ color: #99CCFF; text-decoration: none }
a.footerlink:hover	{ color: #666666; text-decoration: none }

.footertext 		{ COLOR: #FFFFFF; FONT: 10px arial, verdana, sans-serif; font-weight: bold }

.linksmargin	{ margin: 0px 0px 10px 0px; }

.menutable 	{ background-image: url("picts/background-menu.gif");
		height: 20px;
		border-collapse: collapse; }

.menu		{ font-family: verdana, arial, helvetica, sans-serif;
		  font-size: 10px;
		  letter-spacing: 1.5px;
		  height: 18px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 5px;
		  padding-right: 5px;
		  cursor:pointer;
		  font-weight: bold;
		  text-align: center;
		  line-height: 13px;
		  display: block;
		  white-space: nowrap;
		  border: #999999 0px solid; }

a.menu:link 	{ background-color:#331D18;
		  color: #FFFFFF;}

a.menu:visited 	{ background-color:#331D18;
		  color: #FFFFFF; }

a.menu:active 	{  background-color:#331D18;
		   color: #34322C; }

a.menu:hover 	{  background-color:#434039;
		   color: #F0F0F0; }
		   
.menutable 		{ height: 25px;
		border-collapse: collapse; }
		
.menu		{ font-family: arial narrow, arial, helvetica, sans-serif;
		  font-size: 13px;
		  letter-spacing: 1.5px;
		  height: 25px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 5px;
		  padding-right: 5px;
		  cursor:pointer;
		  font-weight: bold;
		  text-align: center;
		  line-height: 25px;
		  display: block;
		  white-space: nowrap;
		  border: #999999 0px solid; }

/* CODE FOR MENU 2ND OUTER TABLE */

#menunav, #menunav ul 	{
			float: left;
			white-space: nowrap;
			width: 100%;
			list-style: none;
			padding: 0px;
			border: none;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			margin: 0px 0px 0px 0px;
			}

/* TOP LEVEL MARGINS, FONT FACE & FONT COLORS & PADDING */

#menunav a 		{ font-family: arial narrow, arial, helvetica, sans-serif;
		  font-size: 13px;
		  letter-spacing: 1.5px;
		  height: 25px;
		  padding-top: 0px;
		  padding-bottom: 0px;
		  padding-left: 5px;
		  padding-right: 5px;
		  cursor:pointer;
		  font-weight: bold;
		  text-align: center;
		  line-height: 25px;
		  display: block;
		  white-space: nowrap;
		  color: #574736;
		  border: #999999 0px solid; }

/* TOP LEVEL BACKROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */

#menunav li 		{
			background-color: #FAB701;
			border: solid #FAB701;
			border-width: 1px 1px 1px 1px;
			float: left;
			padding: 0;
			}

/* TOP LEVEL HOVER FONT COLOR */

#menunav li a:hover	{
			color: #F0F0F0;
			text-decoration: none;
			cursor: pointer;
			}

/* TOP LEVEL HOVER BACKGROUND COLOR AND BORDERS - EDIT MENU IMAGES ALSO */

#menunav li:hover, #menunav li.IEMhover
			{
			background-color: #434039;
			border: solid #000000;
			border-width: 0px 1px 0px 0px;	/* THIS IS A RIGHT BORDER */
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

/* SUB LEVEL FONT & FONT COLOR & PADDING */

#menunav li ul a 	{
			font: 11px verdana, arial, sans-serif;
			color: #21423D;
			font-weight: normal;
			text-decoration: none;
			text-align: left;
			padding: 4px 0px 4px 0px;
			text-indent: 8px;
			cursor: pointer;
			}

/* SUB LEVEL FONT HOVER COLOR */

#menunav li ul a:hover 	{
			background-image: none;
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			}

/* SUB LEVEL OUTER BORDER */

#menunav li ul 		{
			position: absolute;
			left: -999em;
			height: 20px;
			width: 180px;
			border: solid #000000;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			margin: 0;
			}

/* SUB LEVEL BACKGROUND COLOR & BORDER OPTION FOR EACH LINK */

#menunav li ul li 	{
			background-image: none;
			background-color: #E6E6E6;
			height: 20px;
			border: solid #C0C0C0;
			border-width: 1px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

/* SUB LEVEL HOVER BACKGROUND AND BORDERS */

#menunav li ul li:hover, #menunav li ul li.IEMhover
			{
			background-image: none;
			background-color: #DCD7CA;
			border: solid #C0C0C0;
			border-width: 1px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

/* SUB MENU WIDTH - ALSO EDIT TWO BELOW AND ONE ABOVE TO MATCH */

#menunav li li {
	padding-right: 0px;
			height: 20px;
			width: 180px;
}

/* SUB MENU LINK WIDTH */

#menunav li ul a {
			height: 20px;
			width: 180px;
}

/* FOR 3rd LEVEL MENU LOCATION */

#menunav li ul ul {
	margin: -21px 0px 0px 180px;
}

#menunav li:hover ul ul, #menunav li:hover ul ul ul, #menunav li.IEMhover ul ul, #menunav li.IEMhover ul ul ul
{ left: -999em; }

#menunav li:hover ul, #menunav li li:hover ul, #menunav li li li:hover ul, #menunav li.IEMhover ul, #menunav li li.IEMhover ul, #menunav li li li.IEMhover ul
{ left: auto; }

/* FOR 3rd LEVEL ARROW */

#menunav a.parent {
	background: url(../picts/menu-arrow.gif) center right no-repeat;
}



