body {
	margin: 0; padding: 0;
	text-align: center;
	background:#2763A5 url(img/back.gif);
	height:auto;
}
a {
	color: #6DA6E2;
	text-decoration: none;
	font-weight: bold;
	  }

	a:hover {
	  color:#2763A5;
	  font-weight: bold;
	  text-decoration: underline;
	  }
#wrap {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 1.6em;
	margin-top:30px;
	color: #666;
    	  background-color: #fff;
}
/*---------------|||||||||||header-------------------------------------------------------------------*/

	#header {
	  width: 846px;
	  border: 2px solid #fff;
	  padding-bottom:10px;
	  padding-top: 10px;
	  clear: both;
	  background:#fff url(img/head.gif) repeat-x;
	  }
	  
.p1 { 
	  margin-top: -3px;
	  margin-left: 30px;
	  color: #fff;
      font-family: Georgia, Times New Roman, Times, serif;
	  }
	  	
	.h1h {
	  font-family: Helvetica,Arial,sans-serif; 
	  font-style: italic;
	  font-weight: bold;
	  font-size: 28px;
	  color: #fff;
	  margin-bottom: 10px;
	  margin-top:30px;
	  margin-left: 10px;
	  
	  }
	  
	#header a {
	  color: #6DA6E2;
	  text-decoration: none;
	  }

	#header a:hover {
	  color: #999;
	  }
/*---------------|||||||||||Menu-------------------------------------------------*/
    #menu {
      width:846px;
      font-size:93%;
	  padding-bottom: 1px;	
	  background:url(img/menu.gif) repeat-x;
      line-height:normal;
	  height: 33px;
      }
	  
    #menu ul {
	  margin:0;
	  padding:10px 10px 0 20px;
	  list-style:none;
      }
	  
    #menu li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
    #menu a {
      float:left;
      background:url(img/left.gif) no-repeat left top;
      margin:0;

      text-decoration:none;
      }
	  
    #menu a span {
      float:left;
      display:block;
      background:url(img/right.gif) no-repeat right top;
      padding:5px 19px 4px 6px;
      color:#fff;
      }
	  
    #menu a span {
	  float:none;
	  }
	  
    #menu a:hover {
     background-position:0% -42px;
      }
	  
    #menu a:hover span {
     background-position:100% -42px;
      }
	  /*---------------|||||||||||Content------------------------------------------------*/

	#container {
	position:absolute;
	width: 850px;
	margin: 0 auto;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 1.6em;
	margin-top:30px;
	color: #666;
	background-color: #fff;
	top: 129px;

	  }
	#sidebar {
	  width: 115px;
	  padding-left: 14px;
	  padding-right: 15px;
	  padding-top: 10px;
	  padding-bottom: 0.5em;
	  float: right;background:#F1F1F1;
	  border-right:4px solid #fff;
	  float: left;
	  }
	  	#sidebar p {
	  padding-bottom: 10px;
	  }
	  
    #sidebar h2 {
	  color: #2763A5;
	  font-size: 16px;
	  padding-left:15px;
	  background: bottom left;
	  font-weight:bold;border-bottom: 1px solid #ddd;
	  font-family: Georgia, Times New Roman, Times, serif;
	  }
/*---------------|||||||||||Content------------------------------------------------*/

	#content {
	  padding-left: 170px;
	  padding-right: 40px;
	 padding-top: 10px;
	  }
		
	#content p {
	  padding-bottom: 12px;
	  border-bottom: 1px solid #ddd;
	  }
	  
	#content h2 {
	  color: #666;
	  font-size: 14px;
	  font-weight:bold;
	  text-decoration:underline;
	  font-family: Georgia, Times New Roman, Times, serif;
	  background-color: #fff;
	  }
	  
	#content h2 a {
	  color: #666;
	  text-decoration: none;
	  }

	#content h2 a:hover {
	  color: #999;
	  }

/*---------------|||||||||||Footer-----------------------------------------------*/
#footer {
	  clear: both;
	  width: 846px;
	  font-size:10px;
	  border:2px solid #fff;
      background:#2763A5 url(img/foot.gif) repeat-x;
	  height: 36px;
	  }	   
	  .p2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
	vertical-align: center;

	  }
/*---------------|||||||||||Others--------------------------------------------------------------*/		
	
	a img{
	  border: none;
	  }
	.box {
      background-color: #fff;
      border: 1px solid #2763A5;
	  padding: 5px;
	  font-family: Georgia, Times New Roman, Times, serif;
	  color: #000;
	  font-size: 10px;
	  }
	
