body {
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#CAFFFF;
	text-align:center;
	color:#333;
}
a, a:visited {
	text-decoration:none;
	color:#3399CC;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	color:#00CCFF;
	font-weight:bold;
	}
h1 {
	font-size:13px;
	border-bottom:1px solid  #33CCFF;
	text-align:center;
	padding-bottom: 8px;
	}
#bg {
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid  #33CCFF;
	border-right:1px solid #33CCFF;
	border-bottom:1px solid #33CCFF;
	width:940px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	background:#FFF;
	}
#header {
	width:940px;
	height:100px;
	background: url(img/bg_head.jpg);
	}
#navigation {
	width:940px;
	height:35px;
	}
    #tabs1 {
      float:left;
      width:100%;
	  background:#F4F7FB;
      font-size:12px;
      line-height:normal;
	  border-bottom:1px solid #33CCFF;
      }
    #tabs1 ul {
	  margin:0;
	  padding:10px 10px 0 200px;
	  list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("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("tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* 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 a.active {
      background-position:0% -42px;
      }
    #tabs1 a.active span {
      background-position:100% -42px;
      }
#middle {
	width:auto;
	height:auto;
	}
#margin {
	width: 190px;
	height:300px;
	padding:0px;
	text-align:justify;
	font-size:10px;
	float:left;
	}
#content {
	width:720px;
	padding:10px;
	border-bottom:1px solid #33CCFF;
	border-left:1px solid #33CCFF;
	text-align:justify;
	margin-left:200px;
	}
* html #content {
	margin-left:0;
	float:right;
	}
*+html, #content {
	margin-left:0;
	float:right;
	}
html>/**/body #content {
	margin-left:200px;
	float:none;
	}
#footer {
	height:25px;
	width:920px;
	padding:5px 10px;
	text-align:center;
	font-size:10px;
	margin-top: 5px;
	}