a	{
	display: inline;
	}

a:active { 
	color: #0000FF
	font-weight:bold;
	}

a.anchor	{
	postition: relative;
	margin-top: -50px;
	}

a:hover {
	cursor: crosshair;
	color: #FF00FF
	font-weight:bold;
	background-color: lightslategray;
	text-decoration: underline overline;
	}

a:link {
	color: #FF0000
	font-weight:bold;
	text-decoration: none
	}

a:visited { 
	color: #00FF00
	font-weight:bold;
	text-decoration: none
	}

.adwrap {
	float:left;
	margin:1em 10px 0 0;
	}

.adwrap, .adwrap iframe {
	width:120px;
	height:250px;
	}
	
body {
	
	}
	
body 	{
	behavior: url(file:///H|/!!Union/csshover.htc);
	background: #f0ffff; /* azure */ 
	width: 900px
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
	height: 100%;
	margin:0;
	padding:0;
	font-family : "Trebuchet MS", Georgia, Verdana, serif;	
	font-size:100%;
	}

body>div#footerwrap {
	position:fixed;
	}
	
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
	}
	
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
	}
	
/*
#box	{ 
	display: inline;
	text-align: justify;
	text-indent: 25px;
	width: 80%;
	margin-top: -20;
	margin-bottom: -10;	border: 1px;
	margin-left: auto;
	margin-right: auto;	
	background: #f0ffff; /*azure
	padding-top: 5px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 5px;
	border-color: #ff0000; /*red
	}
*/
#container	{
	margin; 0;
	padding: 0;
	width: 100%;
	height: 100%;
	}

div#content {
	padding:0 10px;
	margin-left: 100px;
	margin-right: 100px;
	background:#fff; /*white*/
	}
	
div#footer {
	position: fixed;
	height:100px;
	width:100%;
	margin:0 auto;
	bottom: 0px;
	}
	
div#footer a {
	color:#fff; /*white*/
	}
	
div#footer h2 {
	text-align:center;
	padding:0;
	margin:0;
	}
	
div #footer p {
	margin:0;
	padding:0;
	background:#f0e68c; /*khaki*/
	color:#0000ff; /*blue*/
	text-align:center;
	}
	
/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:100px;
	}
	
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top: 0px;
	left:0;
	height: 350px;
	}
	
div#middle {
	width: 100%;
	margin:0 auto;
	}
	
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding: 180px 0 0 0;
	margin-top: 60px;
	margin-left: 0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family: inherit;
	margin-left: 16px;
	padding-bottom: 90px;
	}
	
div#sidebar {
	position: fixed;
	left: 0px;
	width:100px;
	float:left;
}

div#middle, div#sidebar {
	background:#f5f5f5dc;
	}

div#sidebar h2 {
	padding-left:5px;
	}

h1 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size:4em;
	text-align:center;
	font-family: "Old English Text MT";
	color: blue;
	}
	
h2 {
	font-size:1.2em;
	text-align:center;
	padding-top:1em;
	margin-top:0;
	}
	
h3	{
	font-size: 1em;
	text-align:center;
	padding-top:1em;
	margin-top:0;
	font-family: "Verdana";
	color: #dc143c; /*crimson*/
	font-weight: bold;
	}

h4 {
	font-size:1em;
	font-family: Archibald;
	text-align:center;
	margin-top:0;
	color: red;
	}
	
#header {
	position: fixed;
	vertical-align: top;
	height: 250px;
	width:100%;
	background: #EBCDC0; /*almond*/
	}
	
Hr	{
  	border: 0;
  	width: 40%;
	height: 5px;
	color: green;
	background-color: green;
	text-align: center;
	}

* html .sidebarmenu ul li { 
	float: left;
	 height: 1%; 
	 }
	 
* html .sidebarmenu ul li a 
	{ 
	height: 1%;
	}
	
/* common styling */
.menu 	{
	position:relative; 
	width: 900px;
	height:200px; 
	text-align: center;
	font-family: Verdana, Tahoma, "Trebuchet MS", "Lucida ans Unicode", arial, sans-serif; 
	font-size:11px; 
	z-index:100;
	}
	
.menu ul li a, 
.menu ul li a:visited 	{
	display:block; 
	text-decoration:none; 
	color:#000;
	width:150px; 
	height:40px; 
	text-align:center; 
	color:#fff; 
	border:1px solid #fff; 
	background:#710069; 
	line-height:20px; 
	font-size:11px; 
	overflow:hidden;
	}
	
.menu ul {
	padding:0; 
	margin:0; 
	list-style: 
	none;
	}
	
.menu ul li {
	float:left; 
	position:relative;
	}
	
.menu ul li ul {
	display: none;
	}

/* specific to non IE browsers */
.menu ul li:hover a 	{
	color:#fff; /* white */
	background:#36f;
	}
	
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:21px; 
	left:0; 
	width:105px;
	}
	
.menu ul li:hover ul li a.hide {
	background:#6a3; 
	color:#fff;
	}
	
.menu ul li:hover ul li:hover a.hide {
	background:#6fc; 
	color:#000;
	}
	
.menu ul li:hover ul li ul {
	display: none;
	}
	
.menu ul li:hover ul li a {
	display:block; 
	background:#ddd; 
	color:#000;
	}
	
.menu ul li:hover ul li a:hover {
	background:#6fc; 
	color:#000;
	}
	
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
	}
	
.menu ul li:hover ul li:hover ul.left {
	left:-105px;
	}
	
p 	{
	margin-bottom:0;
	font-size:0.9em;
	line-height:1.4em;
	font-family: arial, verdana, sans;
	text-align: justify;
	text-indent: 25px;
	}
	
p.dvdr		{
	text-align: center;
	background-image:url('<img src="Images/BarToP.jpg" alt="Divider Line" />');
	}
	
p.le		{
	text-align: justify;
	margin-top: -12px;
	margin-left: 200px;
	margin-right: 200px;
	text-family: "Berlin Sans FB";
	font-style: normal; 
	font-weight: normal; 
	font-size: 12pt;
	background: white;
	color: #0000FF; /* blue */
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}

p.narrow 	{
	padding-left: 150px;
	padding-right: 150px;
	margin-bottom:0;
	font-size:1em;
	line-height:1.4em;
	width: 80%;
	text-align: justify;
	}
	
pre {
	font-size:0.9em;
	line-height:1.4em;
	}
	
#sddm	{	
	text-align: center;
	margin-top: -65px;
	margin-left: 300px;
	padding: 0;
	z-index: 30}

#sddm li	{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a		{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover	{	
	background: #49A3FF
	}

#sddm div	{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

#sddm div a	{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial
	}

#sddm div a:hover	{
	background: #49A3FF;
	color: #FFF
	}
		
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 11px Arial;
width: 100px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #012D58; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

.space {
	white-space: nowrap;
     }

.title	{
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	/*line-height: 100%;*/
	font-family: "Broadway"; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 16pt;
	color: #0000FF; /* blue */
 	text-align: center;
	}

ul{
	list-style-type: none;
	padding: 0;
	margin-top: -30;
	margin-left: 0;
	font-weight: bold;
	}

ul.SimpleMenu2 {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	}

ul.SimpleMenu2 li {
	text-align: center;
	background-color: #fffff0; /*ivory*/
	border-style: outset;
	border-width: 1px
}

ul.SimpleMenu2 li a {
  display: block;
  width: 8em;
  text-decoration: none
}

ul.SimpleMenu2 li a:hover {
  background-color: #dda0dd; /*plum*/
}

	
