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: #519BB8;
}

body /* Mozilla Firefox alignment */
{
	text-align: -moz-center;
}


.hidden {
	display: none;
}



#header {
	/*background-image: url(../images/header.jpg);*/
	/*background-repeat: no-repeat;*/
	height:128px;
	width: 1033px;
}

#page-container {
	width: 1033px;
	height: 100%;
	text-align: center;
}

#navbar {
	float: left;
	display: inline;
	height: 19px;
	margin-bottom: 5px;
}


/*- Menu Tabs 1--------------------------- */


    #tabs1 {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #BCD2E6;
      }
    #tabs1 ul {
          margin:0;
          padding:3px 10px 0 0px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("../images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("../images/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color: #0099CC;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }

      #tabs1 #current a {
              background-position:0% -42px;
      }
      #tabs1 #current a span {
              background-position:100% -42px;
      }


#content {
	width: 1033px;
	text-align: left;
}



#middle {
	background-image: url(../images/contentBG.png);
	_background-image: url(../images/contentBG.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 5px;
	padding-right: 15px;
}

#bottom {
	background-image: url(../images/bottom.png);
	_background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 111px;
	margin-left: 2px;
}


#footer {
	width: 100%;
	height: 33px;
	background-image: url(../IMAGES/footer.png);
	background-position:center;
	background-repeat: no-repeat;
}


