#bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0px;
	z-index: 0;
	background-repeat: repeat-x;

}
body {
	background-color: #aabec7;
	background-image: url(../images/bd_oceanbluebd.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.motto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	color: #FF6600;
	height: 1px;
	width: 98%;
}
h1 {
	font-family: Tahoma, serif;
	font-size: 24px;
	color: #000000;
	background-color: #FFFFCC;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0px;
	padding-bottom: 0px;


}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.copyright {
	font-family: Tahoma, serif;
	font-size: 9px;
}

/*- Menu Tabs 1--------------------------- */ 
    #tabs1 {
	float:left;
	width:100%;
	background:#F4F7FB;
	font-size:16px;
	line-height:normal;
	border-bottom:1px solid #BCD2E6;
	font-family: Tahoma, serif;
      }
    #tabs1 ul {
	  margin:0;
	  padding:10px 10px 0 5px;
	  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;
	font-weight: bold;

      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#0099CC;
      }
    #tabs1 a:hover {
	background-position:0% -42px;

      }
    #tabs1 a:hover span {
	background-position:100% -42px;
	color: #FF6600;

      }

