
body {
	color : yellow;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background: #000000 URL('bg5.jpg') fixed;
	margin-top: 0px;
	margin-bottom: 0px;
	}

p {
	color : black;
	font-size : 12pt;
	font-family : Arial
	}

h1 {
	color : #3399FF;
	font-size : 12pt;
	font-family : Arial;
	text-indent: 6px;
	vertical-align: center
	}

h3 {
	color : white;
	font-size : 10pt;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	text-indent: 6px
	}

.style4 {
	background-color: #111111
	}
	
A:link {
	color: white
	}
A:visited {
	color: white
	}

/*
INDEX PAGE
*/

#main_page table#Main_box {
	width: 640px;
	border: 3px ridge white;
		}

#Main_box TD.info_left {
	background: #000;
	width: 225px;
	text-indent: 6px;
	padding: 1em;
	}

#Main_box TD.info_right {
	background: #FFF;
	padding: 1em;
	}

#main_page h1 {
	color : white;
	font-size : 12pt;
	font-family : Arial;
	text-indent: 4px;
	line-height : 1em;
	vertical-align: center;
		}

#main_page h2 {
	font-family : Arial narrow;
	font-size : 10pt;
	line-height : .05em;
	text-indent: 4px;
	vertical-align: center;
		}

#main_page h6 {
	font-family : Arial narrow;
	font-size : 8pt;
	line-height : 1em;
	vertical-align: center;
		}

#main_page A:link {
	color: yellow;
	font-size: 10pt;
	}

#main_page A:visited {
	color: yellow;
	font-size: 10pt;
	}



/* ----- Required ----------------------------------------------------------- */

div.vert_menu
{
  position: absolute;
  visibility: hidden;
  display: none;
}

div.horz_menu a { display: block; float: left; }
div.vert_menu a { display: block; float: none; }


/* ----- Sample 1 ----------------------------------------------------------- */

div.sample1 div.vert_menu { border-bottom: 1px solid black; }

div.sample1 div.horz_menu a,
div.sample1 div.vert_menu a
{
  border:  1px solid black;
  padding: 1px 0px 1px 0px;

  width: 106px;

  background: #FFFFDD;

  text-decoration: none;
  font-family: "Times New Roman", Serif;
  font-weight: 900;
  font-size: 13px;
  color: #008000;
}

div.sample1 div.horz_menu a { margin-right:  -1px; }
div.sample1 div.vert_menu a { margin-bottom: -1px; }

div.sample1 div.horz_menu a:hover,
div.sample1 div.vert_menu a:hover,
div.sample1 div.horz_menu a.active,
div.sample1 div.vert_menu a.active { background: #FFFFEE; }


/* ----- Sample 2 ----------------------------------------------------------- */

div.sample2 div.vert_menu { border-bottom: 1px solid black; }

div.sample2 div.horz_menu a,
div.sample2 div.vert_menu a
{
  border: 1px solid black;

  width: 106px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;

  background: url('dhtml-menu.png') 0px 40px;

  text-decoration: none;
  font-family: "Times New Roman", Serif;
  font-weight: 900;
  font-size: 13px;
  color: #206040;
}

div.sample2 div.horz_menu a { margin-right:  -1px; }
div.sample2 div.vert_menu a { margin-bottom: -1px; }

div.sample2 div.horz_menu a:hover,
div.sample2 div.vert_menu a:hover
{
  color: #206060;
  background-position: 0px 20px;
}

div.sample2 div.horz_menu a.parent,
div.sample2 div.vert_menu a.parent
{
  background-position: 0px 0px;
}

div.sample2 div.horz_menu a.active,
div.sample2 div.vert_menu a.active,
div.sample2 div.horz_menu a.active:hover,
div.sample2 div.vert_menu a.active:hover
{
  color: #206060;
  background-position: 0px 60px;
}
