@charset "utf-8";
/* CSS Document */


body{
    background-color:#C0C0C0;
    margin: 0px auto 0px auto;
    border: none;
	width: 1050px;
    height:800px;
    
    }
	
#pagebody{
    width: 980px;
    height:720px;
    margin: 20px auto 20px auto;
	background-color:#000;
    background-repeat:no-repeat;           
    }
	
	
h1{	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:23px;
		font-style:italic;
		font-weight:bold;
		margin:10px 0px 0px 30px;
		width:650px;
		color:#FF0;
		float:left;
		line-height: 40px;
		
		}
	h2{ font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:normal;
		margin:10px 0px 0px 30px;
		width:300px;
		color:#FF0;
		float:left;
		line-height:26px;
		
		}
		
		
		#sidebar{
    margin: 0px auto 0px auto;
	padding: 220px 0px 0px 25px;
    width: 285px;
	height:720px;
    font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/SideBar.jpg);
	background-repeat:no-repeat;
    font-weight:normal;
    font-size: 12pt;
	color:#FFF;
    text-align: left;
    word-spacing: 0px;
    letter-spacing: 0px;
	float:left;
    }
	#content{
		background-color:#FFF;
		width:670px;
		height:622px;
		float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:16px;
		
	}
	
		
#tabs {
	margin: 20px 0px 0px 0px;
      float:left;
	  width:600px;
	  height:37px;
	  font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
	text-align:center;
	}
    
	#tabs li {
      float:left;
      background:url("images/NavBar.gif") no-repeat;
	  width:92px;
	  height:27px;
	  list-style-type:none;
	  }
	  
	  #tabs a:hover {
		float:left;
      width:92px;
	  height:27px;
      margin:-5px 2px 0px 0px;
		background:url("images/navold.gif") no-repeat;
		text-decoration:none;}
	
	  
    #tabs span {
      color:#000;
	  }
	 