/* CSS Document */

	html {
		width: 100%;
	}
	
	body {
		font-size: 10px;
		width: 100%;
		background-color:#FFFFFF;
		font-family: 'Lucida Grande', 'Lucida Sans',verdana, arial, sans-serif;
	}
	
	a:link { color:#0000FF; }
	a:visited { color:#0000FF; }
	a:hover { color:#0000FF; }

	#page {
	width: 80em;
	margin:0px auto;
	}
	#header {
		height: 10em;
		background-color:#000000;
		color:#eeeeee;
		padding:1em 3em;
	}
	
	#content {
		margin:0px auto;
		background-color:#FFFFFF;
		color: #000000;
		padding: 5em;
		font-size: small;
		overflow:visible;
	}

    #tabs1 {
	font-size: 1.0em;
	float:left;

      width:104%
	  background:#F4F7FB;
	line-height:normal;
	border-bottom:1px solid #BCD2E6;
	width: 105%;
      }
    #tabs1 ul {
	  margin:0;
	  padding:1em 1em 0 5em;
	  list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("images/tableft1.gif");
	  background-repeat: no-repeat;
      background-position:0% -42px;
      margin: 0 0 0 3px;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("images/tabright1.gif");
	  background-repeat: no-repeat;
      background-position:100% -42px;
      padding:.5em 1.0em .4em .6em;
      color:#627EB7;
	  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:#627EB7;
      }
    #tabs1 a:hover {
      background-position:top left;
      }
    #tabs1 a:hover span {
      background-position:top right;
      }
	  
	 #tabs1 #activetab {
      background-position:top left;
	  border-bottom: 1px solid white;
      margin: 0 0 -2px 3px;
	  z-index: 1000;
	 }
	 #tabs1 #activetab span {
      background-position:top right;
	 }
	 
	h1 { font-size 150px;}
	h2 { font-size 2em; }
	h3 { font-size:1.5em; }
