html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #98b9cc;
}

body /* Mozilla Firefox alignment */
{
	text-align: -moz-center;
}


.hidden {
	display: none;
}



#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	/*background-position: center;*/
	height:144px;
	width: 912px;
	/*clear: both;*/
	/*margin-left: auto;
	margin-right: auto;*/
}

#page-container {
	width: 912px;
	height: 100%;
	text-align: center;
}

#navbar {
	float: left;
	display: inline;
	/*width: 900px;*/
	height: 19px;
	padding-top: 120px;
	padding-left: 155px;
	
}


/*- Menu Tabs H--------------------------- */

    #tabsH {
      font-size:15px;
      line-height:normal;
      }
    #tabsH ul {
        margin:0;
        padding:0px 0px 0 50px;
        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;
				color:#FFF;
        }


#content {
	width: 912px;
	text-align: left;
}

#content h1 {
	font-size: 24px;
	font-weight:normal;
	color: #0066CC;
	border-bottom: thin;
	border-color: #0066CC;
	width: 100%;
}

#content p {
	font-size: 14px;
	font-weight:normal;
	color: #333333;
	line-height: 18px;
}

#content ul {
	font-size: 14px;
	font-weight:normal;
	color: #333333;
	line-height: 18px;
}

#top {
	height: 115px;
}

#middle {
	background-image: url(../images/middle.png);
	_background-image: url(../images/middle.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 40px;
	padding-right: 40px;
}

#bottom {
	background-image: url(../images/bottom.png);
	_background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 94px;
}


#footer {
	width: 100%;
	height: 33px;
	background-image: url(../IMAGES/footer.png);
	background-position:center;
	background-repeat: no-repeat;
}
