@charset "utf-8";
body{
	background:#CEC2A6 url(../public_tpl/basic.gif) repeat;
	margin: 0px auto;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, verdana, serif;
	color:#000000;
}
img {
	padding:10px;}
.logo {
		padding:5px;
		float:right;
		margin-top:-10px;}
#sitename a {
	font-size:30px;
	color:#960;
 
   text-shadow: 0 1px 0 #ccc,   
                  0 2px 0 #c9c9c9,  
                0 3px 0 #bbb,  
                0 4px 0 #b9b9b9,  
                  0 5px 0 #aaa,  
                   0 6px 1px rgba(0,0,0,.1),  
                   0 0 5px rgba(0,0,0,.1),  
                   0 1px 3px rgba(0,0,0,.3),  
                 0 3px 5px rgba(0,0,0,.2),  
                 0 5px 10px rgba(0,0,0,.25),  
                 0 10px 10px rgba(0,0,0,.2),  
                 0 20px 20px rgba(0,0,0,.15);  
   }  
	
.sitedescription{
	font-size:20px;
	color:#006400;
	float:left;
	height:18px;
	text-align:left;
	padding:5px;
	}
a:link{
	color:#9C8756;
	text-decoration:none;
	}
a:hover{
	/*color:#9C8756;*/
        color:blue;
	border-bottom: dashed 1px #000;
	text-decoration:none;
	}
a:visited{
	color:#9C8756;
	text-decoration:none;
	}
a:active{
	/*color:#9C8756;*/
        color:blue;
	text-decoration:none;
	}
.main{
	padding:5px;
	background:#ffffff;
	width:80%;
	margin: 0px auto;
	border:#dddddd 3px solid;
	}
.header{
	height:100px;
	border-bottom:solid 2px #9C8756;
	background: #FEF5DA ; 
	padding:10px;
	color:#666;
	}
/*9C8756 */
.header a {
	text-decoration:none;
	color:#B3A075;
}
.header a:hover {
	text-decoration:none;
	}
.menubar{
	background:#B4A276;
	border-top:solid 1px #fff;
	padding:5px;
	font-size:18px;
	height:auto;
	line-height:35px;
	width:auto;
	}
	
.menubar a:link{
	color:#fff;
	padding:6px;
	text-decoration:none;

	}
.menubar a:visited{
	padding:2px;
	color:#fff;
	text-decoration:none;
	}

.menubar a:hover{

	color:#fff;
	padding-bottom:3px;
	padding-top:3px;
	text-decoration:none;
	
	}
.about{
	background:#fff;
	border:1px #fff  solid;
	padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:justify;
	}
.uptotop{
	float:right;
	margin-right:10px;
	border:0px;

	}
.uptotop a:hover {
		font-size:18px;
	}
.footer{
	text-align:center;
	border:solid;
	border-color:#ffffff;
	background-color:#ffffff;
	border-width:1px;
	font-size:18px;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	}
.pys{
	background:#fff;
	border: #fff solid 1px;
	padding:5px;
	text-align:justify;
	margin-top:5px;
	margin-bottom:5px;
	}
.news{
	height:200px;
	border-top:#fff 2px solid;
	text-align:justify;
	overflow:auto;
	background:#f3f3f3;
	padding:5px;
	margin-bottom:5px;
	color:#000;
	}
.newsh2{ color:#333; }
h1,h2,h3{ color:#333; font-size:22px; line-height:20px; 	}
h4,h5,h6{ 	color:#666; 	}
#Msg_input {
	background: #f3f3f3;
	color:#333;
        font-size:18px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	border:#ccc 1px  dashed;
	height:25px;
	width:80%;
	
	}
#Msg {
	background: #f3f3f3;
	color:#333;
        font-size: 18px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	border:#ccc 1px  dashed;
	overflow:auto;
	width:80%;
	
}
.contact{
	border:#ccc  dashed 1px;
	background: #FFF ;
	padding:15px;
	margin-top:5px;
	margin-bottom:5px;
	}
.error_msg {text-align:center;color:#F00;background:#FEF5DA;font-size:20px;padding:5px;text-align:center;}
.good_msg {text-align:center;color:#090;background:#FEF5DA;font-size:20px;padding:5px;text-align:center;}
.password{
	text-align:center;
	color:#000000;
	background:#FEF5DA;
	font-size:20px;
	padding:5px;
	}