body
{
	background-color: black;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px auto;
	text-align: center;
}
div.container
{
    width: 790px;
	height: 600px;
	margin: 0px auto;
}
div.header
{
    width: 790px;
	height: auto;
	text-align: left;
	padding-top: 5px;
	border-bottom: 2px solid #666666;
}
div.content
{
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url("../newimages/MAINBG.jpg");
    width: 790px;
	height: auto;
	padding: 5px;
	border: 2px solid #666666;
	text-align: left;
}
div.top
{
	width: 100%;
	height: 100px;
}
div.contentleft
{
	width: 175px;
	float: left;
}
div.contentright
{
	width: 575px;
	float: right;
}
div.footer
{
    width: 790px;
	height: 50px;
	padding: 5px;
	border: 2px solid #666666;
}
span.pagetitles
{
	color: #FF9966;
	font-variant:small-caps;
	font-weight: bold;
}
span.pagetitles1
{
	color: #CCCCCC;
	font-variant:small-caps;
}

span.subpagetitles
{
	color: #CCCCCC;
	font-variant:small-caps;
	font-weight: bold;
}
span.subtickets
{
	color: white;
	font-size: 10px;
}
/*----------------------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------------------- */
/*- Menu Tabs H--------------------------- */
/*----------------------------------------------------------------------------------------------- */
    #tabsH {
      float:left;
      width:790px;
      background:#000;
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {
	margin:0;
	padding: 10px 10px 0 70px;
	list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("../newimages/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("../newimages/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }
/*- END Menu Tabs H--------------------------- */
/*----------------------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------------------- */
/*- Page URLS--------------------------- */
a:link {
	color:#FF9966;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FF9966;
	
}
a:hover {
	text-decoration: underline;
	color: #0066FF;

}
a:active {
	text-decoration: none;
	color: #FF9966;
}
/*- END Page URLS--------------------------- */
/*----------------------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------------------- */
/*********************************************************************************************************/
						/*--------------------- LEFT NAV--------------------------- */
/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		                                 /* position, size, and font of  menu */
	{	
	/*position:absolute;	
	top:19em;
	left:6em;
	z-index: 10;*/
	width: 140px;						          /* [1] width of menu item (i.e., box) */
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	border-bottom: 1px solid #555;		/* adds bottom border */
	white-space: nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: white;
	background-color: #333333;
	text-decoration: none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(../../styles/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				             /* all menus on mouse-over */
	{
	color: black;
	background-color: #CCCCCC;
	}
	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li
	{
	position:relative;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 140px;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin: 0;				               /* keeps the menu parts together */
	padding:0;
	width: 140px;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
/*********************************************************************************************************/
/*********************************************************************************************************/
