@charset "UTF-8";
body{
	background-color:#CCF;
	margin:20px auto 30px auto;
    border: 0px;
    }
    
	#header{
    width: 980px;
    height:300px;
	margin:0px auto 0px auto;
    background-image:url(images/gradeheder.jpg);
    background-repeat:no-repeat;      
    }
 /*homepage*/   
#pagebody{
    
	margin: 35px auto 0px auto;
    background-color:#999;
    width:980px;
	height:auto;
	padding-top:10px;
	
    }
    
	
	#tabs {
	background-image:url(images/gradenav.jpg);
	margin: 270px 0px 0px 0px;
      float:left;
	  width:980px;
	  height:65px;
	  font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
	line-height:30px;
	
	}
	

#tabs li {
      float:left;
	  margin:0px 42px 0px auto;
		list-style-type:none;
	  }
	  
	  a:link {color:#FFF;
	  float:left;
	  text-align:center;
	  background:url(images/button.png); background-repeat:no-repeat;
	  width:144px;
	  height:33px;
	  text-decoration:none;
	  }      /* unvisited link */
a:visited {color:#666;
	  float:left;
	  text-align:center;
	  background:url(images/button.png); background-repeat:no-repeat;
	  width:144px;
	  height:33px;}  /* visited link */
a:hover {color:#06F;
		float:left;
		width:144px;
	  height:33px;
	  text-align:center;
	  background:url(images/button2.png); background-repeat:no-repeat;
	}
	a:active {color:#FFF;
	  float:left;
	  text-align:center;
	  background:url(images/button.png); background-repeat:no-repeat;
	  width:144px;
	  height:33px;}  /* selected link */

	
	a {text-decoration:none;}
    
p{
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size:16px;
	text-align:left;
    text-transform:none;
	letter-spacing:normal;
	line-height:20px;
	width: 550px;
	margin-left:40px;
	
	}
	

    h1 {color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
	line-height:16px;
	width:500px;
	margin:0px 0px 0px 40px;
    }
	
h2 {color:#003;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 22px; 
    text-align:center; 
	width: 215px;
	float:left;}
	
	
	#container{	
		position:fixed;
		text-align:left;
		width:980px;
		height:201px;
		background:#fff;		
		margin: 0px auto 0px auto;
    }	
				
	#content{
		position:relative;
		margin: 0px auto 0px auto;
    }			
	
	
	
/* Easy Slider */

	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:980px;
		height:220px;
		overflow:hidden; 
		}

	/*#slider2 li{ 
		background:#f1f1f1;
		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		margin:20px;
		}*/						
		
/* // Easy Slider */