/* default page structure */

body {
  	color: #000000; 
	font-size: 12px;
  	font-family: Verdana, Arial, sans-serif;
	background-color: #BBBBBB; // ------------------------------ page background here
   	xline-height: 1.1;
	behavior: url(../includes/csshover.htc); /* WinIE behavior call  (fo CSS menus */
	width: 790;
	}

/* supposed to center page, does not work in IE */
#main {
	/*
	position: absolute;
	margin-top: 10px;
	margin-left: 0px;
	left: -38px;
	top: 15px;
	*/
	margin: 0 auto;
	}

#contents {
	margin: 25px 50 25 30;
	}
	
#subcontents {
	margin: -15px 25 0 0;
	}

#subcontents p {
	line-spacing:	.5em;
	}
	
td, tr, table, b {
	font-size: 1.0em;
	}
	
.heading {
	font-size: 2.0em;
	color: #8C5900;
	}
	
.subheading {
	font-size: 1.1em;
	color: #8C5900;
	}
	
#footer {
	background: #BBBBBB;
  	margin: 0; 
	clear: left;
	font-size: 10px;
	color: #FFFFFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
xxxhtml>xxxbody xxx#xxxnav xxxa {width: auto;}    /* fixes IE6 hack */

h1 	{
  	padding: 1em 1em 0; 
	margin: 0;
   font-style: normal;
   font-size: 2.0em;
	text-align: right;
   line-height: .5;
	}

ul      {
	padding-left: 10px;
	margin: 5px;
	}

hr 	{ color: #000000; height : 1px; }
a 	{color: black; }

/* custom attributes */

.border {
	border-width: 1px; 
	border-style: solid; 
	border-color: #000000;
	}

.error_message {
	color: RED;
	font-size: 1.2em;
	font-style: bold;
	text-align: center;
	}

#padded_paragraph {
	border-width: 5px; 
	padding: 5px;
	border-style: solid; 
	border-color: #FFFFFF;
	}

.gap {
	border-width: 1px; 
	border-style: solid; 
	border-color: #FFFFFF;
	}

.altrow1 {
	border: 1px solid #000000;
	border-color: #000000;
	background-color: #eeeeee;
	font-size: 1.1em;
	line-height: 1.2;
	height: 25;
	}

.altrow2 {
	border: 1px solid #000000;
	border-color: #000000;
	background-color: #6546fd;
	background-color: #dddddd;
	color: #FFFFFF;
	color: #000000;
	line-height: 1.2;
	font-size: 1.1em;
	height: 25;
	}

#sitemap {
	margin: 25px 50 25 50;
	}
	
/* ################################## MAIN-MENU ################################ */

div#MainMenu {
	float: left; 
	xfloat: center;							/* center will cause the bgcolor to disappear */
	margin: 0 0 0 0 ;						/* control toplevel margin/placement of menu/buttons */
	background: #996633; 					/* default toplevel menu background color */
		border: 1px solid #AAA;
	border: none;							/* controls gray/other border of toplevel buttons
	align: center;
	color: blue;  							/* NO EFFECT */
	xwidth: 768px;							/* controls width of menu region */
	}
	
div#MainMenu li.submenu:hover {
	background: #C58442; 					/* toplevel menu hover  color in Firefox only */
	color: blue;  							/* NO EFFECT */
	xwidth: 23em;							/* wierds out menu */
	}
div#MainMenu ul {
	margin: 0; 
	padding: 0; 
	border: 1px solid #CCC; 
	border-width: 0 1px;
	border: 0 0 0 0;
	background: #996633; 					/* default sub level menu background color */
	color: blue;							/* NO EFFECT */
	xwidth: 768px;							/* controls width of menu region */																				
	}
	
div#MainMenu li {
	position: relative; 
	list-style: none; 
	margin: 0;
	float: left; 
	width: 12em; 											
	xwidth: 10em; 
	xwidth: 19em;							/* width of toplevel menu item in IE & Firefox */
	line-height: 1em;
	background: #996633; 					/* default sub level menu background color - extraneous*/
	color: blue;  							/* NO EFFECT */
	}
div#MainMenu li:hover {
	background: #C58442; 					/* sub level menu hover color IE only */
	color: blue;  							/* NO EFFECT */
	xwidth: 19em; 							/* wierds out (doubleheight) the top level menu */
	}
div#MainMenu li.submenu {
	background: url(proj06/dropmenu.gif) 95% 50% no-repeat;
	color: blue;  							/* NO EFFECT */
	xwidth: 23em;							/* widens toplevel menu both ie & firefox */
	}
div#MainMenu li a {
	display: block; 
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none; 
	xwidth: 6.5em;
	xwidth: 11.0em;							/* this will cause an override to menu width, affecting 
												word wrap of IE menu */										
	color: #FFFFFF;							/* controls background text of main & sub menus in IE only */
	}
div#MainMenu>ul a {
	width: auto;
	width: 23em;							/* this will cause the second level text to extend right off menu */
	width: 12em;
	width: 12em;
	color: #FFFFFF;							/* controls background text of main & sub menus in Firefox */
	}
div#MainMenu ul ul {
	position: absolute; 
	width: 11em;							/* Main level width for ... */
	width: 23em;							/* This will extend right the second level background block */
	width: 12em;
	width: 12em;
	display: none;
	color: blue; 							/* NO EFFECT */
	border-left: 1px solid #CCC;			/* gives left border to pull down menus */
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
div#MainMenu ul ul li {
	border-bottom: 1px solid #000;
	width: 23em; 							/* makes the underlines of menu extend and work for firefox */
	width: 12em;
	color: blue;  							/* NO EFFECT */
	}
div#MainMenu li.submenu li.submenu {
	background: url(proj06/submenu.gif) 95% 50% no-repeat;
	color: blue;  							/* NO EFFECT */
	xwidth: 6px;							/* NO EFFECT */
	}
div#MainMenu li.submenu li.submenu:hover {
	background-color: #81C002;				/* NO EFFECT */
	color: blue;  							/* NO EFFECT */
	}
div#MainMenu li.submenu li.submenu:hover {
	background-color: #81C002;
	background-color: #C58442; 				/* controls ie background sub menu menu color */
	color: blue; 							/* NO EFFECT */
	xwidth: 39em;							/* will cause additional extension of 2nd level to display */
	xdisplay: block; 
	}
xdiv#xMainMenu ul.level1 li.submenu:hover ul.level2, div#MainMenu ul.level2 
	li.submenu:hover ul.rollover, div#MainMenu ul.level2 li.submenu:hover ul.level3rollover {
	display:block;
	}
	
div#MainMenu ul.level1 li.submenu:hover 
	ul.level2, div#MainMenu ul.level2 
	li.submenu:hover ul.rollover, 
	div#MainMenu ul.level2 li.submenu:hover ul.level3 {
	display:block;
	}
div#MainMenu ul.level2 {
	top: 1.5em;								/* start coordinate of 2nd level; greater will cause deattach */
	left: -1px;								/* start coordinate of 2nd level menu */
	}

div#MainMenu ul.level2 {
	top: 1.5em;								/* start coordinate of 2nd level; greater will cause deattach */
	left: -1px;								/* start coordinate of 2nd level menu */
	}
	
div#MainMenu ul.level3 {
	top: 1.5em;								/* start coordinate of 2nd level; greater will cause deattach */
	left: -1px;								/* start coordinate of 2nd level menu */
	top: 0em;								/* start coordinate of 2nd level; greater will cause deattach */
	left: 12.0em;
	}

div#MainMenu ul.rollover {
	top: 0px; 
	left: -1px;
	}
	
// ###########################################################################


div#show_details {
	float: left;
	padding: 2px;
	width: 15em;
  	background: #D1FD7B;
  	background: #996633; // NOEFFECT
	color: #000000;
	}

div#show_details ul {
	margin: 0;
	margin-left: -0px;
	padding: 0;
	width: 15em;
	border: 1px solid #000000;
	background: #568100;
  	background: #996633; // NOEFFECT
  	color: #FFFFFF;
	}

div#show_details li {
	position: relative;
	list-style: none;
	margin: 1px;
	background: none;
// removes the default list background image
	background: #568100;
	background: #996633;
// NOEFFECT
  	color: #FFFFFF;
	text-indent: .5in;
	}

div#show_details ul ul {
	position: absolute;
	top:-2px;
	left: 15.1em;
	display: none;
	width: 18em;
	}

div#show_details li.submenu {
	background: #568100;
  	background: #996633; // NOEFFECT
	color: #FFFFFF;
	}

div#show_details li.submenu:hover {
  background: #D1FD7B;
	color: #000000;
	}

div#show_details ul.level1 li.submenu:hover ul.level2 {
	display: block;
	}
.style3 {
	font-size: 2em;
	font-weight: bold;
}
.style4 {
color: #660000
}
.style5 {
color: #0000FF
}
a:link {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}
h1 {
	font-size: 2em;
}
.smallwhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}
