html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #333333;
	background: #30313a;
	background-image: url(../IMAGES/BGRight.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

body /* Mozilla Firefox alignment */
{
	text-align: -moz-center;
}


.hidden {
	display: none;
}


#page-container {
	width: 907px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}


#header {
	height: 74px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#navbarleft {
	float: left;
	margin-top: 74px;
	width: 10px;
	height: 19px;
	background: url(../IMAGES/BlackTopLeft.jpg);
}
#navbar {
	float: left;
	height: 19px;
	width: 888px;
	margin-top: 74px;
	margin-left: 0px;
	background: url(../images/blackTop.jpg);
	background-repeat: repeat-x;

}


/*- Menu Tabs H--------------------------- */

    #tabsH {
      font-size:93%;
      line-height:normal;
      }
    #tabsH ul {
        margin:0;
        padding:0px 0px 0 10px;
        list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("../images/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 3px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("../images/tabrightH.gif") no-repeat right top;
      padding:3px 15px 1px 8px;
      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;
      }

        #tabsH #current a {
                background-position:0% -42px;
        }
        #tabsH #current a span {
                background-position:100% -42px;
        }

#navbarright {
	float: right;
	width: 9px;
	height: 18px;
	margin-top: 74px;
	background: url(../IMAGES/BlackTopRight.jpg);
}

#flash {
	margin-top: 19px;
	float: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
* html   #flash {
	margin-top: 19px;
	display: inline;
	float: none;
}
    /* End IE5-Mac hack */

#content {
	background-color: #E8E8E8;
}

.bl {background: url(../images/BLC.jpg) 0 100% no-repeat}
.br {background: url(../images/BRC.jpg) 100% 100% no-repeat}
.tl {background: url(../images/TLC.jpg) 0 0 no-repeat}
.tr {background: url(../images/TRC.jpg) 100% 0 no-repeat}

.t {background: url(../images/TD.jpg) 0 0 repeat-x}
.b {background: url(../images/BD.jpg) 0 100% repeat-x}
.l {background: url(../images/LD.jpg) 0 0 repeat-y}
.r {background: url(../images/RD.jpg) 100% 0 repeat-y}


#leftflash {
	float: left;
	width: 250px;
	margin-left: 10px;
	display: inline;
	margin-top: 15px;
}


#infobox {
	float: left;
	display: inline;
	width: 620px;
	margin-top: 15px;
	margin-right: 15px;
	background-image: url(../IMAGES/box_bg.jpg);
	background-repeat: repeat-x;
	background-color: #CACACA;
}

.infobl {background: url(../images/box_BLC.jpg) 0 100% no-repeat}
.infobr {background: url(../images/box_BRC.jpg) 100% 100% no-repeat}
.infotl {background: url(../images/box_TLC.jpg) 0 0 no-repeat}
.infotr {background: url(../images/box_TRC.jpg) 100% 0 no-repeat}

.infot {background: url(../images/box_TD.jpg) 0px 0px repeat-x}
.infob {background: url(../images/box_BD.jpg) 0% 100% repeat-x}
.infol {background: url(../images/box_LD.jpg) 0 0 repeat-y}
.infor {background: url(../images/box_RD.jpg) 100% 0 repeat-y}


#footerLeft {
	float: left;
	display: block;
	width: 15px;
	height: 20px;
	background-image: url(../IMAGES/RedLeft.jpg);
	background-repeat: no-repeat;
}

#footer {
	float: left;
	display: block;
	width: 883px;
	height: 20px;
	background-image: url(../IMAGES/RedLine.jpg);
}

#footerRight {
	float: right;
	display: block;
	width: 9px;
	height: 20px;
	background-image: url(../IMAGES/RedRight.jpg);
	background-repeat: no-repeat;
}

.infoboxcontent {
	padding-bottom: 3px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 10px;
}

#content {
	text-align: left;
	width: 907px;

}

#content .padding {
	margin-left: 10px;	
	padding-top: 25px;
	padding: 20px;
	line-height: 18px;
}

#content .h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	padding-top: 0px;
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	border-bottom: 1px solid #999999;
}

#content .p {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-left: 0px;
	padding-bottom: 20px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

