body
{
	background-color: black;
	color: white;
	margin: 0px auto;
	text-align: center;
	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.indexcontent
{
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url("../newimages/bg_main.jpg");
    width: 790px;
	height: 600px;
	padding: 5px;
	border: 2px solid #666666;
	text-align: left;
}
span.pagetitles
{
	color: white;
	font-weight: bold;
	font-size: 20px;
}
div.footer
{
    width: 790px;
	height: 50px;
	padding: 5px;
	border: 2px solid #666666;
}
/*----------------------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------------------- */
/*- Menu Tabs H--------------------------- */
/*----------------------------------------------------------------------------------------------- */
    #tabsH {
      width:790px;
      background:#000;
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {
	margin:0;
	padding: 10px 10px 0 47px;
	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--------------------------- */
/*----------------------------------------------------------------------------------------------- */
/*- Page URLS--------------------------- */
a.index:link {
	color:#FF9966;
	text-decoration: none;
	font-weight: bold;
}
a.index:visited {
	text-decoration: none;
	color:#FF9966;
	font-weight: bold;
}
a.index:hover {
	text-decoration: underline;
	color: #0066FF;
	font-weight: bold;
}
a.index:active {
	text-decoration: none;
	color: #FF9966;
	font-weight: bold;
}
/*- END Page URLS--------------------------- */
/*----------------------------------------------------------------------------------------------- */
