/* BEGIN General page properties */


body,td,th {
	font-family: trebuchet, trebuchet ms, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000099;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #000099;
	text-decoration: underline;
}

.h1 {
	color: #000099;
	font-size: 26px;
	font-weight: bold;
}
.h2 {
	color: #000099;
	font-size: 20px;
	font-weight: bold;
}
.h3 {font-size: 17px; font-weight: bold; }
.h4 {
	color: #000099;
	font-size: 16px;
}
.white {color: #FFFFFF}
.blue {color: #000099}


/* END General page properties */







/* BEGIN Dropdown menu properties */



/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	margin: 0;
	padding: 0px;
	width: 73px;
	list-style: none;
	border: 0px solid #654;
}




/* THIS BLOCK HERE controls the dropdown size and position  */
.menulist ul {
width: 170px;
	display: none;
	position: absolute;
	top: 300;
	margin-top: 1px;
	left: 30px;
	border: 0px solid #9A9961;
	background-color:#fde138
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
 border: 0px solid #654;
}

/* Links inside the menu */
.menulist li a {
	display: block;
	padding: 0;
	text-decoration: none;
	margin: 0;
	border: 0;
}
/* HACKS: MSIE6 doesn't support transparent borders, mimic with margins */
* html .menulist li a {
 border-width: 0;
 margin: 1px;
 
}
.menulist a.highlighted {
	color: #FFF;
	border: 0;
	margin: 0;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
  display:none;
}



.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #ff0000;
	margin: 0;

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
	background-color: #9A9961; 
	background-color: #9A9961;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */
.UINN table {
	border: 1px 1 #9A9961;
}
#flashContent {
	width:100%;
	height:100%;
	z-index: 100;
}
#underFlash {
	z-index: 90;
}
