/*
Seattle Academy of Arts and Sciences
Modified 1/12/07 by Rob Alan

     I. Global
    II. Layout
   III. Columns
    IV. Typography
     V. Navigation
    VI. Lists
   VII. Forms


/* I. Global ========================================*/

* {
   margin: 0;
   padding: 0;
}

html {
     overflow: -moz-scrollbars-vertical;
}

#logo, #calicon { behavior: url(http://isaas.seattleacademy.org/sites/all/themes/saas-newtheme/iepngfix.htc) }

body {
   background: #fff url("images/insidesaas_background_blue.png") repeat center top;
   color: #333;
   font: 10px/16px "lucida grande", trebuchet, sans-serif;
   text-align: center;
/*insidesaas_background.jpg*/
}

a img {
   border: 0 none;
}

/* II. Layout ========================================*/







hr {
   border: 1px solid #000;
   margin: 10px 0;
   height: 0;
}




/* IV. Typography ========================================*/

p {
   margin-bottom: 11px;
}

#logo {
   float: left;
   margin-top: -10px;
   margin-right: 10px;
   *position: absolute;
   *top: 0;
   *left: 50%;
   *margin-left: -480px;
   *z-index: 1000000;
}

h1 {
   color: #036;
   font-size: 26px;
   font-style: italic;
   font-weight: 300;
   line-height: 36px;
   margin-bottom: 9px;
   text-align: center;
}

h2 {
   color: #000;
    font-size: 16px;
   font-weight: 700;
   margin: 0;
   line-height: 20px;
}

h3 {
   color: #036;
   font-size: 14px;
   font-weight: 600;
   line-height: 18px;
   padding-bottom: 0px;
   margin-bottom: 0px;
   margin-top: 24px;
}



#block-user-1{
text-align:left;
}

/* V. Navigation ========================================09c*/

a:link, a:visited {
   color: #069;
  
}

a:hover, a:active {
   color: #09c;
   text-decoration: underline;
   
}






td  {
   color: #000;
    font-size: 12px;

}

th  {
   color: #036;
    font-size: 16px;
	font-weight: 500;
    
}




