/* CSS Document */
body{
	padding:0; 
	margin:0 auto; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(images/bodyback.jpg) repeat-y;
	background-position: center;
	
	}
div, p, ul, h1, h2, h3, h4, img, form, input{
	padding:0; margin:0;
	}
ul{
	list-style-type:none;
	}
.blank{
	clear:both;
	font-size:0;
	line-height:0;
	}
/*----------------------------------upper panel header----------------------*/
#upperpan{
	width:100%;
	background-position: center;
	background:url(images/bg_headergrade.jpg) repeat-x;

	
	}


/*------------------header----------------*/
#header{
	width:800px; 
	background: #ffffff url(images/header_bgx.jpg) no-repeat;
	border:#ffffff 0px solid; 
	position: relative; 
	margin:0 auto; 
	height:220px;  
	}

#header img{
	position:absolute;
	top:0px; left:0px;
}
	
#header ul{
	background:url(images/nav_back.jpg) 0 0 no-repeat;
	width:800px;
	height:29px;
	position:absolute;
	left:0px;
	top:190px;
	padding:0 0 0 0px;
}
#header ul li{
	background:url(images/nav_div.gif) right top no-repeat;
	height:27px;
	float:left;
	padding:0 1px 0 0;
}
#header ul li a{
	display:block;
	background:url(images/nav_bg.jpg) 0 0 repeat-x;
	padding:0 14px;
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:inherit;
	text-decoration:none;
}
#header ul li a:hover{
	background:url(images/nav_hover.jpg) 0 0 repeat-x;
	color:# ffffff;
	background-color:inherit;
}
#header ul li a.hover{
	display:block;
	background:url(images/nav_hover.jpg) 0 0 repeat-x;
	color:#cccccc;
	padding:0 14px;
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	background-color:inherit;
	text-decoration:none;
	cursor:text;
}
#header ul li.last{
	background-image:none;
	height:27px;
	float:left;
}







/*----------------------------flash panel start---------------------*/	

#flashpan{
	width:100%;
	background: url(images/bg_flashpan.jpg) repeat-x;
	}
	
	
 #flash{
	width:800px;
	height:205px;
	background: url(images/bg_flashpan.jpg) repeat-x;
	position: left ;
	padding: 4px;
	margin: 0 auto;
	
  
	
	
	
	}


/*----------------------------flash panel end---------------------*/




	
	
	
/*--------------------------------image panel specs -------------------------------*/ 


#lowerpan{
	width:100%;
	height:inherit;
	background: url(images/bodyback.jpg) repeat-y;
	background-position: center;
	}


#lowertext{
    width:800px;
	height:inherit;
    position: relative ;
    margin: 0 auto; 
    padding:0px;
	
	
	}
/*---------------------------- text01----------------*/

 #text01{
   width:534px;
   height: 100%;
   position: relative ;
   float:left;
   margin-left: 0px;
   padding: 10px 10px 10px 10px;
  }
#text01 h1{
  
   color: #666666;
   width:500px;
   height: 20px; 
   font-size:12px;
   font-weight: strong ;
   padding-top:3px;
   padding-left: 4px;
 
}


#text01 h2{
  
   color: #666666;
   width:500px;
   height: 20px; 
   font-size:12px;
   font-weight: strong ;
   padding-top:3px;
   padding-left: 4px;
 
}
   #text01 h3{
  
   color: #666666;
   width:500px;
   height: 20px; 
   font-size:12px;
   font-weight: strong ;
   padding-top:3px;
   padding-left: 4px;
 
}


#text01 p{
   padding-top: 0px;
   padding-left:5px;
   padding-right: 24px;
   color:#666666;
   font-size:11px;
   font-weight: normal;
   width:440px; 
}
#text01 a{
	font:12px/36px Arial, Helvetica, sans-serif; 
	color: #996600; 
	background-color:#;
	text-decoration:none; 
	margin:0 5px 0 5px; 
	}
#text01 a:hover{
    color: #990000; 
	text-decoration:underline;
	}


/*---------------------------- text02----------------*/
 #text02{
   width:230px;
   float:left;
   height: inherit; 
   padding: 0px 5px 5px 5px;
   margin-left: 0px;

}





/*---------------------------------footer-----------------*/


#footerpan{
	width:100%;
	background:url(images/footerpan_bg.jpg) repeat-x;
	background-position: center-top;

	}
	
#footer{
	width:800px; 
	position:relative;
	padding:0px; 
	margin:0 auto ; 
	height:400px; 
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/footer_bg.jpg) repeat-x; 
	border:#ffffff 0px solid;
	}
#footer ul{
	width:700px; 
	position:absolute; 
	top:22px; 
	left:24px;
	}
#footer ul li{
	float:left; 
	display:block; 
	font:12px/36px Arial, Helvetica, sans-serif; 
	color:#E86850; 
	background-color:#;
	}
#footer ul li a{
	font:12px/36px Arial, Helvetica, sans-serif; 
	color:#E86850; 
	background-color:#;
	text-decoration:none; 
	margin:0 5px 0 5px; 
	}
#footer ul li a:hover{
    color:#ffffff; 
	text-decoration:underline;
	}
#footer p{
	color:#666666;
	font-size:12px;
	line-height:18px;
	position:absolute;
	top:200px;
	left:28px;
	background-color:#;
	width:750px;
	height: 11px;
	}
#footer p a {
	color:#cccccc;
    background-color:#; 
	text-decoration:none; 
	margin:0; 
	padding:0;
	}


